28 #ifndef HPL_WIDGET_LIST_BOX_H 29 #define HPL_WIDGET_LIST_BOX_H 31 #include "hpl1/engine/gui/Widget.h" 32 #include "hpl1/engine/gui/WidgetBaseClasses.h" 45 void SetBackgroundZ(
float afZ) { mfBackgroundZ = afZ; }
46 float GetBackgroundZ() {
return mfBackgroundZ; }
48 void SetSelectedItem(
int alX,
bool abMoveList =
false);
49 int GetSelectedItem() {
return mlSelectedItem; }
54 void UpdateProperties();
57 kGuiCalllbackDeclarationEnd(DrawText);
60 kGuiCalllbackDeclarationEnd(MoveSlider);
64 void OnLoadGraphics();
100 #endif // HPL_WIDGET_LIST_BOX_H
Definition: GuiGfxElement.h:72
Definition: GuiTypes.h:263