RE: window always on top

2002-05-01 Thread Lourdes Maldonado
: Lourdes Maldonado Cc: [EMAIL PROTECTED] Subject: Re: window always on top Hi, "Lourdes Maldonado" <[EMAIL PROTECTED]> writes: > The main screen of my application takes up the entire screen (5"x4") and > I want it always to be visible. My problem is that when I press a

Re: window always on top

2002-05-01 Thread Sven Neumann
Hi, "Lourdes Maldonado" <[EMAIL PROTECTED]> writes: > The main screen of my application takes up the entire screen (5"x4") and > I want it always to be visible. My problem is that when I press a > button that displays an entry form screen that is smaller than my main > screen (so the main scree

window always on top

2002-05-01 Thread Lourdes Maldonado
Hi, The main screen of my application takes up the entire screen (5"x4") and I want it always to be visible. My problem is that when I press a button that displays an entry form screen that is smaller than my main screen (so the main screen is still accessible) if I press on the main screen my

How to set dialog window always on top??

2000-11-14 Thread alan
How to set dialog window always on top?? I program a YesNoWindow, I can set gtk_grab_add() let MainWindow can't get event. But I clicked the MainWindow, the YesNoWindow would lower MainWindow. Could I let the YesNoWindow(sub Dialog) always raise over MainWindow? How to do it??