Re: creating non-standart windows and dialogs



Artūras ?lajus said:
i want window that starts minimized
and window that starts up not minimized, but doesn't take focus away
from other app

perldoc Gtk2::Window
  - maximize
  - unmaximize
  - iconify
  - deiconify

that being said all of this is up to the window manager and may not work as
desired in many of them. you will probably want to use these methods in a
signal attached to the window, my first thought would be realize or show, but
there may be a more appropriate place.

-rm



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