| BeMDI SDK |
CGlyphMenuItem(const char *label, BBitmap *glyph_bm, bool isDefaultEntry, BMessage *message=NULL, char shortcut=0, uint32 modifiers=0, BPoint _offset=B_ORIGIN);
|
| glyph_bm | Icon displayed in front of the label. This class takes responsibilty for the passed object. The caller should not modify the bitmap after it was passed to this method. |
| isDefaultEntry | If set to true, the label is displayed using a bold font. |
| _offset | Offset of the label from the default location. |