![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dtgtk_resize_handle_t:Data Fields | |
| GtkOrientation | orientation |
| gboolean | invert |
| dtgtk_resize_handle_get_size_f | get_size |
| dtgtk_resize_handle_resize_f | resize |
| gpointer | user_data |
| gboolean | dragging |
| double | start_root |
| int | start_size |
| int | current_size |
Definition at line 26 of file resize_handle.c.
| int dtgtk_resize_handle_t::current_size |
Definition at line 36 of file resize_handle.c.
Referenced by _resize_handle_button(), and _resize_handle_motion().
| gboolean dtgtk_resize_handle_t::dragging |
Definition at line 33 of file resize_handle.c.
Referenced by _resize_handle_button(), _resize_handle_cursor(), and _resize_handle_motion().
| dtgtk_resize_handle_get_size_f dtgtk_resize_handle_t::get_size |
Definition at line 30 of file resize_handle.c.
Referenced by _resize_handle_button(), and dtgtk_resize_handle_new().
| gboolean dtgtk_resize_handle_t::invert |
Definition at line 29 of file resize_handle.c.
Referenced by _resize_handle_motion(), and dtgtk_resize_handle_new().
| GtkOrientation dtgtk_resize_handle_t::orientation |
Definition at line 28 of file resize_handle.c.
Referenced by _resize_handle_button(), _resize_handle_cursor(), _resize_handle_motion(), and dtgtk_resize_handle_new().
| dtgtk_resize_handle_resize_f dtgtk_resize_handle_t::resize |
Definition at line 31 of file resize_handle.c.
Referenced by _resize_handle_button(), _resize_handle_motion(), and dtgtk_resize_handle_new().
| double dtgtk_resize_handle_t::start_root |
Definition at line 34 of file resize_handle.c.
Referenced by _resize_handle_button(), and _resize_handle_motion().
| int dtgtk_resize_handle_t::start_size |
Definition at line 35 of file resize_handle.c.
Referenced by _resize_handle_button(), and _resize_handle_motion().
| gpointer dtgtk_resize_handle_t::user_data |
Definition at line 32 of file resize_handle.c.
Referenced by _resize_handle_button(), _resize_handle_motion(), and dtgtk_resize_handle_new().