Class diagram for KLabel:
Public Members | |||
KLabel ( BView * parent, char* lbl) | |||
BStringView* | NATIVE () | ||
void | setJustify ( int adjust) | ||
void | setText ( jstring text) | ||
There is no generic BView method to set the object text, ONLY SUBCLASSES OF KWnd IMPLEMENT THIS. | |||
char* | getText () | ||
There is no generic BView method to get the object text, ONLY SUBCLASSES OF KWnd IMPLEMENT THIS. |
Copyright (c) 1999 Transvirtual Technologies, Inc. All rights reserved.
See the file "license.terms" for information on usage and redistribution of this file.
KLabel::KLabel (BView * parent, char * lbl) [inline]
|
BStringView * KLabel::NATIVE () [inline]
|
void KLabel::setJustify (int adjust) [inline]
|
void KLabel::setText (jstring text) [inline, virtual]
|
There is no generic BView method to set the object text, ONLY SUBCLASSES OF KWnd IMPLEMENT THIS.
Reimplemented from KWnd.
char * KLabel::getText () [inline, virtual]
|
There is no generic BView method to get the object text, ONLY SUBCLASSES OF KWnd IMPLEMENT THIS.
Reimplemented from KWnd.