File tree 1 file changed +71
-5
lines changed
1 file changed +71
-5
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,83 @@ using Gtk 4.0;
2
2
3
3
menu menubar {
4
4
submenu {
5
- label: _("Aaa");
5
+ label: _("_File");
6
+
7
+ section {
8
+ item {
9
+ label: _("_New");
10
+ icon: "document-new";
11
+ }
12
+ }
13
+ section {
14
+ item {
15
+ label: _("_Open");
16
+ icon: "document-open";
17
+ }
18
+ submenu {
19
+ label: _("Recent _Files");
20
+ }
21
+ }
22
+ section {
23
+ item {
24
+ label: _("Save _As...");
25
+ icon: "document-save-as";
26
+ }
27
+ item {
28
+ label: _("E_xport to PDF...");
29
+ }
30
+ item {
31
+ label: _("Export to Post_Script...");
32
+ }
33
+ }
34
+ section {
35
+ item {
36
+ label: _("Page Set_up");
37
+ icon: "document-page-setup";
38
+ }
39
+ item {
40
+ label: _("_Print");
41
+ icon: "document-print";
42
+ }
43
+ }
44
+ section {
45
+ item {
46
+ label: _("_Close");
47
+ icon: "document-close";
48
+ }
49
+ item {
50
+ label: _("C_lose all");
51
+ icon: "document-close";
52
+ }
53
+ }
54
+ section {
55
+ item {
56
+ label: _("_Quit");
57
+ icon: "gtk-quit";
58
+ action: "app.quit";
59
+ }
60
+ }
61
+ }
62
+
63
+ submenu {
64
+ label: _("_Edit");
6
65
7
66
item {
8
67
label: _("_Preferences");
9
68
action: "app.preferences";
10
69
}
70
+ }
11
71
12
- item {
13
- label: _("_About Shutter-Rust");
14
- action: "app.about";
15
- }
72
+ submenu {
73
+ label: _("_View");
74
+ }
75
+
76
+ submenu {
77
+ label: _("_Screenshot");
78
+ }
79
+
80
+ submenu {
81
+ label: _("_Go");
16
82
}
17
83
18
84
submenu {
You can’t perform that action at this time.
0 commit comments