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

/inkscape/src/ui/dialog/
H A Dguides.h84 static bool _relative_toggle_status; // remember the status of the _relative_toggle_status button across instances member in class:Inkscape::UI::Dialogs::GuidelinePropertiesDialog
92 static Glib::ustring _angle_unit_status; // remember the status of the _relative_toggle_status button across instances
H A Dguides.cpp57 bool GuidelinePropertiesDialog::_relative_toggle_status = false; // initialize relative checkbox status for when this dialog is opened for first time member in class:Inkscape::UI::Dialogs::GuidelinePropertiesDialog
62 _relative_toggle_status = _relative_toggle.get_active();
301 _relative_toggle.set_active(_relative_toggle_status);

Completed in 39 milliseconds