class PtMenuLabel PtLabel { accel_font; // string accel_text; // string button_type; // unsigned short offset; // unsigned short }
This widget is not yet documented in detail.
This widget does not appear in the Photon documentation. |
A string specifying the font for the hotkey accelerator text. Default is "helv12".
A string specifying the hotkey for this widget.
This instance variable controls the menu behavior and display, and may have one of the following values:
Constant | Description |
---|---|
Pt_MENU_TEXT | If an 'accelerator' hot key is defined, its text string is displayed. |
Pt_MENU_BAR | Bar |
Pt_MENU_RIGHT | The submenu is displayed to the right of the button. |
Pt_MENU_DOWN | The submenu is displayed under the button. |
Pt_MENU_UP | Up |
A number of pixels to offset the accel_text.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.