|
void | set_title (const CoreString &title) |
|
void | set_ratio (const double &ratio) |
|
void | set_width (const int &width) |
|
void | set_minimum_size (const int &width) |
|
const CoreString & | get_title () const |
|
const double & | get_ratio () const |
|
const int & | get_width () const |
|
const int & | get_minimum_size () const |
|
void | set_force_visibility_width (const bool &enable) |
|
const bool | is_force_visibility_width () const |
|
void | set_visibility_width_max (const int &width) |
|
const int & | get_visibility_width_max () const |
|
void | set_fixed_size (const bool &fixed) |
|
const bool | is_fixed_size () const |
|
void | set_resizable (const bool &resizable) |
|
const bool & | is_resizable () const |
|
void | set_auto_fit (const bool &enable) |
|
const bool & | is_auto_fit () const |
|
void | set_enable (const bool &enable) |
|
const bool & | is_enable () const |
|
void | set_sort_type (const int &type) |
|
const int & | get_sort_type () const |
|
void | set_icon (const GuiImage *icon) |
|
const GuiImage * | get_icon () const |
|
void | enabled_highlight_text (const bool &enable) |
|
const bool & | get_is_highlight_text_enabled () const |
|
void | set_can_read_only (const bool &value) |
|
const bool & | is_can_read_only () const |
|