ui/win32/grid.h

changeset 814
bcb3c7d486f3
parent 813
6d9066951cdb
child 815
7ddf5fb7ec2a
equal deleted inserted replaced
813:6d9066951cdb 814:bcb3c7d486f3
59 } GridElm; 59 } GridElm;
60 60
61 typedef struct UiGridLayout { 61 typedef struct UiGridLayout {
62 HWND hwnd; 62 HWND hwnd;
63 63
64 short padding; 64 short padding_top;
65 short padding_bottom;
66 short padding_left;
67 short padding_right;
65 short columnspacing; 68 short columnspacing;
66 short rowspacing; 69 short rowspacing;
67 70
68 /* 71 /*
69 * list element type: GridElm 72 * list element type: GridElm

mercurial