GEOS SDK TechDocs
|
|
3.2 Adding the HelpControl
|
3.4 Managing Help Types
HINT_HELP_TEXT_FIXED_SIZE, HINT_HELP_NOT_RESIZABLE
Depending on what you're using help for, you may want to keep the help dialog box a fixed size, or you may wish to make it not resizable. For both cases, you must use a custom help controller object and set one of the following hints on the controller:
HINT_HELP_TEXT_FIXED_SIZE
GenClass
'
HINT_FIXED_SIZE
; it takes a
CompSizeHintArgs
structure as its extra data and sets the help controller's dialog box to the fixed size.
HINT_HELP_NOT_RESIZABLE
GEOS SDK TechDocs
|
|
3.2 Adding the HelpControl
|
3.4 Managing Help Types