[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: one simple dout
- From: Mikoyan <miko2 pandora be>
- To: manu aradhya <manu_aradhya yahoo co in>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: one simple dout
- Date: 09 Sep 2003 15:17:38 +0200
On Tue, 2003-09-09 at 14:52, manu aradhya wrote:
> hi all, iam new to this gui concept, can anybody tell
> me ,how to fix size of window (or fixed in it with
> only one text box). usually size of window or frame
> adjusts to size of widget itself.where can i fix the
> size of window.
Use the function described here :
http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html#gtk-widget-set-size-request
e.g.
gtk_widget_set_size_request(GTK_WIDGET(myWindow), 600, 400);
> thnx -manu
Steven
> ________________________________________________________________________
> Yahoo! India Matrimony: Find your partner online.
> Go to http://yahoo.shaadi.com
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]