diff src/ui_misc.h @ 1291:50ae02a4a675

replaced bar_info with an universal bar, restored the original functionality (more or less) bar configuration is not yet saved
author nadvornik
date Sat, 14 Feb 2009 19:50:54 +0000
parents 8b89e3ff286b
children 89dedc61b1bd
line wrap: on
line diff
--- a/src/ui_misc.h	Mon Feb 09 09:02:04 2009 +0000
+++ b/src/ui_misc.h	Sat Feb 14 19:50:54 2009 +0000
@@ -185,6 +185,7 @@
 				 const gchar *title, const GdkColor *color,
 				 GCallback func, gpointer data);
 
+gchar *text_widget_text_pull(GtkWidget *text_widget);
 
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */