From 8683ea2c810a3d689e436a8d13abbbba50efc4f5 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 23 Apr 2008 14:19:58 +0000 Subject: 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 --- documentation/Fl_Text_Editor.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'documentation/Fl_Text_Editor.html') 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.
  • kf_up
  • remove_all_key_bindings
  • remove_key_binding
  • +
  • shortcut
  • @@ -217,5 +218,10 @@ void remove_key_binding(int key, int state);

    Removes a single key binding from the text editor or list. +

    ulong Fl_Text_Editor::shortcut() const +
    void Fl_Text_Editor::shortcut(ulong key)

    + The first form returns the current shortcut key for the editor. +

    The second form sets the shortcut key to key. + -- cgit v1.2.3