summaryrefslogtreecommitdiff
path: root/src/interface/Textbox.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-05 19:20:55 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-05 19:20:55 (GMT)
commit06112a12a0c9dbf596fb5e3ef0345d918a641596 (patch)
tree04aa93b0a10274b0c61e5a4d556d6fef71164101 /src/interface/Textbox.h
parent17e7ace364ad065bd587a74a6c042295e33f3209 (diff)
downloadpowder-06112a12a0c9dbf596fb5e3ef0345d918a641596.zip
powder-06112a12a0c9dbf596fb5e3ef0345d918a641596.tar.gz
Ctrl+A select all
Diffstat (limited to 'src/interface/Textbox.h')
-rw-r--r--src/interface/Textbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/Textbox.h b/src/interface/Textbox.h
index d9695dd..2bc959d 100644
--- a/src/interface/Textbox.h
+++ b/src/interface/Textbox.h
@@ -67,6 +67,7 @@ protected:
std::string backingText;
std::string placeHolder;
+ virtual void selectAll();
virtual void cutSelection();
virtual void pasteIntoSelection();
};