diff options
author | 2008-06-15 16:25:18 -0400 | |
---|---|---|
committer | 2008-06-15 16:25:18 -0400 | |
commit | e47fe640c0cd6826fa2b46d3b3fad7268766a093 (patch) | |
tree | efb9effa3a5ba999dcc9354df8b3bc963111001f /src/textadept.h | |
parent | d741a151010a14da3fec3ba2a7279f46125d8db2 (diff) | |
download | textadept-e47fe640c0cd6826fa2b46d3b3fad7268766a093.tar.gz textadept-e47fe640c0cd6826fa2b46d3b3fad7268766a093.zip |
Merged properties.h into textadept.h and textadept.c.
Diffstat (limited to 'src/textadept.h')
-rw-r--r-- | src/textadept.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/textadept.h b/src/textadept.h index ac845e01..70f83447 100644 --- a/src/textadept.h +++ b/src/textadept.h @@ -46,6 +46,8 @@ void set_menubar(GtkWidget *menubar); void set_statusbar_text(const char *text); void set_docstatusbar_text(const char *text); void command_toggle_focus(); +void set_default_editor_properties(ScintillaObject *sci); +void set_default_buffer_properties(ScintillaObject *sci); // lua_interface.c void l_init(int argc, char **argv, bool reinit); |