Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
5d99335c
Commit
5d99335c
authored
Apr 12, 2017
by
MARCHE Claude
Browse files
Help menu in GTK IDE
parent
81ec7577
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ide/why3ide.ml
View file @
5d99335c
...
...
@@ -1093,6 +1093,29 @@ let treat_notification n =
()
(*************)
(* Help menu *)
(*************)
let
help_menu
=
factory
#
add_submenu
"_Help"
let
help_factory
=
new
GMenu
.
factory
help_menu
~
accel_group
let
(
_
:
GMenu
.
image_menu_item
)
=
help_factory
#
add_image_item
~
label
:
"Legend"
~
callback
:
show_legend_window
()
let
(
_
:
GMenu
.
image_menu_item
)
=
help_factory
#
add_image_item
~
label
:
"About"
~
callback
:
show_about_window
()
(***********************)
(* start the interface *)
(***********************)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment