Re: [gtkmm] simple window size question part 2




By the time you get to the get_size(), the resize request has not even been sent to the window manager. You will need to add a slot to the "size-allocate" signal , and only then will your window be maximized. Also read the documentation on that method.

marvellous!  that worked.


bevis





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