AssignButton, AssignButtonEx, ChangeTools, DefaultToolbar, EnlargeToolbars, Set_ToolTipText, SetupTools, Toolbar_Next, Toolbar_Prev
Description
AssignButton( intnumber
, char *bitmap
, char *command
);
This function creates a button on a toolbar and assigns commands to it.
Parameters
See Also
AssignButtonEx
Description
AssignButtonEx( intnumber
, char *bitmap
, char *command
, char *command2
);
This legacy function creates a button on a toolbar and assigns commands to it.
Parameters
See Also
AssignButton
Description
ChangeTools(
char *Tools
);
This function loads the specified toolbar.
Parameters
See Also
SetupTools
This function runs the View > Customize Toolbar > Default command.
Description
DefaultToolbar(
int UseDefaultToolbar
);
This function displays/hides the default toolbar.
Description
EnlargeToolbars(
bool EnlargedToolbars
);
This function changes the size of the icons of the main application toolbars and document toolbars.
Description
Set_ToolTipText( intIndex
, char *text
);
This function changes the image description of the specified image. Index parameter is the zero-based index of the button on the toolbar.
This function runs the View > Customize Toolbar > Setup command.
Description
SetupTools();
This function displays the Toolbar Setup dialog box along with a possibility to change the toolbar buttons, button-associate commands, etc.
See Also
ChangeTools, Toolbar_Next, Toolbar_Prev
This function runs the View > Customize Toolbar > Next command.
Description
Toolbar_Next();
This function displays the next toolbar.
See Also
Toolbar_Prev, SetupTools
This function runs the View > Customize Toolbar > Previous command.
Description
Toolbar_Prev();
This function displays the previous toolbar.
See Also
Toolbar_Next, SetupTools