cvs: php-gtk-doc /manual/en/reference/gtk gtktreestore.xml
[email protected] ("Scott Mattocks")
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <cvsscottmattocks1160772998@cvsserver> |
scottmattocks Fri Oct 13 20:56:38 2006 UTC
Modified files:
/php-gtk-doc/manual/en/reference/gtk gtktreestore.xml
Log:
Fill out GtkTreeStore.
http://cvs.php.net/viewvc.cgi/php-gtk-doc/manual/en/reference/gtk/gtktreestore.xml?r1=1.12&r2=1.13&diff_format=u
Index: php-gtk-doc/manual/en/reference/gtk/gtktreestore.xml
diff -u php-gtk-doc/manual/en/reference/gtk/gtktreestore.xml:1.12 php-gtk-doc/manual/en/reference/gtk/gtktreestore.xml:1.13
--- php-gtk-doc/manual/en/reference/gtk/gtktreestore.xml:1.12 Tue Oct 10 06:44:37 2006
+++ php-gtk-doc/manual/en/reference/gtk/gtktreestore.xml Fri Oct 13 20:56:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<classentry id="gtk.gtktreestore">
<classmeta>
<classtitle>GtkTreeStore</classtitle>
@@ -484,12 +484,6 @@
<funcsynopsis>
<funcprototype>
<funcdef>void <function>set</function></funcdef>
-
-
-
-
-
-
<paramdef><classname>GtkTreeIter</classname> <parameter>iter</parameter></paramdef>
<paramdef><parameter>column</parameter></paramdef>
<paramdef><parameter>value</parameter></paramdef>
@@ -596,88 +590,25 @@
<funcsynopsis>
<funcprototype>
<funcdef> <function>set_column_types</function></funcdef>
-
- <paramdef>void</paramdef>
+ <paramdef>array <parameter>columns</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<shortdesc>
-
+ Sets the column types for the tree store.
</shortdesc>
<desc>
-
+ <para>
+ Sets the column types for the tree store to the types in the array
+ <parameter>columns</parameter>.
+ </para>
+ <para>
+ This method is meant primarily for objects that inherit from
+ <classname>GtkTreeStore</classname>, and should only be used when
+ constructing a new <classname>GtkTreeStore</classname>. It will not
+ function after a row has been added, or a method on the
+ <classname>GtkTreeModel</classname> interface is called.
+ </para>
</desc>
</method>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- </methods>
-
+ </methods>
</classentry>