[Python-checkins] r63196 - sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst

guilherme.polo python-checkins at python.org
Tue May 13 02:11:38 CEST 2008


Author: guilherme.polo
Date: Tue May 13 02:11:37 2008
New Revision: 63196

Log:
Added method listing for Treeview.

Modified:
   sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst

Modified: sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst
==============================================================================
--- sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst	(original)
+++ sandbox/trunk/ttk-gsoc/Doc/library/ttk.rst	Tue May 13 02:11:37 2008
@@ -815,6 +815,100 @@
 
 .. class:: Treeview
 
+   .. method:: bbox(item[, column=None])
+
+
+   .. method:: get_children(item)
+
+
+   .. method:: set_children(item, newchildren)
+
+
+   .. method:: column(column, **kw)
+
+
+   .. method:: delete(items)
+
+
+   .. method:: detach(items)
+
+
+   .. method:: exists(item)
+
+
+   .. method:: focus([item=None])
+
+
+   .. method:: heading(column, **kw)
+
+
+   .. method:: identify(component, x, y)
+
+
+   .. method:: identify_row(y)
+
+
+   .. method:: identify_column(x)
+
+
+   .. method:: index(item)
+
+
+   .. method:: insert(parent, index[, iid=None[, **kw]])
+
+
+   .. method:: item(item, **kw)
+
+
+   .. method:: move(item, parent, index)
+
+
+   .. method:: next(item)
+
+
+   .. method:: parent(item)
+
+
+   .. method:: prev(item)
+
+
+   .. method:: reattach(item, parent, index)
+
+      An alias for :meth:`Treeview.move`.
+
+
+   .. method:: see(item)
+
+
+   .. method:: selection([selop=None[, items=None]])
+
+
+   .. method:: selection_set(items)
+
+
+   .. method:: selection_add(items)
+
+
+   .. method:: selection_remove(items)
+
+
+   .. method:: selection_toggle(items)
+
+
+   .. method:: set(item[, column=None[, value=None]])
+
+
+   .. method:: tag_bind(tagname[, sequence=None[, script=None]])
+
+
+   .. method:: tag_configure(tagname, **kw)
+
+
+   .. method:: xview(*args)
+
+
+   .. method:: yview(*args)
+
 
 .. _TtkStyling:
 


More information about the Python-checkins mailing list