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="ko">

<info>
  <title type="text">GTK+ 위젯 예제 코드(Python)</title>
  <link type="guide" xref="py#code-samples"/>
  <revision version="0.1" date="2012-07-31" status="draft"/>

  <desc>예제 코드와 실제 연습 예제가 들어있는 GTK+ GUI 프로그래밍 안내서입니다.</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>조성호</mal:name>
      <mal:email>shcho@gnome.org</mal:email>
      <mal:years>2017</mal:years>
    </mal:credit>
  </info>

<title>GTK+ 위젯 예제 코드</title>
<synopsis>
<p>GTK+ 3으로 뭘 할 수 있는지 단계별로 살펴볼 수 있는 지침서를 찾는 초보자라면 <link xref="tutorial.py"/> 페이지로 이동하십시오. 개별 위젯을 찾는다면 아래 섹션에서 찾아볼 수 있습니다.</p>
</synopsis>

<links type="section"/>

  <section id="windows" style="2column"><title>창</title>
  </section>
  <section id="display-widgets" style="2column"><title>위젯 표시</title>
  </section>
  <section id="buttons" style="2column"><title>단추 및 토글</title>
  </section>
  <section id="entry" style="2column"><title>숫자, 텍스트 데이터 항목</title>
  </section>
  <section id="multiline" style="2column"><title>다중라인 텍스트 편집기</title>
  </section>
  <section id="menu-combo-toolbar" style="2column"><title>메뉴, 콤보상자, 도구모음 위젯</title>
  </section>
  <section id="treeview" style="2column"><title>TreeView 위젯</title>
  </section>
  <section id="selectors" style="2column"><title>선택 상자</title>
    <section id="file-selectors" style="2column"><title>파일 선택 상자</title>
    </section>
    <section id="font-selectors" style="2column"><title>글꼴 선택 상자</title>
    </section>
    <section id="color-selectors" style="2column"><title>색상 선택 상자</title>
    </section>
  </section>
  <section id="layout" style="2column"><title>배치 컨테이너</title>
  </section>
  <section id="ornaments" style="2column"><title>장식</title>
  </section>
  <section id="scrolling" style="2column"><title>스크롤</title>
  </section>
  <section id="misc" style="2column"><title>기타</title>
  </section>

<section id="theory">
<title>이론 페이지</title>
</section>

</page>