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" type="topic" style="task" id="tour-glade" xml:lang="ko">

  <info>
    <link type="next" xref="tour-gjs"/>
    <revision version="0.1" date="2017-09-16" status="stub"/>

    <credit type="author copyright">
      <name>Ekaterina Gerasimova</name>
      <email its:translate="no">kittykat3756@gmail.com</email>
      <years>2013</years>
    </credit>
    <credit type="author copyright">
      <name>Gordon Hill</name>
      <email its:translate="no">caseyweederman@gmail.com</email>
      <years>2013</years>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="cc-by-sa-3-0.xml"/>

    <desc>UI 파일을 만들 때 글레이드를 활용합니다.</desc>
  
    <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>2016, 2017.</mal:years>
    </mal:credit>
  </info>

  <title>사용자 인터페이스 만들기</title>
  <links type="prevnext" style="top"/>
  <links type="series" style="floatend">
    <title>그놈 시작하기</title>
  </links>

  <p>사용자 인터페이스를 만들 때, 그놈 UI 편집기 <link href="http://glade.gnome.org/">글레이드</link>를 활용하십시오. 글레이드는 프로그램 속성을 설명하는 XML 파일을 만듭니다.</p>

  <p>When creating a UI file using Glade, the <gui>ID</gui> that you
  specify in Glade is the ID that you will later need to use to get the
  object from the UI file.</p>

  <example>
    <p>Create a new window, then set <gui>ID</gui> to <code>window1</code>
    and <gui>Title</gui> to <code>Hello World</code>:</p>
    <media type="image" src="media/glade-set-values.png">
      <p>글레이드의 값 속성 스크린샷.</p>
    </media>
    <p><guiseq><gui>파일</gui><gui>다른 이름으로 저장</gui></guiseq> 으로 파일을 <file>helloworld.glade</file> 이름으로 저장하십시오.</p>
  </example>
  <links type="prevnext"/>
</page>