Searched refs:on_click (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/widget/
H A Drotateable.h31 bool on_click(GdkEventButton *event);
H A Drotateable.cpp35 signal_button_press_event().connect(sigc::mem_fun(*this, &Rotateable::on_click));
42 bool Rotateable::on_click(GdkEventButton *event) { function in class:Inkscape::UI::Widget::Rotateable
H A Dstyle-swatch.h63 bool on_click(GdkEventButton *event);
H A Dstyle-swatch.cpp183 _swatch.signal_button_press_event().connect(sigc::mem_fun(*this, &StyleSwatch::on_click));
200 StyleSwatch::on_click(GdkEventButton */*event*/) function in class:Inkscape::UI::Widget::StyleSwatch

Completed in 221 milliseconds