Changeset 3347 for trunk/jons-gtk2-gui
- Timestamp:
- 03/11/03 10:16:21 (6 years ago)
- Location:
- trunk/jons-gtk2-gui/src
- Files:
-
- 2 modified
-
utilities.cpp (modified) (1 diff)
-
utilities.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jons-gtk2-gui/src/utilities.cpp
r3325 r3347 80 80 } 81 81 82 void 83 status_change(GtkWidget *statusbar, const char *st_name, const char *newstatus) 84 { 85 guint id = gtk_statusbar_get_context_id(GTK_STATUSBAR(statusbar), st_name); 86 gtk_statusbar_pop(GTK_STATUSBAR(statusbar), id); 87 gtk_statusbar_push(GTK_STATUSBAR(statusbar), id, newstatus); 88 } 89 -
trunk/jons-gtk2-gui/src/utilities.h
r3325 r3347 13 13 entry_get_chars(GtkWidget *w); 14 14 15 void 16 status_change(GtkWidget *statusbar, const char *st_name, const char *newstatus); 17 15 18 #endif
