cvs: php-gtk-doc /en/reference/gtk gtkenum.xml

[email protected] ("Andrei Zmievski") Wed, 15 Aug 2001 17:06:13 -0000
Newsgroups php.gtk
Message-ID <cvsandrei997895173@cvsserver>
andrei		Wed Aug 15 13:06:13 2001 EDT

  Modified files:              
    /php-gtk-doc/en/reference/gtk	gtkenum.xml 
  Log:
  Remove GtkArgFlags.
  
  
Index: php-gtk-doc/en/reference/gtk/gtkenum.xml
diff -u php-gtk-doc/en/reference/gtk/gtkenum.xml:1.4 php-gtk-doc/en/reference/gtk/gtkenum.xml:1.5
--- php-gtk-doc/en/reference/gtk/gtkenum.xml:1.4	Tue Jun 26 12:54:16 2001
+++ php-gtk-doc/en/reference/gtk/gtkenum.xml	Wed Aug 15 13:06:11 2001
@@ -73,62 +73,3 @@
 
 </enum>
 
-<enum id="gtk.enum.gtkargflags">
- <enumname>GtkArgFlags</enumname>
-
- <enumoption>
-  <optionname>GTK_ARG_READABLE</optionname>
-  <shortdesc>
-   The argument value can be queried.
-  </shortdesc>
- </enumoption>
-
- <enumoption>
-  <optionname>GTK_ARG_WRITABLE</optionname>
-  <shortdesc>
-   The argument can be set.
-  </shortdesc>
- </enumoption>
-
- <enumoption>
-  <optionname>GTK_ARG_CONSTRUCT</optionname>
-  <shortdesc>
-   The argument requires construction before use.
-  </shortdesc>
- </enumoption>
-
- <enumoption>
-  <optionname>GTK_ARG_CONSTRUCT_ONLY</optionname>
-  <shortdesc>
-   The argument needs construction. This flag will
-   be set only once during the construction process.
-   This flag cannot be set at the same time as 
-   <literal>GTK_ARG_WRITABLE</literal>
-   and is not required when 
-   <literal>GTK_ARG_CONSTRUCT</literal> is set.
-  </shortdesc>
- </enumoption>
-
- <enumoption>
-  <optionname>GTK_ARG_CHILD_ARG</optionname>
-  <shortdesc>
-   This flag is only presently used by <classname>GtkContainer</classname>.
-   It specifies an argument type that is specific to that class.
-  </shortdesc>
- </enumoption>
-
- <enumoption>
-  <optionname>GTK_ARG_MASK</optionname>
-  <shortdesc>
-    Bitwise OR of the flag's, allows masking with bitwise AND's.
-  </shortdesc>
- </enumoption>
-
- <enumoption>
-  <optionname>GTK_ARG_READWRITE</optionname>
-  <shortdesc>
-   The argument can both be queried and set.
-  </shortdesc>
- </enumoption>
-
-</enum>
\ No newline at end of file