gtkmm
Problems compiling gtkmm
OS: Fedora 14 Compiler: g++ (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4) I installed gtkmm24-devel from repository via yum. To make sure the install went as planned I decided to try one of the examples on[详细]
2023-02-02 10:32 分类:问答Can't display images on a gtkmm-based gnome-panel applet
I ran into troubles trying to create a gnome-panel applet with gtkmm. I dealt with most of them, but I\'m now kind of blocked.[详细]
2023-01-31 06:42 分类:问答getting substring from ustring
I have a ustring object sourceString wh开发者_JS百科ich is πøˆ∑´®. These string i get from an XML file while parsing it.I have used substr method to get these character string as under.[详细]
2023-01-31 02:00 分类:问答GTK+ CellRendererCombo Pass More Info on signal_edited
I create a Gtk::CellRendererCombo in a Gtk::TreeView like so: Gtk::CellRendererCombo *someRenderer = manage(new Gtk::CellRendererCombo());[详细]
2023-01-29 23:19 分类:问答Threads in gtkmm [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-29 17:11 分类:问答Pointer instantly 0x0
i have this code. the pointer turns 0x0 immediately before using it. short before, it had the correct address.[详细]
2023-01-28 02:51 分类:问答Glade treeview liststore data not visible, can't imagine why
I\'ve got 99% 44/100 of everything working. I have a glade file, I use gtkbuilder to render it and voila it comes up. Everything except the data in my treeview liststore.[详细]
2023-01-27 17:32 分类:问答Row Background Color GtkTreeView Widget
I\'m attempting to color disabled rows in a gtk tree view widget a light gray color.From what I\'ve read, I\'m supposed to set the background-gdk property of the corresponding cellrenderer and bind it[详细]
2023-01-25 03:54 分类:问答What image types are supported with gtkmm's Gdk::Pixbuf::create_from_file()?
What image types are supported with gtkmm\'s G开发者_开发知识库dk::Pixbuf::create_from_file()? Is it system-dependant?vector<Gdk::PixbufFormat> list = Gdk::Pixbuf::get_formats();[详细]
2023-01-24 12:08 分类:问答gtkmm and MSAA accessibility
I\'m interested to know if gtkmm w/ ATK (or whatever) works with MSAA like Qt does.We\'re looking right now at switching toolkit from WX and it turns out that our testing software relies on MSAA to do[详细]
2023-01-24 09:34 分类:问答