I got some problems when creating a Cairo::RefPtr on a Cairo-Context. I really can\'t imagine why this segfaults, except the pointer ist pointing on something completely wrong.
I\'ve been attempting to modify the contents of a custom tree view that inherits from TreeModel and TreeSortable.However, the virtual function set_value_impl contains only an assert.When I tried to lo
I\'m not very experienced in cpp (used to work in python). I have the following problem: 1) I have a main class A (a window) and the methods m_A1 and m_A2
I\'ve been trying to set a background image on a gtk widget without success, even after trying 4 different approaches.
I\'m trying to have a list of Gtk::Widgets that when clicked on I need to highlight the widge开发者_如何学编程t, but when the user holds the button down, and drags to another widget, the first one wil
I was wondering if there was a way to set a custom Authors category in a Gtk::Ab开发者_如何学GooutDialog class via gtkmm.I know there are the following methods:
I have run a secondary thread which some operations are carried on. Then while executing in secondary thread i want to call some operations on main thread. Can any one have sample code for it. I could
I am working on a Potentiometer style widg开发者_C百科et in Gtkmm and I\'d like to use Range as the baseclass.
Having our own namespaces in a project, we would like to include a GUI using gtkmm. // in a header file:
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