Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sasa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
verimag
synchrone
sasa
Commits
34d4a5d0
Commit
34d4a5d0
authored
4 years ago
by
erwan
Browse files
Options
Downloads
Patches
Plain Diff
rdbgui4sasa: tooltips enhancements
parent
e60a1177
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/rdbgui/rdbgui.ml
+8
-8
8 additions, 8 deletions
tools/rdbgui/rdbgui.ml
with
8 additions
and
8 deletions
tools/rdbgui/rdbgui.ml
+
8
−
8
View file @
34d4a5d0
...
@@ -229,14 +229,14 @@ let gui str =
...
@@ -229,14 +229,14 @@ let gui str =
let
par_os_button
=
GButton
.
radio_button
~
packing
:
gbox2
#
add
let
par_os_button
=
GButton
.
radio_button
~
packing
:
gbox2
#
add
~
group
:
dot_button
#
group
~
label
:
"osage*"
()
~
group
:
dot_button
#
group
~
label
:
"osage*"
()
in
in
par_dot_button
#
misc
#
set_tooltip_text
"Use dot, but show only links to parent
s
"
;
par_dot_button
#
misc
#
set_tooltip_text
"Use dot, but show only links to
the
parent
(works if State.t contains a 'par:int' field)
"
;
par_fd_button
#
misc
#
set_tooltip_text
"Use fdp, but show only links to parent
s
"
;
par_fd_button
#
misc
#
set_tooltip_text
"Use fdp, but show only links to
the
parent
(works if State.t contains a 'par:int' field)
"
;
par_sf_button
#
misc
#
set_tooltip_text
"Use sfdp, but show only links to parent
s
"
;
par_sf_button
#
misc
#
set_tooltip_text
"Use sfdp, but show only links to
the
parent
(works if State.t contains a 'par:int' field)
"
;
par_ne_button
#
misc
#
set_tooltip_text
"Use neato, but show only links to parent
s
"
;
par_ne_button
#
misc
#
set_tooltip_text
"Use neato, but show only links to
the
parent
(works if State.t contains a 'par:int' field)
"
;
par_tw_button
#
misc
#
set_tooltip_text
"Use twopi, but show only links to parent
s
"
;
par_tw_button
#
misc
#
set_tooltip_text
"Use twopi, but show only links to
the
parent
(works if State.t contains a 'par:int' field)
"
;
par_ci_button
#
misc
#
set_tooltip_text
"Use circo, but show only links to parent
s
"
;
par_ci_button
#
misc
#
set_tooltip_text
"Use circo, but show only links to
the
parent
(works if State.t contains a 'par:int' field)
"
;
par_pa_button
#
misc
#
set_tooltip_text
"Use patchwork, but show only links to parent
s
"
;
par_pa_button
#
misc
#
set_tooltip_text
"Use patchwork, but show only links to
the
parent
(works if State.t contains a 'par:int' field)
"
;
par_os_button
#
misc
#
set_tooltip_text
"Use osage, but show only links to parent
s
"
;
par_os_button
#
misc
#
set_tooltip_text
"Use osage, but show only links to
the
parent
(works if State.t contains a 'par:int' field)
"
;
ignore
(
par_dot_button
#
connect
#
clicked
ignore
(
par_dot_button
#
connect
#
clicked
~
callback
:
(
fun
()
->
p
"dot_view := d_par; !dot_view();;"
));
~
callback
:
(
fun
()
->
p
"dot_view := d_par; !dot_view();;"
));
ignore
(
par_fd_button
#
connect
#
clicked
ignore
(
par_fd_button
#
connect
#
clicked
...
...
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