Skip to content

documentation: changed win.add() and win.show_all()

Daniel Steele requested to merge dsTek/gtk-web:dsTek-master-patch-77675 into master

win.add() and win.show_all() are not functions, resulting in a type error when run.

Replaced with win.set_child() and win.present(), respectively.

Merge request reports