English 中文(简体)
Moving Moving
原标题:Moving a gtk widget anchored within a gtk textview
  • 时间:2012-01-12 05:23:09
  •  标签:
  • gtk
  • gtk#

• 如何把位于格特克文本调查中的高温植被移出? 选择案文并将其移至案文概览中是预期的,但在选择植被时,则在迁移后消失。 案文概述中如何正确执行可移动植被?

问题回答

看来,GTK+ bug是使用本土C-API显示相同行为的小型测试,在Bugzilla提出过ug。 gnome.org, under id 667739 .





相关问题
Pointers in Lisp?

I ve started learning Lisp recently and wanted to write a program which uses gtk interface. I ve installed lambda-gtk bindings (on CMUCL). I want to have putpixel/getpixel ability on a pixbuf. But I ...

In Gtk, how do I make a Button with just a stock icon?

I want to create a button with the stock "Remove" icon on it, but without the text "Remove". If I use Button button = new Button(Stock.Remove);, I get the opposite: just the text, and no icon. I will ...

Using GtkMenu in Gtk+-2.14.0

I am building an application which has GtkMenu widget. I am using Glade RAD tool to develop UI and while creating project in Glade I have specified version of GTK as 2.16 which supports GtkMenu and ...

Can you set the FileFilters for a Gtk Dialog in Glade?

In my code, I have lines like this: Builder builder = new Builder(); builder.AddFromFile(gladefile); FileChooserDialog dialog = (FileChooserDialog) builder.GetObject("dialog"); FileFilter[] ...

热门标签