Home
last modified time | relevance | path

Searched refs:UI_PopupList (Results 1 – 6 of 6) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/client/ui/
H A Dui_popup.h39 uiNode_t* UI_PopupList(const char* title, const char* headline, linkedList_t* entries, const char* …
H A Dui_popup.cpp62 uiNode_t* UI_PopupList (const char* title, const char* headline, linkedList_t* entries, const char*… in UI_PopupList() function
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_popup.cpp142 …popupListNode = cgi->UI_PopupList(_("Change homebase of aircraft"), _("Base\tStatus"), popupListTe… in CL_DisplayHomebasePopup()
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/
H A Dcgame.h119 …uiNode_t* (IMPORT* UI_PopupList) (const char* title, const char* headline, linkedList_t* entries, …
H A Dcl_game.cpp607 cgi->UI_PopupList = UI_PopupList; in GAME_GetImportData()
/dports/games/ufoai/ufoai-2.5-source/src/client/battlescape/
H A Dcl_hud.cpp329 …popupListNode = UI_PopupList(_("Shot Reservation"), _("Reserve TUs for firing/using."), popupListT… in HUD_PopupFiremodeReservation()