ProgressBar Class Reference

Inheritance diagram for ProgressBar:

Widget List of all members.

Detailed Description

A visual representation a the progress for a task.


Public Types

enum  
 Progress direction. More...

Public Member Functions

 this (GtkWidget *gtkWidget)
 Creates a progress bar from a GtkWidget.
 this ()
 Creates a new progress bar.
void pulse ()
 Executes a pulse.
void setText (char[] text)
 Sets the progress bar text.
void setFraction (gdouble fraction)
 Sets the progress bar fraction.
void setPulseStep (gdouble pulseStep)
 Sets the progress bar pulse step.
void setOrientation (GtkProgressBarOrientation orientation)
 Sets the progress bar orientation.
String getText ()
 Gets the progress bar text.
gdouble getFraction ()
 Gets the fraction ???
gdouble getPulseStep ()
 Gets the pluse step ???
GtkProgressBarOrientation getOrientation ()
 Gets the process bar orientation.

Static Public Member Functions

GType getType ()
 Gets this class type.


Member Enumeration Documentation

anonymous enum
 

Progress direction.


Member Function Documentation

gdouble ProgressBar.getFraction  ) 
 

Gets the fraction ???

Returns:
fraction

GtkProgressBarOrientation ProgressBar.getOrientation  ) 
 

Gets the process bar orientation.

Returns:
orientation

gdouble ProgressBar.getPulseStep  ) 
 

Gets the pluse step ???

Returns:
pulseStep

String ProgressBar.getText  ) 
 

Gets the progress bar text.

Returns:
the progress bar text

GType ProgressBar.getType  )  [static]
 

Gets this class type.

Returns:
this class type

Reimplemented from Widget.

void ProgressBar.pulse  ) 
 

Executes a pulse.

void ProgressBar.setFraction gdouble  fraction  ) 
 

Sets the progress bar fraction.

Parameters:
fraction 

void ProgressBar.setOrientation GtkProgressBarOrientation  orientation  ) 
 

Sets the progress bar orientation.

Parameters:
orientation 

void ProgressBar.setPulseStep gdouble  pulseStep  ) 
 

Sets the progress bar pulse step.

Parameters:
pulseStep 

void ProgressBar.setText char[]  text  ) 
 

Sets the progress bar text.

Parameters:
text the progress bar text

ProgressBar.this  ) 
 

Creates a new progress bar.

ProgressBar.this GtkWidget *  gtkWidget  ) 
 

Creates a progress bar from a GtkWidget.

Reimplemented from Widget.


SourceForge.net Logo DSource.org Logo digitalmars.com Logo