ui/ui/tree.h

branch
newapi
changeset 223
8d7ca1b320e2
parent 221
a82d9beaa94a
child 224
88bc21b19213
equal deleted inserted replaced
222:1121b61f8828 223:8d7ca1b320e2
109 * indices of selected rows 109 * indices of selected rows
110 */ 110 */
111 int *rows; 111 int *rows;
112 }; 112 };
113 113
114 struct UiTableDndEvent {
115 UiListSelection selection;
116 void* dnd;
117 };
118
114 struct UiListArgs { 119 struct UiListArgs {
115 UiTri fill; 120 UiTri fill;
116 UiBool hexpand; 121 UiBool hexpand;
117 UiBool vexpand; 122 UiBool vexpand;
118 int colspan; 123 int colspan;

mercurial