Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dtgtk_resize_handle_t Struct Reference
+ 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
 

Detailed Description

Definition at line 26 of file resize_handle.c.

Field Documentation

◆ current_size

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().

◆ dragging

gboolean dtgtk_resize_handle_t::dragging

◆ get_size

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().

◆ invert

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().

◆ orientation

GtkOrientation dtgtk_resize_handle_t::orientation

◆ resize

dtgtk_resize_handle_resize_f dtgtk_resize_handle_t::resize

◆ start_root

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().

◆ start_size

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().

◆ user_data

gpointer dtgtk_resize_handle_t::user_data

The documentation for this struct was generated from the following file: