Searched refs:button_down (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dlivepatheffect-editor.cpp99 button_down(),
131 button_down.set_tooltip_text(_("Lower the current path effect"));
132 lpe_style_button(button_down, INKSCAPE_ICON("go-down"));
133 button_down.set_relief(Gtk::RELIEF_NONE);
149 toolbar_hbox.add( button_down );
184 button_down.signal_clicked().connect(sigc::mem_fun(*this, &LivePathEffectEditor::onDown));
265 button_down.set_sensitive(sensitive);
304 button_down.set_sensitive(false);
319 button_down.set_sensitive(false);
H A Dlivepatheffect-editor.h123 Gtk::Button button_down; member in class:Inkscape::UI::Dialog::LivePathEffectEditor
/inkscape/src/display/
H A Dsp-canvas.cpp1303 int button_down = 0; local
1315 button_down = _state & (GDK_BUTTON1_MASK | GDK_BUTTON2_MASK |
1318 if (!button_down) _left_grabbed_item = FALSE;
1411 if ((_new_current_item != _current_item) && button_down) {

Completed in 496 milliseconds