Class GTKProgressBar


Class-Hierarchy:

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

Class GTKProgressBar inherits from GTKProgress


Last modified: 3.1.2001 (GToolKit/GToolKit.m)

Method Index

+ (GtkType) getType
+ (id) progressBar
+ (id) progressBarWithAdjustment:(GTKAdjustment *) adjustment
- (id) init
- (id) 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

+ (id) progressBar

- (id) init

+ (id) progressBarWithAdjustment:(GTKAdjustment *) adjustment

- (id) 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 Jan 4 20:20:15 2001 by Objcdoc