#include "plucker_defines.h"
#include "wx/dialog.h"
#include "wx/tipdlg.h"
#include "wx/html/htmlwin.h"
Go to the source code of this file.
Compounds |
|
| class | html_tip_dialog |
| A startup tips dialog, similar to wxTipDialog, but that can handle html. More... |
|
Functions |
|
| bool | show_html_tip (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")) |