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 631634 - overrides for all subclasses of dialog
overrides for all subclasses of dialog
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: introspection
unspecified
Other All
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-07 18:35 UTC by johnp
Modified: 2010-10-21 17:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
overrides for all subclasses of dialog (9.96 KB, patch)
2010-10-07 18:35 UTC, johnp
none Details | Review
overrides for all subclasses of dialog (8.62 KB, patch)
2010-10-12 18:02 UTC, johnp
committed Details | Review

Description johnp 2010-10-07 18:35:35 UTC
* requires the type checking fix in bug #631631
  https://bugzilla.gnome.org/show_bug.cgi?id=631631
* a bit hackish workarounds are employed here because we can't inherit from
  the overridden Gtk.Dialog since we already inherit from GtkDialog in C
Comment 1 johnp 2010-10-07 18:35:36 UTC
Created attachment 171915 [details] [review]
overrides for all subclasses of dialog
Comment 2 johnp 2010-10-12 18:02:19 UTC
Created attachment 172204 [details] [review]
overrides for all subclasses of dialog
Comment 3 johnp 2010-10-12 18:03:28 UTC
No longer need the patch from bug #631631 

I forgot there is a defined way to inherit from an override
Comment 4 johnp 2010-10-21 17:34:09 UTC
Attachment 172204 [details] pushed as a3d6212 - overrides for all subclasses of dialog