| 137 0, 0, 100, 100, |
137 0, 0, 100, 100, |
| 138 parent, |
138 parent, |
| 139 NULL, |
139 NULL, |
| 140 hInstance, |
140 hInstance, |
| 141 NULL); |
141 NULL); |
| |
142 SetWindowLongPtr(hwnd, GWLP_WNDPROC, (LONG_PTR)ui_default_eventproc); |
| 142 |
143 |
| 143 W32Widget *widget = w32_widget_new(&grid_layout_widget_class, hwnd); |
144 W32Widget *widget = w32_widget_new(&grid_layout_widget_class, hwnd); |
| 144 ui_container_add(container, widget, &layout); |
145 ui_container_add(container, widget, &layout); |
| 145 |
146 |
| 146 UiContainerX *gridContainer = ui_grid_container_create(obj, hwnd, args->columnspacing, args->rowspacing, INSETS_ZERO); |
147 UiContainerX *gridContainer = ui_grid_container_create(obj, hwnd, args->columnspacing, args->rowspacing, INSETS_ZERO); |