maemo.org Bugzilla – Bug 4629
python-hildon lacks the "hildon_button_new_with_text" constructor
Last modified: 2009-06-08 19:15:28 UTC
You need to log in before you can comment on or make changes to this bug.
It should be handled very similar to http://maemo.org/api_refs/5.0/beta/gtk/GtkButton.html#gtk-button-new-with-label (in C) and http://www.pygtk.org/docs/pygtk/class-gtkbutton.html#constructor-gtkbutton (in Python), i.e., python-hildon should have a constructor like: hildon.Button(size, arrangement, title=None, value=None)
Fixed in python-hildon 0.9.0-1maemo7.