gitkLayout_NestedGroups.xml

Go to the documentation of this file.
00001 <?xml version="1.0" encoding="UTF-8" ?>
00002 <!-- $Id: gitkLayout_NestedGroups.xml.in,v 1.7 2004/03/20 09:50:06 ensonic Exp $
00003  * @file   gitkLayout_NestedGroups.xml
00004  * @author Stefan Kost <ensonic@users.sf.net>
00005  * @date   Mon Dec 08 10:41:31 MET 2003
00006  * 
00007  * @brief  empty dialog (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>query user identity</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       <label><i18n:text>identity</i18n:text></label>
00028       <widget id="UserName" type="characterinput_alphabetic">
00029         <label><i18n:text>user name</i18n:text></label>
00030         <disabled>true</disabled>
00031       </widget>
00032       <widget id="Sex" type="optionchoice_single_compact">
00033         <label><i18n:text>sex</i18n:text></label>
00034         <options>
00035           <option><i18n:text>male</i18n:text></option>
00036           <option><i18n:text>female</i18n:text></option>
00037         </options>
00038       </widget>
00039     </widgetgroup>
00040     <widgetgroup>
00041       <label><i18n:text>contact</i18n:text></label>
00042       <widget id="Phone" type="characterinput_alphabetic">
00043         <label><i18n:text>phone</i18n:text></label>
00044       </widget>
00045       <widget id="EMail" type="characterinput_alphabetic">
00046         <label><i18n:text>email</i18n:text></label>
00047       </widget>
00048       <widget id="WWW" type="characterinput_alphabetic">
00049         <label><i18n:text>www</i18n:text></label>
00050       </widget>
00051     </widgetgroup>
00052   </dialog>
00053 </giml>

Generated on Thu Oct 28 10:59:09 2004 for gitk by doxygen 1.3.6