Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
99045ff2
Commit
99045ff2
authored
Sep 15, 2011
by
MARCHE Claude
Browse files
Color chooser widget in preferences
parent
f6759b30
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ide/gconfig.ml
View file @
99045ff2
...
...
@@ -443,11 +443,18 @@ let preferences c =
(
fun
()
->
c
.
max_running_processes
<-
nb_processes_spin
#
value_as_int
)
in
(** page 2 **)
let
label2
=
GMisc
.
label
~
text
:
"Provers"
()
in
let
_page2
=
GMisc
.
label
~
text
:
"This page should display detected provers"
let
label2
=
GMisc
.
label
~
text
:
"Colors"
()
in
let
_page2
=
GMisc
.
color_selection
(* ~title:"Goal color" *)
~
show
:
true
~
packing
:
(
fun
w
->
ignore
(
notebook
#
append_page
~
tab_label
:
label2
#
coerce
w
))
()
in
(** page 3 **)
let
label3
=
GMisc
.
label
~
text
:
"Provers"
()
in
let
_page3
=
GMisc
.
label
~
text
:
"This page should display detected provers"
~
packing
:
(
fun
w
->
ignore
(
notebook
#
append_page
~
tab_label
:
label3
#
coerce
w
))
()
in
(** page 1 **)
let
display_options_frame
=
GBin
.
frame
~
label
:
"Display options"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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