| Issue 7: | Container.add instead of add_with_parameters | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
Currently when adding to a Container, or Bin, or other subclass that doesn't have its own add functions listed in Gtk.implicits, the choice made by gtkaml is to call add_with_properties (). This has two downsides: it's not what it's meant, and second, it warns about missing sentinels (code is incorrect too) |
||||||||||||
,
Sep 22, 2009
Added a hack in code generator to replace 'add_with_properties' with 'add'. This is not forward-compatible, some non-gtk bindings may have 'add_with_properties' too (our bet is not)
Status: Fixed
|
|||||||||||||
|
|
|||||||||||||