35 |
-- Display history dialog. |
-- Display history dialog. |
36 |
do |
do |
37 |
if is_sensitive then |
if is_sensitive then |
38 |
history.show_relative_to_window (tool.development_window.window) |
history.show_relative_to_window (tool.develop_window.window) |
39 |
end |
end |
40 |
end |
end |
41 |
|
|
54 |
Result := pixmaps.icon_pixmaps.general_undo_history_icon |
Result := pixmaps.icon_pixmaps.general_undo_history_icon |
55 |
end |
end |
56 |
|
|
57 |
|
pixel_buffer: EV_PIXEL_BUFFER is |
58 |
|
-- Pixel buffer representing the command. |
59 |
|
do |
60 |
|
-- Currently there is no pixel buffer for this command. |
61 |
|
end |
62 |
|
|
63 |
tooltip: STRING is |
tooltip: STRING is |
64 |
-- Tooltip for the toolbar button. |
-- Tooltip for the toolbar button. |
65 |
do |
do |