3 #ifndef _GTKMM_PROGRESSBAR_H
4 #define _GTKMM_PROGRESSBAR_H
7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
34 #ifndef DOXYGEN_SHOULD_SKIP_THIS
41 {
class ProgressBar_Class; }
61 #ifndef DOXYGEN_SHOULD_SKIP_THIS
69 static GType value_type() G_GNUC_CONST;
111 #ifndef DOXYGEN_SHOULD_SKIP_THIS
120 #ifndef DOXYGEN_SHOULD_SKIP_THIS
124 static CppClassType progressbar_class_;
131 explicit ProgressBar(
const Glib::ConstructParams& construct_params);
137 #ifndef DOXYGEN_SHOULD_SKIP_THIS
138 static GType get_type() G_GNUC_CONST;
141 static GType get_base_type() G_GNUC_CONST;
GtkProgressBar * gobj()
Provides access to the underlying C GtkObject.
void set_orientation(ProgressBarOrientation orientation=PROGRESS_LEFT_TO_RIGHT)
Glib::PropertyProxy< Adjustment * > property_adjustment()
double get_pulse_step() const
Glib::PropertyProxy< guint > property_discrete_blocks()
Glib::PropertyProxy< ProgressBarOrientation > property_orientation()
void set_fraction(double fraction)
Glib::PropertyProxy< Glib::ustring > property_text()
Glib::PropertyProxy_ReadOnly< ProgressBarOrientation > property_orientation() const
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_text() const
void set_pulse_step(double fraction)
Gtk::ProgressBar * wrap(GtkProgressBar *object, bool take_copy=false)
Glib::PropertyProxy< guint > property_activity_blocks()
ProgressBarOrientation get_orientation() const
Glib::PropertyProxy< guint > property_activity_step()
Glib::PropertyProxy< ProgressBarStyle > property_bar_style()
Glib::PropertyProxy< bool > property_ellipsize()
void set_ellipsize(Pango::EllipsizeMode mode)
const GtkProgressBar * gobj() const
Provides access to the underlying C GtkObject.
void set_text(const Glib::ustring &text)
Glib::PropertyProxy< double > property_pulse_step()
Glib::PropertyProxy_ReadOnly< double > property_fraction() const
Glib::PropertyProxy_ReadOnly< double > property_pulse_step() const
Glib::PropertyProxy_ReadOnly< guint > property_discrete_blocks() const
Glib::PropertyProxy_ReadOnly< ProgressBarStyle > property_bar_style() const
Pango::EllipsizeMode get_ellipsize() const
Glib::PropertyProxy_ReadOnly< Adjustment * > property_adjustment() const
double get_fraction() const
Glib::PropertyProxy_ReadOnly< guint > property_activity_step() const
Glib::ustring get_text() const
Glib::PropertyProxy_ReadOnly< bool > property_ellipsize() const
Glib::PropertyProxy< double > property_fraction()
Glib::PropertyProxy_ReadOnly< guint > property_activity_blocks() const