Gtk3 by Hombre, issue 2807
This commit is contained in:
@@ -93,14 +93,14 @@ public:
|
||||
|
||||
// widget base events
|
||||
void on_realize ();
|
||||
bool on_expose_event (GdkEventExpose* event);
|
||||
bool on_draw (const ::Cairo::RefPtr< Cairo::Context> &cr);
|
||||
bool on_motion_notify_event (GdkEventMotion* event);
|
||||
bool on_button_press_event (GdkEventButton* event);
|
||||
bool on_button_release_event (GdkEventButton* event);
|
||||
bool on_scroll_event (GdkEventScroll* event);
|
||||
bool on_leave_notify_event (GdkEventCrossing* event);
|
||||
void on_resized (Gtk::Allocation& req);
|
||||
void on_style_changed (const Glib::RefPtr<Gtk::Style>& style);
|
||||
void on_style_updated ();
|
||||
void syncBeforeAfterViews ();
|
||||
|
||||
void setCropGUIListener (CropGUIListener* l);
|
||||
|
Reference in New Issue
Block a user