36 #include "../api_gui.h"
37 #include "../gui_component.h"
38 #include "../../Core/Signals/callback_v0.h"
39 #include "../../Core/Signals/callback_v1.h"
40 #include "../../Core/Signals/callback_1.h"
43 class CL_ComboBox_Impl;
75 bool is_editable()
const;
80 int get_dropdown_height()
const;
85 int get_selected_item()
const;
106 void set_editable(
bool enable =
true);
111 void set_dropdown_height(
int height);
116 void set_dropdown_minimum_width(
int min_width);
126 void set_selected_item(
int index);
176 CL_SharedPtr<CL_ComboBox_Impl> impl;