class
ControlInfo
(Return to index)
manages persistent information contained in a
Control
Type:
Instantiable
Derived Classes
Include file:
Unidraw/ctrlinfo.h
Description:
man page
Public:
ControlInfo
(
GraphicComp
*, const char* = "", const char* = "", void* = nil )
ControlInfo
( const char*, const char* = "", const char* = "", void* = nil )
virtual
ControlInfo
*
Copy
()
const char*
GetKeyCode
()
const char*
GetKeyLabel
()
GraphicComp
*
GetLabel
()
void*
GetOwner
()
void
SetKeyCode
(const char*)
void
SetKeyLabel
(const char*)
void
SetLabel
(
GraphicComp
*)
void
SetLabel
(const char*)
void
SetOwner
(void*)
virtual
~ControlInfo
()
Protected:
void
Init
(const char*, const char*, void*)
char*
_keyCode
char*
_keyLabel
GraphicComp
*
_label
void*
_owner
(more documentation)