ui/winui/container.h

branch
newapi
changeset 190
70fd1b24e395
parent 186
5db4979bf482
child 195
0f2e69873875
equal deleted inserted replaced
189:4daddc326877 190:70fd1b24e395
89 Grid grid; 89 Grid grid;
90 enum UiBoxContainerType type; 90 enum UiBoxContainerType type;
91 RowDefinition boxRowDef; 91 RowDefinition boxRowDef;
92 ColumnDefinition boxColDef; 92 ColumnDefinition boxColDef;
93 93
94 UiBoxContainer(Grid grid, enum UiBoxContainerType type); 94 UiBoxContainer(Grid grid, enum UiBoxContainerType type, int margin, int spacing);
95 95
96 void Add(FrameworkElement control, UiBool fill); 96 void Add(FrameworkElement control, UiBool fill);
97 }; 97 };
98 98
99 struct UiGridContainer : UiContainer { 99 struct UiGridContainer : UiContainer {

mercurial