index
gtk-- homepage



Description:
Gtk_ProgressBar

#include <gtk--/progressbar.h>
Base classes: Gtk_Progress



Properties:


Public member index:


static GtkType get_type();
GtkProgressBar *gtkobj();
const GtkProgressBar *gtkobj()const;
static bool isA(Gtk_Object *checkcast);
virtual ~Gtk_ProgressBar();
Gtk_ProgressBar();
explicit Gtk_ProgressBar(Gtk_Adjustment &adjustment);
GtkProgressBarStyle get_bar_style()const;
GtkProgressBarOrientation get_orientation()const;
guint get_discrete_blocks()const;
guint get_activity_step()const;
guint get_activity_blocks()const;
void set_bar_style(GtkProgressBarStyle style=GTK_PROGRESS_CONTINUOUS);
void set_discrete_blocks(guint blocks=10);
void set_activity_step(guint step=3);
void set_activity_blocks(guint blocks=5);
void set_orientation(GtkProgressBarOrientation orientation=GTK_PROGRESS_LEFT_TO_RIGHT);
Protected member index:


void initialize_class();
void *get_parent_class();
static void init_parent_class();
explicit Gtk_ProgressBar(GtkProgressBar *castitem);
Private member index:


Gtk_ProgressBar(const Gtk_ProgressBar &);
Gtk_ProgressBar &operator =(const Gtk_ProgressBar &);

Public member details:


Protected member details:


Private member details:



Examples:





(pages generated by PERCEPS -script.)