Glade and GtkNotebook problem

2005-11-02 Thread César Leonardo Blum Silveira
Hi all, I'm developing an application which has a notebook widget on it. I designed the GUI on glade and added two pages to the notebook, however when I run my app. The notebook shows only the second page with the contents of the first page. Why is that happening? Thanks, -- César Leonardo

GtkButton doesn't always react on mouse clicks

2005-11-02 Thread Nickolai Dobrynin
I have a GtkButton in my application that gets deactivated (greyed out, via gtk_widget_set_sensitive) each time it gets clicked on and, at some point later, re-activated. Here is the problem I have. Suppose I click on the button (thereby deactivating it) and then do NOT move the mouse away until

Re: GtkButton doesn't always react on mouse clicks

2005-11-02 Thread Brian J. Tarricone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/2/2005 2:37 PM, Nickolai Dobrynin wrote: Brian, Thanks for your response. Can you think of any work around for this particular pseudo-bug? Anything on the low level that could be changed? Not that I know of, sorry. I'd suggest filing a

Re: Changing the GtkButton appearence

2005-11-02 Thread sadhees kumar
Thank you very much Dain. On 10/30/05, Alem Dain [EMAIL PROTECTED] wrote: This is the province of the GTK theme, usually defined in resource files. The philosophy is that the user -- not the programmer -- decides how his buttons should look. That being said, there are plenty of ways