Re: Using Glib::KeyFile

2008-12-12 Thread Tadej Borovšak
Hi. GKeyFile does not automatically updates file on a disk. When you open your file with load_from_file method, file is parsed and stored in memory as a structure. And when you edit you key file, you are actually editing your memory copy of it. To write changes to your file, you need to dump your

答复: directfb-users Digest, Vol 46, Issue 10

2008-12-12 Thread zhenghe zhang
Hi all Could you tell me how to configure the environment of gtk-dfb ? I want to run gtk-demo on the gtk-dfb . Thanks ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

gtk_tree_view_scroll_to_cell does not work ?

2008-12-12 Thread Miroslav Rajcic
I am having a method that selects an tree view item and ensures that the item is visible. To ensure the visiblity, I am using the gtk_tree_view_scroll_to_cell method. I've noticed that this method does not seem to work always. When the tree view is populated so much that it needs to be

Re: Building custom gtk+ lib then program doesn't follow system's default theme.

2008-12-12 Thread Tristan Van Berkom
On Thu, Dec 11, 2008 at 12:07 AM, Keedi Kim ke...@perl.kr wrote: Hi guys, I just built gtk+-2.14.5 since 2.14.4 in Ubuntu 8.10 has a GtkCellRenderCombo bug (http://bugzilla.gnome.org/show_bug.cgi?id=558323) Anyway I got brand-new stable release of gtk+. and build my program again to

Drag Drop Icon/Tooltip settings?

2008-12-12 Thread Gorshkov
I've implimented DD from a TreeView/ListStore in one app window, to a TreeView/TreeStore in another app window. The DD works properly - that's not the problem. The problem is that the tooltip (that's what it looks like, anyway) that appears under the cursor when dragging is a verbatim copy of