My favorites | Sign in
Project Home Downloads Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
LAYOUT(CmdBoxLayout, 156, 296)
ITEM(LabelBox, dv___0, SetLabel(t_("Available commands")).HSizePosZ(4, 4).VSizePosZ(0, 4))
ITEM(ColumnList, commandList, HSizePosZ(8, 8).VSizePosZ(16, 8))
END_LAYOUT

LAYOUT(BarListLayout, 156, 296)
ITEM(LabelBox, title, SetLabel(t_("Available toolbars")).HSizePosZ(4, 4).VSizePosZ(0, 4))
ITEM(ColumnList, barList, HSizePosZ(8, 8).VSizePosZ(16, 8))
END_LAYOUT

LAYOUT(ItemEditorLayout, 344, 104)
ITEM(EditString, tooltip, LeftPosZ(96, 136).TopPosZ(80, 19))
ITEM(Label, dv___1, SetLabel(t_("Icon :")).LeftPosZ(248, 88).TopPosZ(0, 20))
ITEM(Label, dv___2, SetLabel(t_("Command id :")).LeftPosZ(0, 92).TopPosZ(0, 20))
ITEM(EditString, cmdId, LeftPosZ(96, 136).TopPosZ(0, 19))
ITEM(Label, labelName, SetLabel(t_("Label :")).LeftPosZ(0, 92).TopPosZ(40, 20))
ITEM(EditString, label, LeftPosZ(96, 136).TopPosZ(40, 19))
ITEM(Label, dv___6, SetLabel(t_("Tooltip :")).LeftPosZ(0, 92).TopPosZ(80, 20))
ITEM(Button, icon, LeftPosZ(248, 88).TopPosZ(24, 76))
END_LAYOUT

LAYOUT(MenuEditorLayout, 536, 304)
ITEM(Button, okButton, SetLabel(t_("Ok")).LeftPosZ(4, 68).BottomPosZ(4, 20))
ITEM(Button, cancelButton, SetLabel(t_("Cancel")).RightPosZ(4, 68).BottomPosZ(4, 20))
ITEM(Splitter, horzSplitter, HSizePosZ(0, 0).VSizePosZ(0, 28))
END_LAYOUT

LAYOUT(CmdEditLayout, 236, 124)
ITEM(EditString, cmdId, HSizePosZ(8, 8).TopPosZ(28, 19))
ITEM(EditString, cmdStr, HSizePosZ(8, 8).TopPosZ(76, 19))
ITEM(Button, okBtn, SetLabel(t_("Ok")).LeftPosZ(4, 64).BottomPosZ(4, 20))
ITEM(Button, cancelBtn, SetLabel(t_("Cancel")).RightPosZ(4, 64).BottomPosZ(4, 20))
ITEM(Label, dv___4, SetLabel(t_("Command Id :")).HSizePosZ(8, 8).TopPosZ(4, 20))
ITEM(Label, dv___5, SetLabel(t_("Command string :")).HSizePosZ(8, 8).TopPosZ(52, 20))
END_LAYOUT

LAYOUT(BarAddLayout, 236, 76)
ITEM(EditString, barName, LeftPosZ(8, 220).TopPosZ(28, 19))
ITEM(Button, cancelBtn, SetLabel(t_("Cancel")).LeftPosZ(168, 64).TopPosZ(52, 20))
ITEM(Button, okBtn, SetLabel(t_("Ok")).LeftPosZ(4, 64).TopPosZ(52, 20))
ITEM(Label, dv___3, SetLabel(t_("New bar name :")).LeftPosZ(8, 220).TopPosZ(4, 20))
END_LAYOUT

Change log

r4242 by micio on Dec 4, 2011   Diff
Bazaar/XMLMenu : allow custom command
string on custom commands
Fixed a couple of bugs in editor
Go to: 
Project members, sign in to write a code review

Older revisions

r4070 by micio on Oct 20, 2011   Diff
sandbox/XMLMenu moved to bazaar
r4047 by micio on Oct 18, 2011   Diff
sandbox/XMLMenu : added context menu
for bar lists - still bug on deleting
last bar
r4046 by micio on Oct 18, 2011   Diff
sandbox/XMLMenu : now double click on
command list sets command id item
All revisions of this file

File info

Size: 2152 bytes, 43 lines
Powered by Google Project Hosting