cvs: php-gtk-doc /manual/pt_BR/reference/glade glade.xml gladexml.xml
[email protected] ("Diego do Nascimento Feitosa") Sun, 04 Feb 2007 12:55:31 -0000
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <cvsdnfeitosa1170593731@cvsserver> |
dnfeitosa Sun Feb 4 12:55:31 2007 UTC
Modified files:
/php-gtk-doc/manual/pt_BR/reference/glade glade.xml gladexml.xml
Log:
Updates
http://cvs.php.net/viewvc.cgi/php-gtk-doc/manual/pt_BR/reference/glade/glade.xml?r1=1.1&r2=1.2&diff_format=u
Index: php-gtk-doc/manual/pt_BR/reference/glade/glade.xml
diff -u php-gtk-doc/manual/pt_BR/reference/glade/glade.xml:1.1 php-gtk-doc/manual/pt_BR/reference/glade/glade.xml:1.2
--- php-gtk-doc/manual/pt_BR/reference/glade/glade.xml:1.1 Mon Oct 16 02:30:01 2006
+++ php-gtk-doc/manual/pt_BR/reference/glade/glade.xml Sun Feb 4 12:55:31 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.2 Maintainer: dnfeitosa Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: dnfeitosa Status: ready -->
<classentry id="glade.glade">
<classmeta>
<classtitle>Glade</classtitle>
@@ -17,7 +17,7 @@
<method id="glade.glade.method.get_widget_name">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>get_widget_name</function></funcdef>
+ <funcdef>string <function>get_widget_name</function></funcdef>
<paramdef><classname>GtkWidget</classname> <parameter>widget</parameter></paramdef>
</funcprototype>
</funcsynopsis>
@@ -30,7 +30,7 @@
</simpara>
<para>
Use esta função para pegar o nome do widget que foi gerado por um objeto
- <classname>GladeXML</classname>.
+ <classname>GladeXML</classname>.
</para>
</desc>
</method>
@@ -38,7 +38,7 @@
<method id="glade.glade.method.get_widget_tree">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>get_widget_tree</function></funcdef>
+ <funcdef><classname>GladeXML</classname> <function>get_widget_tree</function></funcdef>
<paramdef><classname>GtkWidget</classname> <parameter>widget</parameter></paramdef>
</funcprototype>
</funcsynopsis>
@@ -56,5 +56,5 @@
</desc>
</method>
- </methods>
+</methods>
</classentry>
http://cvs.php.net/viewvc.cgi/php-gtk-doc/manual/pt_BR/reference/glade/gladexml.xml?r1=1.2&r2=1.3&diff_format=u
Index: php-gtk-doc/manual/pt_BR/reference/glade/gladexml.xml
diff -u php-gtk-doc/manual/pt_BR/reference/glade/gladexml.xml:1.2 php-gtk-doc/manual/pt_BR/reference/glade/gladexml.xml:1.3
--- php-gtk-doc/manual/pt_BR/reference/glade/gladexml.xml:1.2 Tue Oct 17 10:11:51 2006
+++ php-gtk-doc/manual/pt_BR/reference/glade/gladexml.xml Sun Feb 4 12:55:31 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.4 Maintainer: dnfeitosa Status: ready -->
+<!-- EN-Revision: 1.5 Maintainer: dnfeitosa Status: ready -->
<classentry id="glade.gladexml">
<classmeta>
<classtitle>GladeXML</classtitle>
@@ -12,11 +12,11 @@
O <literal>Glade</literal> é um construtor de interfaces para o Gtk+.
Você pode criar interfaces em modo WYSIWYG usando esta ferramenta, que
gera um arquivo XML representando a interface na forma de um arquivo
- <literal>.glade</literal>
+ <literal>.glade</literal>.
</para>
<para>
Esta objeto representa uma instância deste arquivo
- <literal>.glade</literal>. Você pode usar este objeto no seu programa para
+ <literal>.glade</literal> e você pode usar este objeto no seu programa para
manipular de informa individual os seus widgets.
</para>
<para>
@@ -28,7 +28,7 @@
<function class="GladeXML">signal_autoconnect_instance</function>.
</para>
<para>
- Dê uma olhada em
+ Dê uma olhada no
<link linkend="tutorials.helloglade">Tutorial Glade</link> para mais
informações em como usar esta extensão.
</para>
@@ -37,6 +37,25 @@
<constructors>
+ <constructor id="glade.gladexml.constructor">
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef><function>GladeXML</function></funcdef>
+ <paramdef><parameter>filename</parameter></paramdef>
+ <paramdef><parameter><optional>root</optional></parameter></paramdef>
+ <paramdef><parameter><optional>domain</optional></parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ <shortdesc>
+ Cria uma nova instância do objeto GladeXML a partir de um arquivo.
+ </shortdesc>
+ <desc>
+ <simpara>
+ &static;
+ </simpara>
+ </desc>
+ </constructor>
+
<constructor id="glade.gladexml.constructor.new_from_buffer">
<funcsynopsis>
<funcprototype>
@@ -47,6 +66,7 @@
</funcprototype>
</funcsynopsis>
<shortdesc>
+ Cria uma nova instância do objeto GladeXML a partir de uma string.
</shortdesc>
<desc>
<simpara>
@@ -61,7 +81,7 @@
<method id="glade.gladexml.method.get_widget">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>get_widget</function></funcdef>
+ <funcdef><classname>GtkWidget</classname> <function>get_widget</function></funcdef>
<paramdef>string <parameter>name</parameter></paramdef>
</funcprototype>
</funcsynopsis>
@@ -82,7 +102,7 @@
<method id="glade.gladexml.method.get_widget_prefix">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>get_widget_prefix</function></funcdef>
+ <funcdef>array <function>get_widget_prefix</function></funcdef>
<paramdef>string <parameter>prefix</parameter></paramdef>
</funcprototype>
</funcsynopsis>
@@ -100,7 +120,7 @@
<method id="glade.gladexml.method.relative_file">
<funcsynopsis>
<funcprototype>
- <funcdef>void <function>relative_file</function></funcdef>
+ <funcdef>string <function>relative_file</function></funcdef>
<paramdef><parameter>filename</parameter></paramdef>
</funcprototype>
</funcsynopsis>