Re: Set widget size in percentage

2007-12-12 Thread Prashant J Zaveri
Hey Thanks, I later figured out that there is another widget also called Gtk-alignment which helps to perform same task. Now I need to change the structure of my program, but thats fine as long as I am able to maintain aspect ratio and alignment. Cheers, On Dec 8, 2007 9:51 PM,

Re: Set widget size in percentage

2007-12-08 Thread Tristan Van Berkom
On Dec 8, 2007 4:50 AM, Prashant J Zaveri <[EMAIL PROTECTED]> wrote: > Hello... >I am writing a gtk application to run on some other display. I want > to maintain the size and layout of widgets that I have set on my > desktop.For that I would like to specify widget size in percentage. > >

Set widget size in percentage

2007-12-07 Thread Prashant J Zaveri
Hello... I am writing a gtk application to run on some other display. I want to maintain the size and layout of widgets that I have set on my desktop.For that I would like to specify widget size in percentage. Any idea how can I do that... -- Thanks Prashant _

Re: set widget size

2006-05-06 Thread Yeti
On Sat, May 06, 2006 at 07:53:10PM +0200, chabayo wrote: > i have a TreeView in a ScrolledWindow thgoughout a function, in it's > arguments is the pointer to the container_Widget. > > For now i always call it, just for testing, in a toplevel_Window. > > So the toplevel_Window is the container,

set widget size

2006-05-06 Thread chabayo
Hello, i have a TreeView in a ScrolledWindow thgoughout a function, in it's arguments is the pointer to the container_Widget. For now i always call it, just for testing, in a toplevel_Window. So the toplevel_Window is the container, which will be set like... -- GtkWidget *table_view (