 |
|
|
|
| Select View|Toolbar Editor, or press Shift+F12 to display the Toolbar Editor window.
|
| There are seven buttons in the Toolbar Editor window:
|
| Adds a new toolbar to the MapInfo. Creates the menu item selection event handling procedure in module Main_H.
|
| Adds the button of the type PushButton to the toolbar, selected from the Toolbar Editor tree. Creates the button click event handling procedure for the new button.
|
| Adds the button of the type ToggleButton to the toolbar, selected from the Toolbar Editor tree. Creates the button toggle handling procedure for the new button.
|
| Adds the button of the type ToolButton to the toolbar, selected from the Toolbar Editor tree. Creates the tool button event handling procedure for the new button in module Toolbars_H .
|
| Deletes the selected button or toolbar from the Toolbar Editor tree. If the button is deleted, the button handling procedure is also deleted from the module Toolbars_H.
|
| Calls Icon dialog, where you can select an icon for the button from the standard resource MapInfo DLL or from the DLL, created on your own (how to create a DLL, containing button icons read in the documentation to the MapInfo and MapBasic shipping).
|
| Calls Cursors dialog, where you can select an icon for the tool cursor (adapted only for the buttons of the type ToolButton) from the standard resource MapInfo DLL or from the DLL, created on your own (how to create a DLL, containing button icons read in the documentation to the MapInfo and MapBasic shipping).
|
| Properties of the button or of the toolbar, selected from the tree, are displayed in Object Inspector, where they also may be changed.
|
|
|