Functions | |
| int | MiconCreate (MICON *icon, ICONID iconid, MPIXEL bgpixel, UINT8 width, UINT8 height, UINT32 flags) |
| int | MiconCreate (MICON *icon, const char *group, const char *name, MPIXEL bgpixel, UINT8 width, UINT8 height, UINT32 flags) |
| int | MiconCreate (MICON *icon, int ihandle, const MIUNICODE *group, const MIUNICODE *name, MPIXEL bgpixel, UINT8 width, UINT8 height, UINT32 flags) |
| void | MiconDestroy (MICON icon) |
| UINT8 | MiconGetHeight (const MICON icon) |
| UINT8 | MiconGetWidth (const MICON icon) |
| void | MiconGroupClose (int ihandle) |
| int | MiconGroupOpen (const MIUNICODE *filename, const MIUNICODE *group) |
| ERRVALUE | MiconRead (ICONID iconid, MICON *normalicon, MICON *armselicon, MPIXEL normalbg, MPIXEL armselbg, MICONFLAGS flags=MICONFLAG_None) |
| ERRVALUE | MiconRead (ICONID iconid, MICON *normalicon, MICON *armselicon=0, MICONFLAGS flags=MICONFLAG_None) |
| int | MiconReadPattern (int ihandle, INT32 pattnum, const MIUNICODE *name, int width, int height, void **pattdata) |
| int | MiconReadStandard (int ihandle, const char *group, const char *name, MICON *normalicon, MICON *armeselicon, UINT32 flags) |
| int | MiconReadStandard (int ihandle, const char *group, const char *name, MICON *normalicon, MICON *armselicon, MPIXEL normalbg, MPIXEL armselbg, UINT32 flags) |
|
||||||||||||||||||||||||||||
|
Create new icon using ICONID. Flags: MICONFLAG_DefaultBackground Use MxTopLevel()'s XmNbackground resource MICONFLAG_SizeMask Bit mask for sizes from 1 to 255 MICONFLAG_Size16 16 by 16 MICONFLAG_Size32 32 by 32 MICONFLAG_Stippled Create a "dimmed" pixmap as well as a normal pixmap
|
|
||||||||||||||||||||||||||||||||
|
Create new icon. Flags: MICONFLAG_DefaultBackground Use MxTopLevel()'s XmNbackground resource MICONFLAG_SizeMask Bit mask for sizes from 1 to 255 MICONFLAG_Size16 16 by 16 MICONFLAG_Size32 32 by 32 MICONFLAG_Stippled Create a "dimmed" pixmap as well as a normal pixmap
|
|
||||||||||||||||||||||||||||||||||||
|
Create new icon. Flags: MICONFLAG_DefaultBackground Use MxTopLevel()'s XmNbackground resource MICONFLAG_SizeMask Bit mask for sizes from 1 to 255 MICONFLAG_Size16 16 by 16 MICONFLAG_Size32 32 by 32 MICONFLAG_Stippled Create a "dimmed" pixmap as well as a normal pixmap
|
|
|
Destroy icon.
|
|
|
Get icon height in pixels.
|
|
|
Get icon width in pixels.
|
|
|
Close icon group.
|
|
||||||||||||
|
Open icon group.
|
|
||||||||||||||||||||||||||||
|
Read icon for use with widget with background pixel override.
|
|
||||||||||||||||||||
|
Read icon for use with widget.
|
|
||||||||||||||||||||||||||||
|
Read icon as bitmap pattern.
|
|
||||||||||||||||||||||||||||
|
Read icon(s) in standard format for use with widget. Flags: MICONFLAG_DefaultBackground Use MxTopLevel()'s XmNbackground resource MICONFLAG_NoDarkenSelected Don't darken background for "armed/selected" state MICONFLAG_SizeMask Bit mask for sizes from 1 to 255 MICONFLAG_Size16 16 by 16 MICONFLAG_Size32 32 by 32 MICONFLAG_Stippled Create a "dimmed" pixmap as well as a normal pixmap
|
|
||||||||||||||||||||||||||||||||||||
|
Read icon(s) in standard format for use with widget. Flags: MICONFLAG_DefaultBackground Use MxTopLevel()'s XmNbackground resource MICONFLAG_NoDarkenSelected Don't darken background for "armed/selected" state MICONFLAG_SizeMask Bit mask for sizes from 1 to 255 MICONFLAG_Size16 16 by 16 MICONFLAG_Size32 32 by 32 MICONFLAG_Stippled Create a "dimmed" pixmap as well as a normal pixmap
|
1.3.8-20040913