| 1060 fprintf(stderr, "Error: window is not a splitview window\n"); |
1060 fprintf(stderr, "Error: window is not a splitview window\n"); |
| 1061 return NULL; |
1061 return NULL; |
| 1062 } |
1062 } |
| 1063 |
1063 |
| 1064 GtkWidget *box = ui_gtk_vbox_new(args->spacing); |
1064 GtkWidget *box = ui_gtk_vbox_new(args->spacing); |
| |
1065 ui_set_name_and_style(box, args->name, args->style_class); |
| 1065 ui_box_set_margin(box, args->margin); |
1066 ui_box_set_margin(box, args->margin); |
| 1066 BOX_ADD_EXPAND(pbox, box); |
1067 BOX_ADD_EXPAND(pbox, box); |
| 1067 |
1068 |
| 1068 UiObject *newobj = uic_object_new(obj, box); |
1069 UiObject *newobj = uic_object_new(obj, box); |
| 1069 newobj->container = ui_box_container(obj, box, UI_CONTAINER_VBOX); |
1070 newobj->container = ui_box_container(obj, box, UI_CONTAINER_VBOX); |