ui/ui/display.h

branch
newapi
changeset 261
b39f0e61fd99
parent 221
a82d9beaa94a
equal deleted inserted replaced
260:eebb0626d020 261:b39f0e61fd99
95 95
96 UIEXPORT UIWIDGET ui_label_create(UiObject* obj, UiLabelArgs args); 96 UIEXPORT UIWIDGET ui_label_create(UiObject* obj, UiLabelArgs args);
97 UIEXPORT UIWIDGET ui_llabel_create(UiObject* obj, UiLabelArgs args); 97 UIEXPORT UIWIDGET ui_llabel_create(UiObject* obj, UiLabelArgs args);
98 UIEXPORT UIWIDGET ui_rlabel_create(UiObject* obj, UiLabelArgs args); 98 UIEXPORT UIWIDGET ui_rlabel_create(UiObject* obj, UiLabelArgs args);
99 99
100 UIWIDGET ui_space(UiObject *obj); 100 UIWIDGET ui_space_deprecated(UiObject *obj);
101 UIWIDGET ui_separator(UiObject *obj); 101 UIWIDGET ui_separator_deprecated(UiObject *obj);
102 102
103 /* progress bar/spinner */ 103 /* progress bar/spinner */
104 104
105 #define ui_progressbar(obj, ...) ui_progressbar_create(obj, (UiProgressbarArgs) { __VA_ARGS__ } ) 105 #define ui_progressbar(obj, ...) ui_progressbar_create(obj, (UiProgressbarArgs) { __VA_ARGS__ } )
106 #define ui_progressspinner(obj, ...) ui_progressspinner_create(obj, (UiProgressbarSpinnerArgs) { __VA_ARGS__ } ) 106 #define ui_progressspinner(obj, ...) ui_progressspinner_create(obj, (UiProgressbarSpinnerArgs) { __VA_ARGS__ } )

mercurial