Class GTKCurve


Class-Hierarchy:

    NSObject
      |
      +---GTK
	    |
	    +---GTKObject
		  |
		  +---GTKWidget
			|
			+---GTKDrawingArea
			      |
			      +---GTKCurve

Class GTKCurve inherits from GTKDrawingArea


Last modified: 8.4.99 (./GToolKit.m)

Method Index

+ curve
+ (GtkType) getType
- (void) getVector:(int) veclen vector:(gfloat *) vector
- init
- (void) reset
- (void) setCurveType:(GtkCurveType) type
- (void) setGamma:(gfloat) gamma
- (void) setRange:(gfloat) min_x maxX:(gfloat) max_x minY:(gfloat) min_y maxY:(gfloat) max_y
- (void) setVector:(int) veclen vector:(gfloat *) vector

Methods

+ (GtkType) getType

Overrides: + (GtkType) getType in GTKDrawingArea

+ curve

- init

Overrides: - init in GTKDrawingArea

- (void) reset

- (void) setGamma:(gfloat) gamma

- (void) setRange:(gfloat) min_x maxX:(gfloat) max_x minY:(gfloat) min_y maxY:(gfloat) max_y

- (void) getVector:(int) veclen vector:(gfloat *) vector

- (void) setVector:(int) veclen vector:(gfloat *) vector

- (void) setCurveType:(GtkCurveType) type


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