From 671153c765a1b2899bed564c50d718f9244f3287 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 23 Sep 2008 09:39:14 -0400 Subject: Merged 'set_docstatusbar_text' function into 'set_statusbar_text' with a flag. --- src/textadept.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/textadept.h') 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(); -- cgit v1.2.3