index
gtk-- homepage



Description:
Gtk_Progress

#include <gtk--/progress.h>
Base classes: Gtk_Widget
Derived by: Gtk_ProgressBar

Abstract Progress Indicator



Properties:


Public member index:


static GtkType get_type();
GtkProgress *gtkobj();
const GtkProgress *gtkobj()const;
static bool isA(Gtk_Object *checkcast);
virtual ~Gtk_Progress();
void set_show_text(bool show_text);
void set_text_alignment(gfloat x_align,gfloat y_align);
void set_format_string(const string &format);
Gtk_Adjustment *get_adjustment()const;
void set_adjustment(Gtk_Adjustment &adjustment);
void set_adjustment(Gtk_Adjustment *adjustment=0);
void configure(gfloat value,gfloat min,gfloat max);
void set_percentage(gfloat percentage);
void set_value(gfloat value);
gfloat get_value()const;
void set_activity_mode(bool activity_mode);
string get_current_text()const;
string get_text_from_value(gfloat value)const;
gfloat get_current_percentage()const;
gfloat get_percentage_from_value(gfloat value)const;
signal void paint();
signal void update();
signal void act_mode_enter();
Protected member index:


void initialize_class();
void *get_parent_class();
static void init_parent_class();
explicit Gtk_Progress(GtkProgress *castitem);
virtual void paint_impl();
virtual void update_impl();
virtual void act_mode_enter_impl();
Private member index:


Gtk_Progress(const Gtk_Progress &);
Gtk_Progress &operator =(const Gtk_Progress &);

Public member details:


Protected member details:


Private member details:



Examples:





(pages generated by PERCEPS -script.)