Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
ebb6acf8
Commit
ebb6acf8
authored
6 years ago
by
Loïc Correnson
Browse files
Options
Downloads
Patches
Plain Diff
[wp/gui] insert a splitter for palette
parent
b1563dbe
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/wp/GuiGoal.ml
+6
-6
6 additions, 6 deletions
src/plugins/wp/GuiGoal.ml
with
6 additions
and
6 deletions
src/plugins/wp/GuiGoal.ml
+
6
−
6
View file @
ebb6acf8
...
...
@@ -82,12 +82,7 @@ class pane (proverpane : GuiConfig.provers) =
let
composer
=
new
GuiComposer
.
composer
printer
in
let
browser
=
new
GuiComposer
.
browser
printer
in
let
layout
=
new
Wutil
.
layout
in
let
scroll_palette
=
GBin
.
scrolled_window
~
vpolicy
:
`AUTOMATIC
~
hpolicy
:
`NEVER
()
in
let
scroll_palette_widget
=
new
Wutil
.
gobj_widget
scroll_palette
in
let
palette
=
new
Wpalette
.
panel
()
in
let
()
=
scroll_palette
#
add_with_viewport
palette
#
coerce
in
let
help
=
new
Widget
.
button
~
label
:
"Tactics"
~
border
:
false
~
tooltip
:
"List Available Tactics"
()
in
let
delete
=
new
Widget
.
button
...
...
@@ -122,7 +117,12 @@ class pane (proverpane : GuiConfig.provers) =
w
play_script
;
w
save_script
;
w
~
padding
:
6
icon
;
h
~
padding
:
6
status
]
[
w
help
;
w
delete
])
in
layout
#
populate
(
Wbox
.
panel
~
top
:
toolbar
~
right
:
scroll_palette_widget
text
)
;
let
content
=
Wbox
.
split
~
dir
:
`HORIZONTAL
text
#
widget
(
Wbox
.
scroll
palette
#
widget
)
in
Wutil
.
later
(
fun
()
->
Config
.
config_float
~
key
:
"GuiGoal.palette"
~
default
:
0
.
8
content
);
layout
#
populate
(
Wbox
.
panel
~
top
:
toolbar
content
#
widget
)
;
provers
<-
VCS
.([
new
GuiProver
.
prover
~
console
:
text
~
prover
:
AltErgo
]
@
List
.
map
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment