[maemo-developers] how to resize gtk_window in hildon frameworke
From: Ross Burton ross at burtonini.comDate: Fri Nov 23 21:28:28 EET 2007
- Previous message: how to resize gtk_window in hildon frameworke
- Next message: I still have problems creating .deb packages :(
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 2007-11-22 at 23:06 -0800, Minti Maemo wrote: > i am creating one gtk window in my hildon application window > i want to resize this new created window > i used gtk_window_set_default_size()but it is resizing gtk window > how can i resize my gtk_window in hildon application window? Top-level windows cannot be resized, they are screen size. Dialogs can be, and gtk_window_set_default_size() would work. Ross -- Ross Burton mail: ross at burtonini.com jabber: ross at burtonini.com www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF
- Previous message: how to resize gtk_window in hildon frameworke
- Next message: I still have problems creating .deb packages :(
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]