aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.h
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2008-06-15 16:25:18 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2008-06-15 16:25:18 -0400
commite47fe640c0cd6826fa2b46d3b3fad7268766a093 (patch)
treeefb9effa3a5ba999dcc9354df8b3bc963111001f /src/textadept.h
parentd741a151010a14da3fec3ba2a7279f46125d8db2 (diff)
downloadtextadept-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.h2
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);