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:
committed by
Havoc Pennington
parent
a626ad31e8
commit
797642a563
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user