Re: Question about Glade and application development

2012-07-30 Thread Ian Liu Rodrigues
Hey Kevin, You must select the HBox(3) and go to the packing tab. There you must set the "Expand" property to false! Regards, Ian L. Em 29/07/2012 23:15, "Kevin Anthony" escreveu: > I'm designing a small single screen front end to a home automation daemon > i'm developing. but i'm having a prob

Question about Glade and application development

2012-07-29 Thread Kevin Anthony
I'm designing a small single screen front end to a home automation daemon i'm developing. but i'm having a problem with the design and could use some advice the window is basiclly a Vbox with 2 items, the top item is a HBox(3) with each with a VBox(3) each containing a label, so a 3x3 grid of labe

Re: Application development using GTK and GLADE3

2008-12-18 Thread Dov Grobgeld
The way I solve this is by actually subclassing GtkWindow for each window and then add pointers to the rest of the widgets in that window. To achieve the window interdependencies I either pass around pointers to other window or even cleaner, create signals that I send from one window and listen to

Re: Application development using GTK and GLADE3

2008-12-16 Thread Tadej Borovšak
Hi. I think it's common practice in gtk programming to create structure of all widgets that are needed across the application and then pass a pointer to that structure to the callbacks that need access to GUI. 2008/12/16 Harinandan S : > Hi All, > > I am using Gtk+ 2.12.2 and Glade 3. I create w

Application development using GTK and GLADE3

2008-12-16 Thread Harinandan S
Hi All, I am using Gtk+ 2.12.2 and Glade 3. I create windows using glade3 and use GtkBuilder to create widgets. My application has many windows and each window has a builder object associated with this. At some point of time I have many windows open. I need to change some widgets in one window dep

Gtk+/Gtkmm Application Development training

2006-04-07 Thread Sean Kelley
Hi, I am looking at getting application developers up to speeed with Gtk+/Gtkmm at my company and I was wondering if there are any individuals or companies here in the United States or elsewhere who specialize in such training? We would prefer to conduct the training on site here in the US and pa

Re: Application Development

2003-12-05 Thread Owen Taylor
On Thu, 2003-12-04 at 22:49, weasel wrote: > Is it appropriate to ask gtk application development questions here? I > am desperately seeking assistance with learning GTK+-2 and I am having > lots of trouble following the API docs at gtk.org. > > Note: I have already subscribed t

Application Development

2003-12-04 Thread weasel
Is it appropriate to ask gtk application development questions here? I am desperately seeking assistance with learning GTK+-2 and I am having lots of trouble following the API docs at gtk.org. Note: I have already subscribed to gtk-app-devel-list (which would be the obvious list for the