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.
accelLabelNew:: String -> IO AccelLabel |
accelLabelSetAccelWidget:: (AccelLabelClass acl, WidgetClass w) => acl -> w -> IO () |