gitkHelloUser_main.xml

Go to the documentation of this file.
00001 <?xml version="1.0" encoding="UTF-8" ?>
00002 <!DOCTYPE giml SYSTEM "http://gitk.sourceforge.net/giml.dtd">
00003 <!-- $Id: gitkHelloUser_main.xml.in,v 1.7 2004/04/01 12:17:27 ensonic Exp $
00004  * @file   gitkHelloUser_main.xml
00005  * @author Stefan Kost <ensonic@users.sf.net>
00006  * @date   Thu Jan 17 11:22:38 2002
00007  * 
00008  * @brief  main dialog for gitkHelloUser.c
00009  * @ingroup gitkexamples
00010  *
00011 -->
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   <dialog>
00016     <meta>
00017       <dc:title><i18n:text>query user identity</i18n:text></dc:title>
00018     </meta>
00019     <dialogwidgets>
00020       <dialogwidget id="Okay"/>
00021       <dialogwidget id="Cancel"/>
00022     </dialogwidgets>
00023     <widgetgroup>
00024       <label><i18n:text>identity</i18n:text></label>
00025       <widget id="UserName" type="characterinput_alphabetic">
00026         <label><i18n:text>user name</i18n:text></label>
00027         <disabled>true</disabled>
00028       </widget>
00029       <widget id="Sex" type="optionchoice_single_compact">
00030         <label><i18n:text>sex</i18n:text></label>
00031         <options>
00032           <option><i18n:text>male</i18n:text></option>
00033           <option><i18n:text>female</i18n:text></option>
00034         </options>
00035       </widget>
00036     </widgetgroup>
00037   </dialog>
00038 </giml>

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