Back to the WFC main pageCBubble : CWnd
$Revision: 26 $
Description
This class creates a tooltip bubble window. You can put it anywhere you want.
Constructors
CBubble()
CBubble( int font_size )
-
Constructs the object.
Methods
BOOL Create( void )
-
Just like CWnd.
BOOL DestroyWindow( void )
-
Just like CWnd.
DWORD GetHeight( void )
-
Returns the height of the bubble.
void Hide( void )
-
Makes the tooltip invisible.
BOOL IsCreated( void )
-
Returns TRUE if Create() has been called.
void SetFontSize( int font_size )
-
Sets the size of the font.
void Show( CPoint screen_coordinates, const CString& text_to_display )
-
You give it a CPoint of where you want the window
and the text to display and VIOLA!
Example
Sorry.
Copyright, 2000, Samuel R. Blackburn
$Workfile: cbubble.cpp $
$Modtime: 1/04/00 5:09a $