aboutsummaryrefslogtreecommitdiff
path: root/core/.command_entry.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-06-23 22:35:20 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2011-06-23 22:35:20 -0400
commite22d2bf663a4cc4fbeed5730c8f0ec7a446e43c8 (patch)
tree76df894b4f5468c3d85d990129e1e13b890e4ea9 /core/.command_entry.luadoc
parent79a37f07e3f57694a436db9a25e296c8d177041a (diff)
downloadtextadept-e22d2bf663a4cc4fbeed5730c8f0ec7a446e43c8.tar.gz
textadept-e22d2bf663a4cc4fbeed5730c8f0ec7a446e43c8.zip
Use string constants for event names.
Diffstat (limited to 'core/.command_entry.luadoc')
-rw-r--r--core/.command_entry.luadoc17
1 files changed, 0 insertions, 17 deletions
diff --git a/core/.command_entry.luadoc b/core/.command_entry.luadoc
index 0eb996c0..03c52eb0 100644
--- a/core/.command_entry.luadoc
+++ b/core/.command_entry.luadoc
@@ -10,23 +10,6 @@ module('gui.command_entry')
-- ## Fields
--
-- * `entry_text` [string]: The text in the entry.
---
--- ## Events
---
--- The following is a list of all command entry events generated in
--- `event_name(arguments)` format:
---
--- * **command\_entry\_command** (command)<br />
--- Called when a command is entered into the Command Entry.
--- - command: the string command.
--- * **command\_entry\_keypress** (code, shift, control, alt)<br />
--- Called when a key is pressed in the Command Entry.
--- - code: the key code (according to `<gdk/gdkkeysyms.h>`).
--- - shift: flag indicating whether or not the Shift key is pressed.
--- - control: flag indicating whether or not the Control key is pressed.
--- - alt: flag indicating whether or not the Alt/Apple key is pressed.
--- <br />
--- Note: The Alt-Option key in Mac OSX is not available.
--- Focuses the command entry.
function focus() end