Inheritance diagram for ProgressBar:

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. | |
|
|
Progress direction.
|
|
|
Gets the fraction ???
|
|
|
Gets the process bar orientation.
|
|
|
Gets the pluse step ???
|
|
|
Gets the progress bar text.
|
|
|
Gets this class type.
Reimplemented from Widget. |
|
|
Executes a pulse.
|
|
|
Sets the progress bar fraction.
|
|
|
Sets the progress bar orientation.
|
|
|
Sets the progress bar pulse step.
|
|
|
Sets the progress bar text.
|
|
|
Creates a new progress bar.
|
|
|
Creates a progress bar from a GtkWidget.
Reimplemented from Widget. |
|
|
|
|