00001 <?xml version="1.0" encoding="UTF-8" ?>
00002 <!-- $Id: gitkLayout_Widgets.xml.in,v 1.2 2004/01/14 12:17:07 ensonic Exp $
00003 * @file gitkLayout_Widgets.xml
00004 * @author Stefan Kost <ensonic@users.sf.net>
00005 * @date Tue Jan 13 17:47:54 MET 2004
00006 *
00007 * @brief dialog with all kinds of widgets (for testing purposes)
00008 * @ingroup gitkexamples
00009 *
00010 -->
00011 <!DOCTYPE giml SYSTEM "http://gitk.sourceforge.net/giml.dtd">
00012 <giml xmlns="http://gitk.sourceforge.net/"
00013 xmlns:dc="http://purl.org/dc/elements/1.1/"
00014 xmlns:i18n="http://apache.org/cocoon/i18n/2.0"
00015 >
00016 <dialog>
00017 <meta>
00018 <dc:title><i18n:text>show all widgets</i18n:text></dc:title>
00019 </meta>
00020 <dialogwidgets>
00021 <dialogwidget id="Help"/>
00022 <dialogwidget id="Apply"/>
00023 <dialogwidget id="Okay"/>
00024 <dialogwidget id="Cancel"/>
00025 </dialogwidgets>
00026 <widgetgroup>
00027 <widget id="UserName" type="characterinput_alphabetic">
00028 <label><i18n:text>user name</i18n:text></label>
00029 </widget>
00030 <widget id="Sex" type="optionchoice_single_compact">
00031 <label><i18n:text>sex</i18n:text></label>
00032 <options>
00033 <option><i18n:text>male</i18n:text></option>
00034 <option><i18n:text>female</i18n:text></option>
00035 </options>
00036 </widget>
00037 <widget id="Formal" type="optionchoice_boolean">
00038 <label><i18n:text>formal addressing</i18n:text></label>
00039 <value>0</value>
00040 </widget>
00041 </widgetgroup>
00042 </dialog>
00043 </giml>