home *** CD-ROM | disk | FTP | other *** search
- ; ************************************************************************
- ;
- ; Microsoft Developer Support
- ; Copyright (c) 1992 Microsoft Corporation
- ;
- ; **************************************************************************
- ; MODULE : ToolBar.DEF
- ; PURPOSE : A Win16/Win32 ToolBar Application Module Definition File
- ; **************************************************************************
-
- LIBRARY ToolBar
- DESCRIPTION 'Microsoft Developer Support's GUI ToolBar DLL'
-
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
- HEAPSIZE 4096
- STACKSIZE 8192
-
- EXPORTS
- InitToolBar
- CreateToolBar
- AdjustToolBar
- AddToolLabel
- AddToolCombo
- AddToolButton
- AddToolSpace
- ToolBarHeight
- InitStatusBar
- CreateStatusBar
- AdjustStatusBar
- AddStatusField
- StatusBarHeight
-