mirror of
https://github.com/clearlinux/bsdiff.git
synced 2026-09-05 05:11:58 +00:00
Initial commit
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
<!-- proposed DTD for new glade format -->
|
||||
|
||||
<!ELEMENT glade-interface (requires*, widget*) >
|
||||
<!ATTLIST glade-interface
|
||||
xmlns CDATA #FIXED 'http://glade.gnome.org/glade-2.0.dtd' >
|
||||
|
||||
<!ELEMENT requires EMPTY >
|
||||
<!ATTLIST requires
|
||||
lib CDATA #REQUIRED >
|
||||
|
||||
<!ELEMENT widget (property*, accessibility?, signal*, accelerator*, child*) >
|
||||
<!ATTLIST widget
|
||||
class CDATA #REQUIRED
|
||||
id ID #REQUIRED >
|
||||
|
||||
<!ELEMENT property (#PCDATA) >
|
||||
<!-- type is an optional tag, and should be the string name of the
|
||||
GType for the property -->
|
||||
<!-- translatable specifies whether the property should be translated
|
||||
before use. -->
|
||||
<!ATTLIST property
|
||||
name CDATA #REQUIRED
|
||||
type CDATA #IMPLIED
|
||||
translatable (yes|no) 'no'
|
||||
agent CDATA #IMPLIED >
|
||||
|
||||
<!ELEMENT atkproperty (#PCDATA | accessibility)* >
|
||||
<!ATTLIST atkproperty
|
||||
name CDATA #REQUIRED
|
||||
type CDATA #IMPLIED >
|
||||
|
||||
<!ELEMENT atkrelation EMPTY >
|
||||
<!ATTLIST atkrelation
|
||||
target CDATA #REQUIRED
|
||||
type CDATA #REQUIRED >
|
||||
|
||||
<!ELEMENT atkaction EMPTY >
|
||||
<!ATTLIST atkaction
|
||||
action_name CDATA #REQUIRED
|
||||
description CDATA #IMPLIED >
|
||||
|
||||
<!ELEMENT accessibility (atkrelation | atkaction | atkproperty)* >
|
||||
|
||||
<!ELEMENT signal EMPTY >
|
||||
<!ATTLIST signal
|
||||
name CDATA #REQUIRED
|
||||
handler CDATA #REQUIRED
|
||||
after (yes|no) 'no'
|
||||
object IDREF #IMPLIED
|
||||
last_modification_time CDATA #IMPLIED >
|
||||
|
||||
<!ELEMENT accelerator EMPTY >
|
||||
<!ATTLIST accelerator
|
||||
key CDATA #REQUIRED
|
||||
modifiers CDATA #REQUIRED
|
||||
signal CDATA #REQUIRED >
|
||||
|
||||
<!ELEMENT child ((widget|placeholder), packing?) >
|
||||
<!-- internal children should not have any properties set on them.
|
||||
(Internal children are things like the scrollbars in a
|
||||
GtkScrolledWindow, or the vbox in a GtkDialog). -->
|
||||
<!ATTLIST child
|
||||
internal-child CDATA #IMPLIED >
|
||||
|
||||
<!ELEMENT packing (property+) >
|
||||
|
||||
<!ELEMENT placeholder EMPTY >
|
||||
Reference in New Issue
Block a user