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 633519 - find_style_property(), list_style_properties()
find_style_property(), list_style_properties()
Status: RESOLVED FIXED
Product: gnome-perl
Classification: Bindings
Component: Gtk2
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
Depends on:
Blocks:
 
 
Reported: 2010-10-30 00:09 UTC by Kevin Ryde
Modified: 2010-10-30 18:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch and test case (5.87 KB, patch)
2010-10-30 00:09 UTC, Kevin Ryde
committed Details | Review

Description Kevin Ryde 2010-10-30 00:09:56 UTC
Created attachment 173539 [details] [review]
patch and test case

Wrappers for find_style_property(), list_style_properties() cut and pasted from the GObject and GtkContainer code.

(Should look into some sharing for these three find/list, but start with something that runs at least.)
Comment 1 Torsten Schoenfeld 2010-10-30 18:03:41 UTC
Cool, thanks!  Committed with a minor tweak to the POD.