After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 144034 - smallCaps
smallCaps
Status: RESOLVED NOTABUG
Product: gtkmm
Classification: Bindings
Component: general
2.4
Other Linux
: Low enhancement
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2004-06-09 16:28 UTC by Moonz
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Moonz 2004-06-09 16:28:15 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);
}
Comment 1 Murray Cumming 2004-06-10 07:56:34 UTC
No, that would be ridiculous.