Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Fl_ProgressBar Class Reference

Fl_ProgressBar. More...

#include <Fl_ProgressBar.h>

Inheritance diagram for Fl_ProgressBar:

Fl_Widget List of all members.

Public Methods

 Fl_ProgressBar (int x, int y, int w, int h, const char *lbl=0)
 Creates new progress bar widget using the given position, size, and label.

 Fl_ProgressBar (const char *l=0, int layout_size=30, Fl_Align layout_al=FL_ALIGN_TOP, int label_w=100)
 Creates new progress bar widget using the label, size, alignment, and label_width.

void range (float min, float max, float step=1)
float minimum ()
float maximum ()
void minimum (float nm)
void maximum (float nm)
void step (float step)
float step ()
void value (float v)
float value () const
void showtext (bool st)
bool showtext ()
virtual void draw ()

Static Public Attributes

Fl_Named_Styledefault_style

Protected Attributes

float mMin
float mMax
float mPresent
float mStep
bool mShowPct

Detailed Description

Fl_ProgressBar.

Definition at line 30 of file Fl_ProgressBar.h.


The documentation for this class was generated from the following file:
Generated on Thu Jul 31 15:33:51 2003 for eFLTK by doxygen1.2.15