[no subject]

2011-04-20 Thread Razvan
http://krstarenje.kr.funpic.org/inside.html ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GtkStatusbar and DGSEAL_ENABLE

2011-04-20 Thread Javier Jardón
On 9 April 2011 19:44, Carlos Pereira wrote: > Hi there, Hello Carlos, > Perhaps we could have a function: > label = gtk_statusbar_get_label (GTK_STATUSBAR (statusbar)); > > This way GTK developers could futurely change the inner workings of > GtkStatusbar without affecting user code that needs

Re: GtkNotebook with action on click of special tab

2011-04-20 Thread Bill C
Hi Bernhard Not sure what you are trying to do. Gtk_Notebook is a nice feature. What I found works is to process the "switch-page" signal. Generally I setup each page prior to displaying it and associate my own control data with each page. (From memory GTK does not bother to display blan

Re: GtkNotebook with action on click of special tab

2011-04-20 Thread Bernhard Schuster
2011/4/20 Tristan Van Berkom > On Wed, Apr 20, 2011 at 8:34 AM, Bernhard Schuster > wrote: > > Hi I am trying to achieve the effect of new tab openening if one tab gets > > selected. Unfortunaltly the doc is very sparse on that: > > http://developer.gnome.org/gtk/stable/GtkNotebook.html as of us