ui/gtk/list.h

changeset 113
dde28a806552
parent 112
c3f2f16fa4b8
equal deleted inserted replaced
112:c3f2f16fa4b8 113:dde28a806552
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