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 364395 - gtk_window_set_default_icon_name() isn't available from gtkmm
gtk_window_set_default_icon_name() isn't available from gtkmm
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: general
2.10.x
Other All
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2006-10-23 12:11 UTC by Yuriy Syrota
Modified: 2007-05-01 18:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gtkmm_set_default_icon_name.patch (1.61 KB, patch)
2007-02-10 13:49 UTC, Murray Cumming
none Details | Review

Description Yuriy Syrota 2006-10-23 12:11:09 UTC
Function gtk_window_set_default_icon_name() is not wrapped yet.
Comment 1 Murray Cumming 2006-11-23 15:37:58 UTC
A patch would be welcome.
Comment 2 Murray Cumming 2007-02-10 13:49:04 UTC
Created attachment 82278 [details] [review]
gtkmm_set_default_icon_name.patch

We should apply this patch when we branch for gtkmm 2.12. We can't add API until then.

In the meantime, people can use gtk_window_set_default_icon_name(gobj(), name.c_str()).
Comment 3 Murray Cumming 2007-02-10 13:49:29 UTC
Actually, just gtk_window_set_default_icon_name(name.c_str()) would be correct.
Comment 4 Murray Cumming 2007-05-01 18:05:05 UTC
Comitted to svn trunk, after branching for gtkmm-2-10.