aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.h
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2008-09-23 09:39:14 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2008-09-23 09:39:14 -0400
commit671153c765a1b2899bed564c50d718f9244f3287 (patch)
tree6a6eaf8decf80a833cf73cccc0d186edff3e3247 /src/textadept.h
parent7a99258f7284bd2167840781b65c8a4f1e331ade (diff)
downloadtextadept-671153c765a1b2899bed564c50d718f9244f3287.tar.gz
textadept-671153c765a1b2899bed564c50d718f9244f3287.zip
Merged 'set_docstatusbar_text' function into 'set_statusbar_text' with a flag.
Diffstat (limited to 'src/textadept.h')
-rw-r--r--src/textadept.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/textadept.h b/src/textadept.h
index 52e8a315..581be76f 100644
--- a/src/textadept.h
+++ b/src/textadept.h
@@ -51,8 +51,7 @@ void remove_scintilla_buffer(sptr_t doc);
void split_window(GtkWidget *editor, bool vertical);
bool unsplit_window(GtkWidget *editor);
void set_menubar(GtkWidget *menubar);
-void set_statusbar_text(const char *text);
-void set_docstatusbar_text(const char *text);
+void set_statusbar_text(const char *text, bool docbar);
void ce_toggle_focus();
GtkWidget *pm_create_ui();