Blame platform-overview/ja/tour.page

Packit 1470ea
Packit 1470ea
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="tour" xml:lang="ja">
Packit 1470ea
Packit 1470ea
  <info>
Packit 1470ea
    <link type="guide" xref="index" group="#first"/>
Packit 1470ea
    <link type="next" xref="tour-glade"/>
Packit 1470ea
    <revision version="0.1" date="2013-06-17" status="stub"/>
Packit 1470ea
Packit 1470ea
    <credit type="author copyright">
Packit 1470ea
      <name>Ekaterina Gerasimova</name>
Packit 1470ea
      <email its:translate="no">kittykat3756@gmail.com</email>
Packit 1470ea
      <years>2013</years>
Packit 1470ea
    </credit>
Packit 1470ea
    <credit type="author copyright">
Packit 1470ea
      <name>Gordon Hill</name>
Packit 1470ea
      <email its:translate="no">caseyweederman@gmail.com</email>
Packit 1470ea
      <years>2013</years>
Packit 1470ea
    </credit>
Packit 1470ea
Packit 1470ea
    <include xmlns="http://www.w3.org/2001/XInclude" href="cc-by-sa-3-0.xml"/>
Packit 1470ea
Packit 1470ea
    <desc>Get your GtkApplication started in JavaScript and create a UI using
Packit 1470ea
    Glade.</desc>
Packit 1470ea
  </info>
Packit 1470ea
Packit 1470ea
  <title>Get started</title>
Packit 1470ea
Packit 1470ea
  <links type="prevnext" style="top"/>
Packit 1470ea
Packit 1470ea
  <links type="series" style="floatend">
Packit 1470ea
    <title>Get started with GNOME</title>
Packit 1470ea
  </links>
Packit 1470ea
Packit 1470ea
  

User interface (UI) can be constructed with code or created in

Packit 1470ea
  Glade, the UI editor for GNOME. Glade produces XML
Packit 1470ea
  files that describe attributes of an application.

You will generate a

Packit 1470ea
  GtkBuilder file in Glade and access and display a window based on
Packit 1470ea
  the contents of that file with a Gjs script. The script is examined in
Packit 1470ea
  multiple parts and included in full in the summary.

Packit 1470ea
Packit 1470ea
  <links type="prevnext"/>
Packit 1470ea
</page>