| cursor :: (CursorDesignator ch) => ch -> Config w |
| Sets the mouse cursor for this widget. |
|
| getCursor :: w -> IO Cursor |
| Gets the mouse cursor for this widget. |
|
| takeFocus :: Bool -> Config w |
| If True the concerned widget can take the focus. |
|
| getTakeFocus :: w -> IO Bool |
| Gets the current setting. |