source: grass/trunk/gui/wxpython/xml/wxgui_items.dtd

Last change on this file was 56034, checked in by annakrat, 11 years ago

wxGUI/toolboxes: initial version of wxGUI toolboxes (co-author: wenzeslaus)

File size: 439 bytes
Line 
1<!ELEMENT wxgui-items (wxgui-item*)>
2
3<!ELEMENT wxgui-item (label, ((handler, related-module?) | command), description, keywords?, shortcut?, wx-id?)>
4<!ATTLIST wxgui-item name NMTOKEN #REQUIRED>
5
6<!ELEMENT label (#PCDATA)>
7<!ELEMENT description (#PCDATA)>
8<!ELEMENT handler (#PCDATA)>
9<!ELEMENT command (#PCDATA)>
10<!ELEMENT related-module (#PCDATA)>
11<!ELEMENT keywords (#PCDATA)>
12<!ELEMENT shortcut (#PCDATA)>
13<!ELEMENT wx-id (#PCDATA)>
14
Note: See TracBrowser for help on using the repository browser.