1<?xml version="1.0" encoding="UTF-8"?>
2
3<section id="gtk"><title>GTK Interface</title>
4
5<para>This is an &ffi-pac;-based interface to &gtk; version 2.</para>
6
7<para>The package <quote role="package">GTK</quote>
8 is &case-sensitive-k;.</para>
9
10<simpara>When this module is present, &features-my;
11 contains the symbol <constant>:GTK</constant>.</simpara>
12
13<section id="gtk-hi"><title>High-level functions</title>
14<variablelist>
15  <varlistentry><term><code>(glade-load &filename-r;)</code></term>
16  <listitem><simpara>Load and connect the UI described in the
17    &glade;-generated file &filename-r;.</simpara></listitem></varlistentry>
18 <varlistentry><term><code>(run-glade-file &filename-r; &name-r;)</code></term>
19  <listitem><simpara>Run the widget &name-r; described in the
20    &glade;-generated file &filename-r;.</simpara></listitem></varlistentry>
21 <varlistentry><term><code>(gui &filename-r;)</code></term>
22  <listitem><simpara>Run the &clisp; demo GUI described in the
23    &glade;-generated file &filename-r;, normally a variation
24    of <filename role="clisp-cvs">modules/gtk2/ui.glade</filename>.
25 </simpara></listitem></varlistentry>
26</variablelist>
27</section>
28
29</section>
30