Use anonymous mark instead of making up a bogus name for first_para_mark

2000-06-23  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark
instead of making up a bogus name for first_para_mark

* gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow
0 as a context ID
This commit is contained in:
Havoc Pennington
2000-06-23 19:41:56 +00:00
committed by Havoc Pennington
parent a626ad31e8
commit 797642a563
10 changed files with 61 additions and 8 deletions

View File

@ -84,6 +84,9 @@ struct _GtkStatusbarMsg
GtkType gtk_statusbar_get_type (void);
GtkWidget* gtk_statusbar_new (void);
/* If you don't want to use contexts, 0 is a predefined global
* context_id you can pass to push/pop/remove
*/
guint gtk_statusbar_get_context_id (GtkStatusbar *statusbar,
const gchar *context_description);
/* Returns message_id used for gtk_statusbar_remove */