ui/motif/widget.c

changeset 554
28e490aa15e3
parent 481
bead55b1e6ca
equal deleted inserted replaced
553:90e38db0c755 554:28e490aa15e3
67 XtManageChild(widget); 67 XtManageChild(widget);
68 ctn->add(ctn, widget); 68 ctn->add(ctn, widget);
69 69
70 return widget; 70 return widget;
71 } 71 }
72
73 void ui_widget_set_size(UIWIDGET w, int width, int height) {
74
75 }
76
77 void ui_widget_redraw(UIWIDGET w) {
78
79 }

mercurial