33 #include "../api_gui.h"
34 #include "../gui_component.h"
88 void set_status_text(
const std::string &text);
94 void set_part_text(
int id,
const std::string &text);
101 void set_part_text(
int id,
const Image &icon,
const std::string &text);
108 void add_part(
int id,
int width,
GUIComponent *component = 0);
114 void show_part(
int id,
bool show =
true);
119 void remove_part(
int id);
124 void show_size_grip(
bool show =
true);
131 std::shared_ptr<StatusBar_Impl> impl;
Status bar component.
Definition: statusbar.h:45
GUI base component class.
Definition: gui_component.h:81
GUIComponent * get_named_item(const std::string &id)
Find child component with the specified component ID name.
Image class.
Definition: image.h:60
Callback_v0.
Definition: callback_v0.h:152