Re: How to change the height of the top window from a program?

2010-03-27 Thread Ken Resander
: [code] ...   gtk_window_resize (window, wdavail, htavail );  // works now ... [/code] Again many thanks. Ken --- On Sat, 27/3/10, richard boaz wrote: From: richard boaz Subject: Re: How to change the height of the top window from a program? To: "Ken Resander" Cc: gtk-list@gnom

Re: How to change the height of the top window from a program?

2010-03-27 Thread richard boaz
i would think about embedding the dialog window you want at the bottom within the top window itself. hiding and unhiding then, you can easily achieve the effect you want. that is, unless the dialog *must* be its own separate top window. is this true? on the other hand, try using gtk_window_resi

How to change the height of the top window from a program?

2010-03-27 Thread Ken Resander
The top window has a menu and a single textview. This window uses all of the available area on the screen, but sometimes it has to make room for a dialog window that that needs to be just below. When the dialog window is no longer needed the top window should expand and reclaim the space at the