ui/gtk/list.h

changeset 890
8d30cbd1c465
parent 853
380ec881faa2
child 937
06e03c7e39db
equal deleted inserted replaced
889:5be43605226f 890:8d30cbd1c465
125 void *onactivatedata; 125 void *onactivatedata;
126 ui_callback onbuttonclick; 126 ui_callback onbuttonclick;
127 void *onbuttonclickdata; 127 void *onbuttonclickdata;
128 GtkListBoxRow *first_row; 128 GtkListBoxRow *first_row;
129 UiBool header_is_item; 129 UiBool header_is_item;
130 UiSubListEventData current_eventdata;
130 }; 131 };
131 132
132 133
133 #if GTK_CHECK_VERSION(4, 10, 0) 134 #if GTK_CHECK_VERSION(4, 10, 0)
134 135

mercurial