1#Modeline for XEmacs: -*-Python-*-
2
3:map:
4    id:"display_status"
5    parents:["string"]
6    objtype:"type"
7    description:"whether or not the entity is currently displayed"
8
9:map:
10    id:"valign"
11    parents:["string"]
12    objtype:"type"
13    description:"vertical alignment of children in this frame"
14
15:map:
16    id:"halign"
17    parents:["string"]
18    objtype:"type"
19    description:"horizontal alignment of children in this frame"
20
21:map:
22    id:"rel_pos"
23    parents:["string"]
24    objtype:"type"
25    description:"relative position of successive children in this frame"
26
27:map:
28    id:"target"
29    parents:["list"]
30    objtype:"type"
31    element_type:"string"
32    description:"List of entities to watch for attribute changes"
33
34:map:
35    id:"u_i_entity"
36    parents:["admin_entity"]
37    description:"The root entity for UI elements. UI entities are (mostly) owned by the client instead of the server"
38    display_status:"hidden"
39
40:map:
41    id:"frame"
42    parents:["u_i_entity"]
43    description:"bear's widget packing frame class, see http://code-bear.dyndns.org/~bear/janus.html"
44    valign:"center"
45    halign:"left"
46    rel_pos:"below"
47
48:map:
49    id:"slot"
50    parents:["u_i_entity"]
51    description:"A base class for entities which respond to changes in an entity's argument map"
52    target:[]
53