Lines Matching defs:dialog
3 * Event handler for dialog windows.
28 #include "ui/dialog-events.h"
60 * Callback to defocus a widget's parent dialog.
114 // close dialog
117 /* this code sends a delete_event to the dialog,
119 * dialog can do some housekeeping, such as remember
148 * Make the argument dialog transient to the currently active document
151 void sp_transientize(GtkWidget *dialog)
159 gtk_window_set_skip_taskbar_hint (GTK_WINDOW (dialog), TRUE);
171 // if there's an active document window, attach dialog to it as a transient:
175 SP_ACTIVE_DESKTOP->setWindowTransient (dialog, transient_policy);