Re: How to have a window stay always on top?



Just set it as a MENU window, it'll be always on top. when creating a 
window, you can pass argument to the new() method. Check the doc

It seems that Gtk::Window->new only supports window types 'toplevel',
'dialog' and 'popup'. The 'popup' type will stay on top, but it has
no decoration and can not be moved. This is not what i'm searching
for.

-kju

-- 
      It's an insane world, but i'm proud to be a part of it. -- Bill Hicks



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