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

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 rpcalde...@outlook.com javascript:; wrote: I have all sorts os GTKWidgets (buttons, labels, comboboxes,...) and a dlg_window. And I would

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 Tristan Van Berkom
On Sun, Jun 30, 2013 at 12:34 AM, Rui Pedro Caldeira rpcalde...@outlook.com 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

RE: EXT :Insert Various GTKWidgets into a dlg_window

2013-06-28 Thread Orton, Steven J (IS)
Have you heard of glade? Glade is a GTK application creator that will allow drag and drop of widgets into various widget containers. It also allows for resizing and supports widget events. This is just a GUI creator and this will create a .glade file. It does not provide a way to alter

Re: EXT :Insert Various GTKWidgets into a dlg_window

2013-06-28 Thread Rui Pedro Caldeira
Thnaks for that is a great suggestion, and I will keep that in mind when I'm building a application from the ground up. But I'm expanding a already existing (and complex) application. Will that work? Cumprimentos, Rui Pedro Caldeira On Fri, Jun 28, 2013 at 7:11 PM, Orton, Steven J (IS)

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.

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 rpcalde...@outlook.com 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.

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 rpcalde...@outlook.comwrote: I will try that out thanks

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 rpcalde...@outlook.com 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