Method Gnome.Dialog()->set_parent()
- Method set_parent
Gnome.Dialog
set_parent(GTK1.Window
parent
)- Description
Dialogs have "parents," usually the main application window which spawned them. This function will let the window manager know about the parent-child relationship. Usually this means the dialog must stay on top of the parent, and will be minimized when the parent is. Gnome also allows users to request dialog placement above the parent window (vs. at the mouse position, or at a default window manger location).