Name

AccelLabel —

This widget is a special version of Label. It displays an accelerator key next to the Label. The key name is not explicitly set but taken from the key that is associated with the activation of another widget.

Synopsis

accelLabelNew:: String -> IO AccelLabel
accelLabelSetAccelWidget:: (AccelLabelClass acl, WidgetClass w) => acl -> w -> IO ()

Constructors

accelLabelNew

Create a new label with an accelerator key.

accelLabelNew:: String:: IO AccelLabel
str

Methods

accelLabelSetAccelWidget

Set the key name from the activation signal of another widget.

accelLabelSetAccelWidget:: acl:: w:: IO ()
aclw