GNOME Bugzilla – Bug 144034
smallCaps
Last modified: 2004-12-22 21:47:04 UTC
Can GTKmm use smallCaps in addition of underscores, as a lot of C++ libraries ? It's simple to do: void Window::setTitle(Glib::ustring title) { set_title(title); }
No, that would be ridiculous.