Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vecs
FIJI Public
Commits
1e063860
Commit
1e063860
authored
Jun 06, 2017
by
Stefan Tauner
Browse files
FIJISettingsViewer: add tooltips for FIU rename and remove buttons
parent
f3378e01
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/Tk/FIJISettingsViewer.pm
View file @
1e063860
...
...
@@ -1164,11 +1164,15 @@ sub _add_fiu ($$) {
# Button to rename the FIU
my
$rename_button
=
$fr_fiu
->
Button
(
#-text => 'Rename',
-
image
=>
Tk::FIJIUtils::
rename_image
(
$self
->
{'
mw
'}),
-
command
=>
[
\
&_rename_fiu_dialog
,
$self
,
$i
,
$fr_fiu
],
);
$self
->
{'
balloon
'}
->
attach
(
$rename_button
,
-
balloonposition
=>
'
mouse
',
-
msg
=>
"
Set a name for FIU
$i
.
"
);
# Button to delete the FIU
my
$del_button
=
$fr_fiu
->
Button
(
...
...
@@ -1177,6 +1181,12 @@ sub _add_fiu ($$) {
-
image
=>
Tk::FIJIUtils::
delete_image
(
$self
->
{'
mw
'}),
-
command
=>
[
\
&remove_fiu
,
$self
,
$i
],
);
$self
->
{'
balloon
'}
->
attach
(
$del_button
,
-
balloonposition
=>
'
mouse
',
-
msg
=>
"
Remove FIU
$i
.
"
);
$model_menu
->
configure
(
'
-command
'
=>
sub
{
my
$logger
=
get_logger
("");
...
...
Write
Preview
Supports
Markdown
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