From: SourceForge.net <no...@so...> - 2005-09-17 20:49:26
|
Bugs item #1294068, was opened at 2005-09-17 22:49 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=470969&aid=1294068&group_id=53614 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Sven Herzberg (herzi) Assigned to: Nobody/Anonymous (nobody) Summary: Wrappers don't check parameters Initial Comment: #!/usr/bin/ruby require "gtk2" Gtk.init class MyModel < GLib::Object end # class tv = Gtk::TreeView.new(MyModel.new) Gtk.main ============================= This code does not throw an error in the constructor of the tree view. It should fail as long as the class does not implement the tree model interface. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=470969&aid=1294068&group_id=53614 |