Home
last modified time | relevance | path

Searched defs:UI_DIALOG (Results 1 – 3 of 3) sorted by relevance

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/include/
H A Dui.h225 struct UI_DIALOG : window struct
234 explicit UI_DIALOG(short x, short y, short w, short h, enum dialog_flags flags); argument
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/ui/
H A Ddialog.cpp114 UI_DIALOG::UI_DIALOG(short x, short y, const short w, const short h, const enum dialog_flags flags)… in UI_DIALOG() function in dcx::UI_DIALOG
H A Dlistbox.cpp363 void ui_listbox_change(UI_DIALOG *, UI_GADGET_LISTBOX *listbox, uint_fast32_t numitems, const char … in ui_listbox_change() argument