NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <wx/wx.h>
#include <wx/tipdlg.h>
#include <vector>
#include <string>
#include <cmath>
#include <ctime>
Go to the source code of this file.
Classes | |
class | MyTipProvider |
class | TipDialog |
Functions | |
bool | ShowTip (wxWindow *parent, wxTipProvider *tipProvider, const wxArrayString &text, bool showAtStartUp=true) |
bool ShowTip | ( | wxWindow * | parent, |
wxTipProvider * | tipProvider, | ||
const wxArrayString & | text, | ||
bool | showAtStartUp = true |
||
) |
Definition at line 141 of file tipdialog.cpp.
References TipDialog::ShowTipsOnStartup().
Referenced by MyApp::OnInit().