Class Index Cross Index Namespace Index

Class Gtk::ProgressBar


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();
 

Description:



Function Member Descriptions:

Gtk::ProgressBar::gtkobj - Returns the underlaying gtk+ object.

GtkProgressBar* gtkobj();

Gtk::ProgressBar::isA - Returns true if object is this type.

static bool isA(Object* object);