Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/aGui/
H A DGui.h38 struct GuiItem struct
40 GuiItem(GuiElement* el, bool back) : element(el), asBackground(back) {}; in GuiItem() argument
44 typedef std::list<GuiItem> ElList; argument
/dports/audio/cantata/cantata-2.4.2/support/
H A Ddialog.h37 struct GuiItem { struct
41 GuiItem(const QString &t, int i, bool r=false) argument
51 extern GuiItem ok(); argument
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/gui/guisys/link/
H A Dgui_item.h317 explicit GuiItem(GuiItemBase *item_base) in GuiItem() function