]> andersk Git - moira.git/blame - clients/cluster/Cluster
correct help for add_filsys
[moira.git] / clients / cluster / Cluster
CommitLineData
c9104dd4 1! $Header$
2
3cluster.wcChildren: toplevel
4
5! Program resources
6
7! Widget tree
8
2377e4d1 9*toplevel.wcClass: xmBulletinBoardWidgetClass
c9104dd4 10*toplevel.wcChildren: buttons, clusters, machines
11
2377e4d1 12*buttons.wcConstructor: XmCreateMenuBar
c9104dd4 13*buttons.wcClass: formWidgetClass
2377e4d1 14*buttons.wcChildren: fileMenu, cluMenu, macMenu, helpMenu, \
15 file, cluButton, macButton, help
16
17*file.wcConstructor: XmCreateCascadeButton
18*file.subMenuId: *fileMenu
19*file.mnemonic: F
20*fileMenu.wcConstructor: XmCreatePulldownMenu
21*fileMenu.wcManaged: False
22*fileMenu.wcCallback: WcSetValueCB(*file.subMenuID: this)
23*fileMenu.wcChildren: quit
24
25*quit.wcConstructor: XmCreateCascadeButton
26*quit.labelString: Quit
27*quit.mnemonic: Q
c9104dd4 28*quit.callback: WcExitCB(0)
2377e4d1 29
30*clu.wcConstructor: XmCreateCascadeButton
31*clu.subMenuId: *cluMenu
32*clu.mnemonic: C
33*cluMenu.wcConstructor: XmCreatePulldownMenu
34*cluMenu.wcManaged: False
35*cluMenu.wcCallback: WcSetValueCB(*clu.subMenuID: this)
36*cluMenu.wcChildren: fetch
37
38*fetch.wcConstructor: XmCreateCascadeButton
39*fetch.labelString: Fetch
40*fetch.callback: getClusters
41
42*mac.wcConstructor: XmCreateCascadeButton
43*mac.subMenuId: *macMenu
44*mac.mnemonic: M
45*macMenu.wcConstructor: XmCreatePulldownMenu
46*macMenu.wcManaged: False
47*macMenu.wcCallback: WcSetValueCB(*mac.subMenuID: this)
48*macMenu.wcChildren: fetch
49
50
51*help.wcConstructor: XmCreateCascadeButton
52*help.subMenuId: *helpMenu
53*help.mnemonic: H
54*helpMenu.wcConstructor: XmCreatePulldownMenu
55*helpMenu.wcManaged: False
56*helpMenu.wcCallback: WcSetValueCB(*help.subMenuID: this)
57*helpMenu.wcChildren: fetch
58
c9104dd4 59
60*clusters.wcClass: formWidgetClass
61*clusters.wcChildren: clutitle, cget, cclear, \
62 clufltrl, clufilter, clusterlist
63*clusters.fromVert: *buttons
64
65*clutitle.wcClass: labelWidgetClass
66*clutitle.label: Clusters
67*clutitle.borderWidth: 0
68*cget.wcClass: commandWidgetClass
69*cget.fromVert: *clutitle
70*cget.label: get
71*cget.callback: getClusters
72*cclear.wcClass: commandWidgetClass
73*cclear.fromVert: *clutitle
74*cclear.fromHoriz: *cget
75*cclear.label: clear
76!*cclear.callback:
77*clufltrl.wcClass: labelWidgetClass
78*clufltrl.label: filter:
79*clufltrl.fromVert: *cget
80*clufltrl.borderWidth: 0
81*clufilter.wcClass: asciiTextWidgetClass
82*clufilter.fromVert: *cget
83*clufilter.fromHoriz: *clufltrl
84*clufilter*length: 8
85*clufilter*string: *
86*clufilter*editType: edit
87*clufilter*useStringInPlace: True
88
89*clusterlist.wcClass: listWidgetClass
90*clusterlist.fromVert: *clufilter
91*clusterlist.Columns: 1
92*clusterlist.height: 300
93*clusterlist.width: 200
94*clusterlist.numberStrings: 0
95*clusterlist.verticalList: True
96!*clusterlist*scrollVertical: always
97!*clusterlist*displayCaret: False
98!*clusterlist*editType: edit
99
100*machines.wcClass: formWidgetClass
101*machines.wcChildren: mactitle, macfltrl, macfilter, machinelist
102*machines.fromVert: *buttons
103*machines.fromHoriz: *clusters
104
105*mactitle.wcClass: labelWidgetClass
106*mactitle.label: Machines
107*mactitle.borderWidth: 0
108*macfltrl.wcClass: labelWidgetClass
109*macfltrl.label: filter:
110*macfltrl.fromVert: *mactitle
111*macfltrl.borderWidth: 0
112*macfilter.wcClass: asciiTextWidgetClass
113*macfilter.fromVert: *mactitle
114*macfilter.fromHoriz: *macfltrl
115*macfilter*length: 8
116*macfilter*string: *
117*macfilter*editType: edit
118*macfilter*useStringInPlace: True
119
120*machinelist.wcClass: asciiTextWidgetClass
121*machinelist.fromVert: *macfilter
122*machinelist.height: 300
123*machinelist.width: 200
124*machinelist*scrollVertical: always
125*machinelist*displayCaret: False
This page took 0.076111 seconds and 5 git commands to generate.