Re: gtkdialog maximum size



On 12 September 2017 at 18:06, Rúben Rodrigues <ruben_gr live com pt> wrote:

Someone knows how to limite the maximum size of gtkdialog? My problem is
that as the dialog does resize itself, sometimes it gets bigger that the
screen.

Why are you using a GtkDialog? You should be using a GtkWindow for a complex UI.

Additionally, the size of a top-level is given by its contents, unless
you specify a size yourself. If your UI is too big, you'll have to
arrange it differently.

Ciao,
 Emmanuele.

-- 
https://www.bassi.io
[@] ebassi [@gmail.com]


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