Main Page Modules Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
handheld_dest_dialog Class Reference
A startup tips dialog, similar to wxTipDialog, but that can handle html. More...
#include <handheld_dest_dialog.h>
Inheritance diagram for handheld_dest_dialog:
List of all members.
Detailed Description
A startup tips dialog, similar to wxTipDialog, but that can handle html.
This class shouldn't be used directly. Just call the show_html_tip function--this is similar to the wxShowTip function in wxWindows library.
Constructor & Destructor Documentation
| handheld_dest_dialog::handheld_dest_dialog |
( |
wxWindow * |
parent, |
|
|
const wxString & |
title, |
|
|
wxArrayString & |
user_name_array |
|
) |
|
|
| |
Constructor.
- Parameters:
-
| parent |
The parent window. |
| title |
The title of the dialog |
| The |
user names to include in the list of user names. `` |
|
Member Function Documentation