PtMenuLabel

PtMenuLabel -- provides labels for menus.

Synopsis

class PtMenuLabel PtLabel
{
    accel_font;     // string 
    accel_text;     // string 
    button_type;    // unsigned short
    offset;         // unsigned short
}
		

Base Classes

PtWidget <-- PtBasic <-- PtLabel <-- PtMenuLabel

Description

This widget is not yet documented in detail.

Note

This widget does not appear in the Photon documentation.

Instance Variables

accel_font

A string specifying the font for the hotkey accelerator text. Default is "helv12".

accel_text

A string specifying the hotkey for this widget.

button_type

This instance variable controls the menu behavior and display, and may have one of the following values:

offset

A number of pixels to offset the accel_text.

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.