diff options
author | 2008-11-08 23:40:50 -0500 | |
---|---|---|
committer | 2008-11-08 23:40:50 -0500 | |
commit | 4ac940a813d54ff401db80c7c6f1ba80bfbe7802 (patch) | |
tree | db9e0ba8cd1faa375527d238ea48b5da15ff9352 /src/textadept.h | |
parent | 0ebcbf679cd1c31ebae6af640869df98675add4f (diff) | |
download | textadept-4ac940a813d54ff401db80c7c6f1ba80bfbe7802.tar.gz textadept-4ac940a813d54ff401db80c7c6f1ba80bfbe7802.zip |
Added Lua interface functions to mimick find box button presses.
Diffstat (limited to 'src/textadept.h')
-rw-r--r-- | src/textadept.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/textadept.h b/src/textadept.h index 4b042a27..d2ef9376 100644 --- a/src/textadept.h +++ b/src/textadept.h @@ -33,7 +33,8 @@ using namespace Scintilla; extern GtkWidget *window, *focused_editor, *command_entry, *pm_container, *pm_entry, *pm_view, - *findbox, *find_entry, *replace_entry; + *findbox, *find_entry, *replace_entry, + *fnext_button, *fprev_button, *r_button, *ra_button; extern GtkEntryCompletion *command_entry_completion; extern GtkTreeStore *cec_store, *pm_store; extern lua_State *lua; |