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: style_get_property giving wrong answer?

2013-06-29 Thread Simon Feltman
Hi, Are you using C or Python? If this is specific to Python, there is a bug logged for it here: https://bugzilla.gnome.org/show_bug.cgi?id=701058. Is your mention of gtk_widget_get_property a mistake? as it should be gtk_widget_style_get_property in the C API. -Simon On Fri, Jun 28, 2013 at

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