Home
last modified time | relevance | path

Searched refs:GUI_LABEL (Results 1 – 4 of 4) sorted by relevance

/dports/games/lbreakout2/lbreakout2-2.6.5/gui/
H A Dgui_label.c181 parent, GUI_LABEL, x, y, width, height, in gui_label_create()
217 if ( widget->type != GUI_LABEL ) return; in gui_label_set_font()
223 if ( widget->type != GUI_LABEL ) return; in gui_label_set_align()
233 if ( widget->type != GUI_LABEL ) return; in gui_label_set_text()
H A Dgui_widget.h110 GUI_LABEL, enumerator
/dports/games/neverball/neverball-1.6.0/share/
H A Dgui.c57 #define GUI_LABEL 7 macro
959 if ((id = gui_widget(pd, GUI_LABEL))) in gui_label()
1754 case GUI_LABEL: type = "label"; break; in gui_dump()
/dports/math/gretl/gretl-2021d/gui/
H A Dgpt_dialog.c153 GUI_LABEL, enumerator
3006 item_remove_button(tbl, nrows, ed, i, GUI_LABEL); in gpt_tab_labels()