Home
last modified time | relevance | path

Searched refs:get_button (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Doc/library/
Dfl.rst257 Add a button object to the form. --- Methods: :meth:`get_button`,
263 Add a lightbutton object to the form. --- Methods: :meth:`get_button`,
269 Add a roundbutton object to the form. --- Methods: :meth:`get_button`,
/external/python/cpython2/Modules/
Dflmodule.c748 get_button(genericobject *g) in get_button() function
767 {"get_button", (PyCFunction)get_button, METH_NOARGS},