My favorites | Sign in
Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 7: Container.add instead of add_with_parameters
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  b100dian
Closed:  Sep 22
Type-Defect
Priority-Medium
OpSys-All


Sign in to add a comment
 
Reported by b100dian, Mar 03, 2008
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)
 
Comment 1 by b100dian, 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
Sign in to add a comment

Hosted by Google Code