Tutorial |
||
|
||
|
||
|
void
show(); void show_all(); |
void
hide(); void hide_all(); |
bool
activate(); |
void
reparent(Gtk::Widget& new_parent); |
void
grab_focus(); |
void
set_name(const String& name); String get_name() const; |
void set_size_request(int width, int height); |
void
get_size_request(int *width, int *height) const; |
void set_style(Gtk::Style& style); |
void
modify_style(Gtk::RcStyle& style); |
|
|||
|
|||