Searched refs:on_click (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ui/widget/ | ||
H A D | rotateable.h | 31 bool on_click(GdkEventButton *event); |
H A D | rotateable.cpp | 35 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 D | style-swatch.h | 63 bool on_click(GdkEventButton *event); |
H A D | style-swatch.cpp | 183 _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