GNOME Bugzilla – Bug 371561
Inconsistency in naming Statusbar/ProgressBar
Last modified: 2006-11-07 15:18:00 UTC
When I was coding I realized that Gtk::Statusbar class didn't have its b in capital letter but ProgressBar is with a capital B. I think Statusbar should be written as StatusBar. Other information:
We just took the names from GTK+: http://developer.gnome.org/doc/API/2.0/gtk/GtkStatusbar.html http://developer.gnome.org/doc/API/2.0/gtk/GtkProgressBar.html And I'll take the liberty of closing it as a GTK+ bug, because a) It can't be changed now without breaking API, and b) It's not a big problem. I agree it's not perfect.
ok, just wanted to keep informed of the inconsistency. ;-)