Some more keyboard related tweaks.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@661 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-09-02 01:50:55 +00:00
parent 100d48b5a7
commit 44ea7e9cd8
8 changed files with 32 additions and 14 deletions
+2 -1
View File
@@ -55,6 +55,8 @@ class TextCtrl : public DataEditor {
virtual void draw(DC& dc);
virtual bool AcceptsFocus() const;
virtual void onChangeSet();
protected:
@@ -62,7 +64,6 @@ class TextCtrl : public DataEditor {
virtual wxSize DoGetBestSize() const;
private:
String* value; ///< Value to edit
bool multi_line; ///< Multi line text control?
DECLARE_EVENT_TABLE();