Re: Startup size/but not usize



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]