summaryrefslogtreecommitdiff
path: root/documentation/Fl_Text_Editor.html
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-04-23 14:19:58 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-04-23 14:19:58 +0000
commit8683ea2c810a3d689e436a8d13abbbba50efc4f5 (patch)
tree07f4dd10cee8d33ca9b94b900ff15c056662526e /documentation/Fl_Text_Editor.html
parent8d6b757bfe1579c1c09d627329bbf15875d52cc5 (diff)
Adding keyboard shortcut to Fl_Value_Input and Fl_Text_Editor
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6111 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Text_Editor.html')
-rw-r--r--documentation/Fl_Text_Editor.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/Fl_Text_Editor.html b/documentation/Fl_Text_Editor.html
index 2714fb103..ced3ac968 100644
--- a/documentation/Fl_Text_Editor.html
+++ b/documentation/Fl_Text_Editor.html
@@ -78,6 +78,7 @@ class.
<LI><A HREF="#Fl_Text_Editor.kf_up">kf_up</A></LI>
<LI><A HREF="#Fl_Text_Editor.remove_all_key_bindings">remove_all_key_bindings</A></LI>
<LI><A HREF="#Fl_Text_Editor.remove_key_binding">remove_key_binding</A></LI>
+ <LI><A href="#Fl_Text_Editor.shortcut">shortcut</A></LI>
</UL></TD></TR>
</TABLE>
@@ -217,5 +218,10 @@ void remove_key_binding(int key, int state);</A></H4>
<P>Removes a single key binding from the text editor or list.
+<H4><A name="Fl_Text_Editor.shortcut">ulong Fl_Text_Editor::shortcut() const
+<BR> void Fl_Text_Editor::shortcut(ulong key)</A></H4>
+ The first form returns the current shortcut key for the editor.
+<P>The second form sets the shortcut key to <TT>key</TT>.
+
</BODY>
</HTML>