Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
[ Mac | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
Back to the top of SIconDrawer
Back to the top of SIconDrawer
typedef enum tageWhichIcon eWhichIcon;
Plot the small or large icon.
typedef enum tageWhichIcon { kPlotLargeIcon = 1, kPlotSmallIcon = 2 } eWhichIcon;
Back to the top of SIconDrawer
ErrCode initializeIconDrawer( void );
Must be called before any use of the 'plotIcon' method.
static ErrCode initializeIconDrawer( void );
Back to the top of SIconDrawer
void disposeIconDrawer( void );
Must be called when done using the 'plotIcon' method.
static void disposeIconDrawer( void );
Back to the top of SIconDrawer
Puts the pixel data of an icon into 'data'.
static ErrCode plotIcon( eWhichIcon which, long width, long height, Handle hSuite, long xform, long align, unsigned long *data );
Back to the top of SIconDrawer
Dimensions for small and large icons.
enum { kPlotLargeIconWidth = 32, kPlotLargeIconHeight = 32, kPlotSmallIconWidth = 16, kPlotSmallIconHeight = 16 } eIconDims;
Back to the top of SIconDrawer
Back to the top of SIconDrawer
Back to the top of SIconDrawer
Back to the top of SIconDrawer
Report problems to jkotula@stratasys.com