|
| OPTIONAL (const char *, name, const struct dt_view_t *self) |
|
| OPTIONAL (uint32_t, view, const struct dt_view_t *self) |
|
| DEFAULT (uint32_t, flags,) |
|
| OPTIONAL (void, init, struct dt_view_t *self) |
|
| OPTIONAL (void, gui_init, struct dt_view_t *self) |
|
| OPTIONAL (void, cleanup, struct dt_view_t *self) |
|
| OPTIONAL (void, expose, struct dt_view_t *self, cairo_t *cr, int32_t width, int32_t height, int32_t pointerx, int32_t pointery) |
|
| OPTIONAL (int, try_enter, struct dt_view_t *self) |
|
| OPTIONAL (void, enter, struct dt_view_t *self) |
|
| OPTIONAL (void, leave, struct dt_view_t *self) |
|
| OPTIONAL (void, reset, struct dt_view_t *self) |
|
| OPTIONAL (void, mouse_enter, struct dt_view_t *self) |
|
| OPTIONAL (void, mouse_leave, struct dt_view_t *self) |
|
| OPTIONAL (void, mouse_moved, struct dt_view_t *self, double x, double y, double pressure, int which) |
|
| OPTIONAL (int, button_released, struct dt_view_t *self, double x, double y, int which, uint32_t state) |
|
| OPTIONAL (int, button_pressed, struct dt_view_t *self, double x, double y, double pressure, int which, int type, uint32_t state) |
|
| OPTIONAL (int, key_pressed, struct dt_view_t *self, GdkEventKey *event) |
|
| OPTIONAL (void, configure, struct dt_view_t *self, int width, int height) |
|
| OPTIONAL (int, scrolled, struct dt_view_t *self, double x, double y, int up, int state) |
|
| OPTIONAL (void, scrollbar_changed, struct dt_view_t *self, double x, double y) |
|