aboutsummaryrefslogtreecommitdiff
path: root/core/.command_entry.luadoc
blob: 3dbab4bae5c68115b366d58554b30e3450949e80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the
-- global gui.command_entry table.

---
-- Textadept's Command entry.
module('gui.command_entry')

-- Markdown:
-- ## Fields
--
-- * `entry_text` [string]: The text in the entry.

---
-- Focuses the command entry.
function focus() end