class MASKING_DLL_DECLSPEC HyperText
A HyperText is almost the same as a Button without a bitmap except that it looks more like an internet link
Inheritance:
Protected Methods
-
void Draw(Bitmap& canvas)
- Draws the hypertext on the canvas.
-
void MsgGotmouse()
- When the hypertext gets the mouse it changes the cursor to an internet link pointer hand cursor thingy and when it loses the mouse it changes the cursor back to normal
-
void MsgLostmouse()
- See MsgGotmouse()
-
void MsgInitSkin()
- Initializes the widget with the default hypertext fonts and font colours from the skin and sets all the flags that define the behaviour of a hypertext widget
-
void UpdateSize()
- This widget resizes itself to the size of the text regardless of the status of the D_AUTOSIZE flag
Documentation
A HyperText is almost the same as a Button without a bitmap except that it looks more
like an internet link
void Draw(Bitmap& canvas)
-
Draws the hypertext on the canvas. The link is drawn as underlined
text with a dotted rectangle around it.
void MsgGotmouse()
-
When the hypertext gets the mouse it changes the cursor to an internet link pointer
hand cursor thingy and when it loses the mouse it changes the cursor back to normal
void MsgLostmouse()
-
See MsgGotmouse()
void MsgInitSkin()
-
Initializes the widget with the default hypertext fonts and font colours from
the skin and sets all the flags that define the behaviour of a hypertext widget
void UpdateSize()
-
This widget resizes itself to the size of the text regardless of the
status of the D_AUTOSIZE flag
- This class has no child classes.
Alphabetic index Hierarchy of classes
Back to front page
|
page generated with DOC++