Searched refs:_dialog_active (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dfloating-behavior.h72 Glib::PropertyProxy_ReadOnly<bool> _dialog_active; //< Variable proxy to track whether the dialog is the active window member in class:Inkscape::UI::Dialog::Behavior::FloatingBehavior
H A Dfloating-behavior.cpp40 ,_dialog_active(_d->property_is_active())
54 _dialog_active.signal_changed().connect(sigc::mem_fun(this, &FloatingBehavior::_focus_event));
105 if (_dialog_active.get_value()) {
117 if (_dialog_active.get_value()) {

Completed in 21 milliseconds