Re: Insert Various GTKWidgets into a dlg_window

2013-06-29 Thread Tristan Van Berkom
On Sun, Jun 30, 2013 at 12:34 AM, Rui Pedro Caldeira wrote: > Thanks Andrew, that worked perfectly. I'm being able to put all my widgets > into the table. But now I'm having another problem. How can I re-size the > widgets the way I want (standard size)? Because they are taking up all the > space

Re: Insert Various GTKWidgets into a dlg_window

2013-06-29 Thread Rui Pedro Caldeira
Thanks Andrew, that worked perfectly. I'm being able to put all my widgets into the table. But now I'm having another problem. How can I re-size the widgets the way I want (standard size)? Because they are taking up all the space in their own cell in the table [1], I've tried to add more rows, but

Re: Insert Various GTKWidgets into a dlg_window

2013-06-29 Thread Rui Pedro Caldeira
I will try that out thanks Andrew Regards, Rui On Friday, June 28, 2013, Andrew Potter wrote: > On Fri, Jun 28, 2013 at 10:45 AM, Rui Pedro Caldeira > > wrote: > > I have all sorts os GTKWidgets (buttons, labels, comboboxes,...) and a > > dlg_window. > > > > And I would like to know how I can pu

Re: Insert Various GTKWidgets into a dlg_window

2013-06-29 Thread Rui Pedro Caldeira
I will try that out thanks Andrew. Regards, Rui Cumprimentos, Rui Pedro Caldeira Licenciatura em Engenharia Informática Departamento de Informática Faculdade de Ciências da Universidade de Lisboa http://webpages.alunos.fc.ul.pt/~fc38848 On Fri, Jun 28, 2013 at 7:59 PM, Andrew Potter wrote: >

Re: Insert Various GTKWidgets into a dlg_window

2013-06-28 Thread Andrew Potter
On Fri, Jun 28, 2013 at 2:10 PM, Rui Pedro Caldeira wrote: > I'm sorry Andrew but I'm using GTK+ 2.24.19 and there is not GTKGrid on this > version, aren't you aware of an equivalent for version 2.24.19 of GTK+? The documentation for Gtk2 can be found here [1]. As you've noticed, there is no GtkG

Re: Insert Various GTKWidgets into a dlg_window

2013-06-28 Thread Rui Pedro Caldeira
I'm sorry Andrew but I'm using GTK+ 2.24.19 and there is not GTKGrid on this version, aren't you aware of an equivalent for version 2.24.19 of GTK+? Cumprimentos, Rui Pedro Caldeira On Fri, Jun 28, 2013 at 9:33 PM, Rui Pedro Caldeira wrote: > I will try that out thanks Andrew. > > Regards, > Ru

Re: Insert Various GTKWidgets into a dlg_window

2013-06-28 Thread Rui Pedro Caldeira
I will try that out thanks Andrew. Regards, Rui Cumprimentos, Rui Pedro Caldeira On Fri, Jun 28, 2013 at 7:59 PM, Andrew Potter wrote: > On Fri, Jun 28, 2013 at 10:45 AM, Rui Pedro Caldeira > wrote: > > I have all sorts os GTKWidgets (buttons, labels, comboboxes,...) and a > > dlg_window. >

Re: Insert Various GTKWidgets into a dlg_window

2013-06-28 Thread Andrew Potter
On Fri, Jun 28, 2013 at 10:45 AM, Rui Pedro Caldeira wrote: > I have all sorts os GTKWidgets (buttons, labels, comboboxes,...) and a > dlg_window. > > And I would like to know how I can put all those widgets in the dlg_window > and set their size and position in the window. Assuming a dlg_window

RE: Insert Various GTKWidgets into a dlg_window

2013-06-28 Thread Orton, Steven J (IS)
Oooh. No. To use glade, you'll have to recreate the window(s) there and cut and paste your existing code into the new code that uses the glade file. This sounds like more than you want to do. Sorry. I'm fairly new to GTK, so I can't really help with GTK specific widget control API use. Ste