Class GTKLabel


Class-Hierarchy:

    NSObject
	|
	+---GTK
		|
		+---GTKObject
			|
			+---GTKWidget
				|
				+---GTKMisc
					|
					+---GTKLabel

Class GTKLabel inherits from GTKMisc

Subclasses: GTKTipsQuery
Last modified: 10.8.98 (./GToolKit.m)

Method Index

+ (guint) getType
+ labelWithStr:(const NSString *) str
- (double) doubleValue
- (void) get:(NSString **) str
- initWithStr:(const NSString *) str
- (int) intValue
- (void) set:(const NSString *) str
- (void) setDoubleValue:(double) value
- (void) setIntValue:(int) value
- (void) setJustify:(GtkJustification) jtype
- (void) setStringValue:(NSString *) value
- (NSString *) stringValue

Methods

+ (guint) getType

Overrides: + (guint) getType in GTKMisc

+ labelWithStr:(const NSString *) str

- initWithStr:(const NSString *) str

- (void) set:(const NSString *) str

- (void) setJustify:(GtkJustification) jtype

- (void) get:(NSString **) str

Overrides: - (void) get:(NSString **) str in GTKWidget

- (void) setDoubleValue:(double) value

- (void) setIntValue:(int) value

- (void) setStringValue:(NSString *) value

- (double) doubleValue

- (int) intValue

- (NSString *) stringValue


generated Mon Aug 10 22:08:10 1998 by Objcdoc