Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
dialog-events.cpp File Reference

Event handler for dialog windows. More...

Go to the source code of this file.

Functions

void sp_dialog_defocus (Gtk::Window *win)
 Remove focus from window to whoever it is transient for.
 
void sp_dialog_defocus_on_enter (Gtk::Entry *e)
 
void sp_dialog_defocus_on_enter (Gtk::SpinButton &s)
 
void sp_transientize (Gtk::Window &window)
 Make the argument dialog transient to the currently active document window.
 

Detailed Description

Event handler for dialog windows.

Definition in file dialog-events.cpp.

Function Documentation

◆ sp_dialog_defocus()

void sp_dialog_defocus ( Gtk::Window *  win)

Remove focus from window to whoever it is transient for.

Definition at line 33 of file dialog-events.cpp.

References w.

Referenced by Inkscape::UI::Dialog::DialogBase::defocus_dialog(), sp_dialog_defocus_on_enter(), and sp_dialog_defocus_on_enter().

◆ sp_dialog_defocus_on_enter() [1/2]

◆ sp_dialog_defocus_on_enter() [2/2]

void sp_dialog_defocus_on_enter ( Gtk::SpinButton &  s)

Definition at line 49 of file dialog-events.cpp.

References sp_dialog_defocus().

◆ sp_transientize()