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 532744 - Gtk::Entry "shadow_type" property not wrapped
Gtk::Entry "shadow_type" property not wrapped
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: general
2.12.x
Other All
: Normal enhancement
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2008-05-12 12:26 UTC by Gennaro Bellizio
Modified: 2008-05-14 14:53 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
property "shadow-type" wrapping (384 bytes, patch)
2008-05-13 13:21 UTC, Gennaro Bellizio
none Details | Review
property "shadow-type" test patch (1.79 KB, patch)
2008-05-13 13:26 UTC, Gennaro Bellizio
none Details | Review

Description Gennaro Bellizio 2008-05-12 12:26:50 UTC
Gtk::Entry "shadow_type" property is not wrapped.
Comment 1 Murray Cumming 2008-05-13 09:23:24 UTC
I guess we missed this when it was added to GTK+ 2.12. A patch would be welcome.
Comment 2 Gennaro Bellizio 2008-05-13 13:21:34 UTC
Created attachment 110852 [details] [review]
property "shadow-type" wrapping
Comment 3 Gennaro Bellizio 2008-05-13 13:23:33 UTC
I also modified the simple example program under examples/book/entry/simple to test the changes. I hope it is useful.
Comment 4 Gennaro Bellizio 2008-05-13 13:26:45 UTC
Created attachment 110853 [details] [review]
property "shadow-type" test patch

I added a Gtk::ComboBoxText to ExampleWindow to change the shadow type of the entry.
Comment 5 Gennaro Bellizio 2008-05-14 09:15:51 UTC
I forgot to mention that these patches have to be applied to the gtkmm-2-12 branch on svn reposotory.
Comment 6 Murray Cumming 2008-05-14 14:53:06 UTC
Thanks. I have committed #2 to svn trunk (not gtkmm-2-12 because we don't add API in stable versions). Please remember to patch the ChangeLog in future:

2008-05-14  Gennaro Bellizio  <genbell@tiscali.it>

	* gtk/src/entry.hg: Added the shadow_type property that was added to 
	GTK+ in 2.12.
	Bug #532744

I have not committed the change to the example, because that doesn't really make sense in simple example code. But it's great that you tested it.