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??
|