24 |
local |
local |
25 |
dialog: EB_CREATE_CLASS_DIALOG |
dialog: EB_CREATE_CLASS_DIALOG |
26 |
do |
do |
27 |
create dialog.make_default (tool.development_window) |
create dialog.make_default (tool.develop_window) |
28 |
dialog.set_stone_when_finished |
dialog.set_stone_when_finished |
29 |
dialog.call_default |
dialog.call_default |
30 |
end |
end |
48 |
Result := pixmaps.icon_pixmaps.new_class_icon |
Result := pixmaps.icon_pixmaps.new_class_icon |
49 |
end |
end |
50 |
|
|
51 |
|
pixel_buffer: EV_PIXEL_BUFFER is |
52 |
|
-- Pixel buffer representing the command. |
53 |
|
do |
54 |
|
Result := pixmaps.icon_pixmaps.new_class_icon_buffer |
55 |
|
end |
56 |
|
|
57 |
tooltip: STRING is |
tooltip: STRING is |
58 |
-- Tooltip for the toolbar button. |
-- Tooltip for the toolbar button. |
59 |
do |
do |