Class Index | Cross Index | Namespace Index |
Contained in: Gtk
Derived from:
Gtk::Progress
Derived by:
none
#include <gtk--/progressbar.h>
public function member index: |
||
explicit | ProgressBar | (Adjustment& adjustment); |
ProgressBar | (); | |
guint | get_activity_blocks | () const; |
guint | get_activity_step | () const; |
GtkProgressBarStyle | get_bar_style | () const; |
guint | get_discrete_blocks | () const; |
GtkProgressBarOrientation | get_orientation | () const; |
GtkProgressBar* | gtkobj | (); |
const GtkProgressBar* | gtkobj | () const; |
static bool | isA | (Object* object); |
void | set_activity_blocks | (guint blocks=5); |
void | set_activity_step | (guint step=3); |
void | set_bar_style | (GtkProgressBarStyle style=GTK_PROGRESS_CONTINUOUS); |
void | set_discrete_blocks | (guint blocks=10); |
void | set_orientation | (GtkProgressBarOrientation orientation=GTK_PROGRESS_LEFT_TO_RIGHT); |
virtual | ~ProgressBar | (); |