#include <html_tip_dialog.h>
Inheritance diagram for html_tip_dialog:

Public Methods |
|
| html_tip_dialog (wxWindow *parent, wxTipProvider *tip_provider, bool show_at_startup, const wxString &header_html=wxEmptyString, const wxString &footer_html=wxEmptyString, bool use_system_style=TRUE, wxSize html_window_size=wxSize(plkrHTML_TIP_DIALOG_CONTENT_WIDTH, plkrHTML_TIP_DIALOG_CONTENT_HEIGHT), int html_window_content_padding=0, const wxString &title=_("Tip of the day")) | |
| Constructor. |
|
| ~html_tip_dialog () | |
| Destructor. |
|
| bool | show_tips_on_startup () |
| Query if user entered in the checkbox that s/he wants to "Show tips on startup". |
|
| void | set_tip_text () |
| Sets the (next) tip text. |
|
| void | on_next_tip_button (wxCommandEvent &WXUNUSED(event)) |
| "Next" button handler |
|
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.
|
|
|
Query if user entered in the checkbox that s/he wants to "Show tips on startup".
|