<?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="de">

<info>
  <title type="text">Beispielcode von GTK+-Widgets (Python)</title>
  <link type="guide" xref="py#code-samples"/>
  <revision version="0.1" date="2012-07-31" status="draft"/>

  <desc>Eine Anleitung zur GUI-Programmierung mithilfe von GTK+, inklusive Code-Beispielen und praktischen Übungen.</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>Mario Blättermann</mal:name>
      <mal:email>mario.blaettermann@gmail.com</mal:email>
      <mal:years>2011, 2013, 2016, 2018, 2021</mal:years>
    </mal:credit>
  </info>

<title>Beispielcode von GTK+-Widgets</title>
<synopsis>
<p>If you are a beginner and you would like a tutorial to guide you step by step in an exploration of what you can do with GTK+ 3, you should go to the <link xref="tutorial.py"/> page. If you are looking for a specific widget, you can find it in the sections below.</p>
</synopsis>

<links type="section"/>

  <section id="windows" style="2column"><title>Fenster</title>
  </section>
  <section id="display-widgets" style="2column"><title>Widgets anzeigen</title>
  </section>
  <section id="buttons" style="2column"><title>Knöpfe und Auslöser</title>
  </section>
  <section id="entry" style="2column"><title>Numerische und Textdateneingabe</title>
  </section>
  <section id="multiline" style="2column"><title>Ein mehrzeiliger Texteditor</title>
  </section>
  <section id="menu-combo-toolbar" style="2column"><title>Menü-, Kombinationsfeld- und Werkzeugleisten-Widgets</title>
  </section>
  <section id="treeview" style="2column"><title>TreeView-Widget</title>
  </section>
  <section id="selectors" style="2column"><title>Auswähler</title>
    <section id="file-selectors" style="2column"><title>Dateiwähler</title>
    </section>
    <section id="font-selectors" style="2column"><title>Schriftwähler</title>
    </section>
    <section id="color-selectors" style="2column"><title>Farbwähler</title>
    </section>
  </section>
  <section id="layout" style="2column"><title>Layout-Container</title>
  </section>
  <section id="ornaments" style="2column"><title>Ornamente</title>
  </section>
  <section id="scrolling" style="2column"><title>Bildlauf</title>
  </section>
  <section id="misc" style="2column"><title>Verschiedenes</title>
  </section>

<section id="theory">
<title>Theorieseiten</title>
</section>

</page>
