Add the ability to show a CallTip in the stc sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-12-29 03:36:24 +00:00
parent 4a06bb9051
commit 6c0da6f516
2 changed files with 20 additions and 0 deletions

View File

@@ -103,6 +103,8 @@ public:
void OnCharAdded (wxStyledTextEvent &event);
void OnKey (wxStyledTextEvent &event);
void OnKeyDown(wxKeyEvent &event);
//! language/lexer
wxString DeterminePrefs (const wxString &filename);
bool InitializePrefs (const wxString &filename);