Re: Create always on top window



On Fri, 2003-12-05 at 01:20, Keith Maika wrote:
I know that gtk_window_set_transient_for will keep a window on top of 
it's parent, but what I'm looking for is an always on top of any window. 
  Even windows that are not of my application.

Try making your window a popup window instead of a toplevel window.  For
instance, you could look at the source for GtkMenu.  GtkMenu windows
always go on top of other windows.




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