28 #ifndef HPL_WIDGET_COMBO_BOX_H 29 #define HPL_WIDGET_COMBO_BOX_H 31 #include "hpl1/engine/gui/Widget.h" 32 #include "hpl1/engine/gui/WidgetBaseClasses.h" 47 void SetSelectedItem(
int alX,
bool abMoveList =
false);
48 int GetSelectedItem() {
return mlSelectedItem; }
50 void SetCanEdit(
bool abX);
53 void SetMaxShownItems(
int alX);
54 int GetMaxShownItems() {
return mlMaxItems; }
59 void UpdateProperties();
65 kGuiCalllbackDeclarationEnd(ButtonPress);
68 kGuiCalllbackDeclarationEnd(DrawText);
71 kGuiCalllbackDeclarationEnd(SliderMove);
74 kGuiCalllbackDeclarationEnd(SliderLostFocus);
78 void OnLoadGraphics();
105 int mlMouseOverSelection;
121 #endif // HPL_WIDGET_COMBO_BOX_H
Definition: WidgetTextBox.h:37
Definition: GuiGfxElement.h:72
Definition: GuiTypes.h:263