im trying to get drag and drop working well in pygobject, but it is slow and unresponsive, 90% of the time i have to wave the item i am dragging around before i can drop it successfully, can anyone se
In PyGtk I always used this to create a ListStore开发者_Python百科 with an Image (using it with an IconView for displaying files):
i have a simple program which is compiled with gtk2.0 in ubuntu.In ubuntu11.04 i installed gtk3.then i compile the same code,i got an error in the following line
I have an application that will add a Widget to an HBox, which is contained i开发者_Go百科n a ScrolledWindow.When a Widget is added, I would like the parent ScrolledWindow to scroll to the right, wher
I need to embed a very simple browser ( can parse 开发者_JS百科HTML, and JS Ext ) in a Gtk Widget hopefully in gtkmm. I looked into gtkmozembed, but the c++ wrapper is very out dated, so I tried to ju
Okay, I\'m trying to create a Gtk button in C++ (gtkmm 3.0) that has an image in the background that I can change depending on state, and a label in the foreground that I can change depending on a lan
I try to scale an image derivedfrom a file, to any (sensible) scale. The problem is, cairo somhow autoblurrs it. How can I fix/remove it? The aim is to see the individual pixels.
I\'m programming in c++ with gtkmm3. I want to change some fonts in my program. I read all the things about CssStyleProvider, StyleContext in gtkmm documentation and also in gtk+ documentaion but i co
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m looking to set a GtkTextView cursor-color. I know I can do it through the gtk_rc_parse command or开发者_Python百科 something similar, but the documentation says that those commands are depreciate