Global GList in gtk+ application

2010-06-12 Thread Alexander Kuleshov
Hello, I need in global list in my gtk+ application, i use for it GList: For example: I have structure: typedef struct _data { Glist list; }Data; I want to use one copy of the list in the whole program: I have a function bulid my list: gboolean build_list() { Data-list =

Re: Global GList in gtk+ application

2010-06-12 Thread Tor Lillqvist
If you want to show code, at least show something that compiles and exhibits your problem (if any), i.e. a minimal but complete sample. Anyway, I don't see what your problem has to do with GTK+. --tml ___ gtk-app-devel-list mailing list

Re: Global GList in gtk+ application

2010-06-12 Thread Colomban Wendling
Le 12/06/2010 08:03, Alexander Kuleshov a écrit : [snip] I have a function bulid my list: gboolean build_list() { Data-list = g_list_append(Data-list, First ); Data-list = g_list_append(Data-list, Second ); Data-list = g_list_append(Data-list, Third );

GNOME images not displaying

2010-06-12 Thread Steve Harrington
I'm having a problem getting the gnome stock icons to display. Here is a simple XML file creating two buttons. Both have an image on the button but only one of the images displays. The program to display this GUI is also attached. What am I missing? XML: ?xml version=1.0? interface

Re: GNOME images not displaying

2010-06-12 Thread Mario Kemper
Did you have a look at the related gconf-settings? See: http://www.ubuntu-pics.de/bild/82215/konfigurationseditor___interface_084_eoQowm.png Regards Mario Am Samstag, den 12.06.2010, 15:28 -0700 schrieb Steve Harrington: I'm having a problem getting the gnome stock icons to display. Here is

Re: GNOME images not displaying

2010-06-12 Thread Steve Harrington
On 06/12/2010 04:58 PM, Mario Kemper wrote: Did you have a look at the related gconf-settings? See: http://www.ubuntu-pics.de/bild/82215/konfigurationseditor___interface_084_eoQowm.png Regards Mario Am Samstag, den 12.06.2010, 15:28 -0700 schrieb Steve Harrington: I'm having a problem