Blob Blame History Raw
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" xmlns:e="http://projectmallard.org/experimental/" type="guide" style="task" id="beginner.py" xml:lang="es">

<info>
  <title type="text">Código de ejemplo de widget de GTK+ (Python)</title>
  <link type="guide" xref="py#code-samples"/>
  <revision version="0.1" date="2012-07-31" status="draft"/>

  <desc>Una guía de programación de IU en GTK+, incluyendo ejemplos de código y ejercicios de práctica.</desc>
  <credit type="author copyright">
    <name>Tiffany Antopolski</name>
    <email its:translate="no">tiffany.antopolski@gmail.com</email>
  </credit>
  <credit type="editor">
    <name>Marta Maria Casetti</name>
    <email its:translate="no">mmcasetti@gmail.com</email>
    <years>2013</years>
  </credit>

    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Daniel Mustieles</mal:name>
      <mal:email>daniel.mustieles@gmail.com</mal:email>
      <mal:years>2011 - 2017</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Nicolás Satragno</mal:name>
      <mal:email>nsatragno@gmail.com</mal:email>
      <mal:years>2012 - 2013</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Jorge González</mal:name>
      <mal:email>jorgegonz@svn.gnome.org</mal:email>
      <mal:years>2011</mal:years>
    </mal:credit>
  </info>

<title>Código de ejemplo de widgets de GTK+</title>
<synopsis>
<p>Si es un principiante y quiere un tutorial que le guíe paso a paso en una explicación sobre qué puede hacer con GTK+ 3, debe ir a la página <link xref="tutorial.py"/>. Si está buscando un widget específico, puede encontrarlo en las secciones a continuación.</p>
</synopsis>

<links type="section"/>

  <section id="windows" style="2column"><title>Ventanas</title>
  </section>
  <section id="display-widgets" style="2column"><title>Widgets de visualización</title>
  </section>
  <section id="buttons" style="2column"><title>Botones y casillas</title>
  </section>
  <section id="entry" style="2column"><title>Entrada de daos numérica y de texto</title>
  </section>
  <section id="multiline" style="2column"><title>Editor de texto multilínea</title>
  </section>
  <section id="menu-combo-toolbar" style="2column"><title>Widgets de menú, caja combinada y barra de herramientas</title>
  </section>
  <section id="treeview" style="2column"><title>Widget TreeView</title>
  </section>
  <section id="selectors" style="2column"><title>Selectores</title>
    <section id="file-selectors" style="2column"><title>Selectores de archivos</title>
    </section>
    <section id="font-selectors" style="2column"><title>Selectores de tipografías</title>
    </section>
    <section id="color-selectors" style="2column"><title>Selectores de color</title>
    </section>
  </section>
  <section id="layout" style="2column"><title>Contenedores de la distribución</title>
  </section>
  <section id="ornaments" style="2column"><title>Adornos</title>
  </section>
  <section id="scrolling" style="2column"><title>Desplazamiento</title>
  </section>
  <section id="misc" style="2column"><title>Varios</title>
  </section>

<section id="theory">
<title>Páginas de teoría</title>
</section>

</page>