Class GTKProgressBar


Class-Hierarchy:

    NSObject
      |
      +---GTK
	    |
	    +---GTKObject
		  |
		  +---GTKWidget
			|
			+---GTKProgress
			      |
			      +---GTKProgressBar

Class GTKProgressBar inherits from GTKProgress


Last modified: 8.4.99 (./GToolKit.m)

Method Index

+ (GtkType) getType
+ progressBar
+ progressBarWithAdjustment:(GTKAdjustment *) adjustment
- init
- initWithAdjustment:(GTKAdjustment *) adjustment
- (void) setActivityBlocks:(guint) blocks
- (void) setActivityStep:(guint) step
- (void) setBarStyle:(GtkProgressBarStyle) style
- (void) setDiscreteBlocks:(guint) blocks
- (void) setOrientation:(GtkProgressBarOrientation) orientation
- (void) update:(gfloat) percentage

Methods

+ (GtkType) getType

Overrides: + (GtkType) getType in GTKProgress

+ progressBar

- init

+ progressBarWithAdjustment:(GTKAdjustment *) adjustment

- initWithAdjustment:(GTKAdjustment *) adjustment

- (void) setBarStyle:(GtkProgressBarStyle) style

- (void) setDiscreteBlocks:(guint) blocks

- (void) setActivityStep:(guint) step

- (void) setActivityBlocks:(guint) blocks

- (void) setOrientation:(GtkProgressBarOrientation) orientation

- (void) update:(gfloat) percentage


generated Thu Apr 8 6:47:16 1999 by Objcdoc