Kevin Handy wrote:
> 
> Is there a function that sets the startup size, but still
> allows for resizing? Looked for something easy, but either
> I skipped over something obvious, or it's harder than it
> should be.

  I use:

  gtk_widget_set_uposition (wnd, x, y);
  gtk_window_set_default_size (GTK_WINDOW (wnd), w, h);

Leonardo

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to