index
gtk-- homepage



Description:
Gtk_Progress

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



Properties:

NameTypeGetSetDescription
adjustment GtkAdjustment*      
offscreen_pixmap GdkPixmap*      
format string      
x_align gfloat      
y_align gfloat      
show_text guint:1      
activity_mode guint:1    



Public member index:


Gtk_Progress(GtkProgress *castitem);
void set_show_text(bool show_text);
void set_text_alignment(gfloat x_align,gfloat y_align);
void set_format_string(const string &format);
void set_adjustment(const Gtk_Adjustment &adjustment);
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(BaseObjectType);
signal void update(BaseObjectType);
signal void act_mode_enter(BaseObjectType);
GtkProgress *gtkobj();
const GtkProgress *gtkobj()const;
static bool isGtkProgress(Gtk_Object *checkcast);
Protected member index:


virtual void *get_parent_class();
virtual void paint_impl();
virtual void update_impl();
virtual void act_mode_enter_impl();
Private member index:


GtkType get_type();

Public member details:


Protected member details:


Private member details:



Examples:





(pages generated by PERCEPS -script.)