Class Index | Cross Index | Namespace Index |
Abstract Progress Indicator
Contained in: Gtk
Derived from:
Gtk::Widget
Derived by:
Gtk::ProgressBar
#include <gtk--/progress.h>
public function member index: |
||
signal void | act_mode_enter | (); |
void | configure | (gfloat value, gfloat min, gfloat max); |
Adjustment* | get_adjustment | () const; |
gfloat | get_current_percentage | () const; |
string | get_current_text | () const; |
gfloat | get_percentage_from_value | (gfloat value) const; |
string | get_text_from_value | (gfloat value) const; |
gfloat | get_value | () const; |
const GtkProgress* | gtkobj | () const; |
GtkProgress* | gtkobj | (); |
static bool | isA | (Object* object); |
signal void | paint | (); |
void | set_activity_mode | (bool activity_mode); |
void | set_adjustment | (Adjustment& adjustment); |
void | set_adjustment | (Adjustment* adjustment=0); |
void | set_format_string | (const string& format); |
void | set_percentage | (gfloat percentage); |
void | set_show_text | (bool show_text); |
void | set_text_alignment | (gfloat x_align, gfloat y_align); |
void | set_value | (gfloat value); |
signal void | update | (); |
virtual | ~Progress | (); |
protected function member index: |
||
virtual void | act_mode_enter_impl | (); |
virtual void | paint_impl | (); |
virtual void | update_impl | (); |