|
|
|
|
|
Description |
|
|
Synopsis |
|
|
|
Documentation |
|
buttonBoxGetLayout :: ButtonBoxClass b => b -> IO ButtonBoxStyle |
Retrieve the method being used to
arrange the buttons in the button box
|
|
buttonBoxSetLayout :: ButtonBoxClass b => b -> ButtonBoxStyle -> IO () |
Changes the way buttons are arranged in their container
|
|
buttonBoxSetChildSecondary :: (ButtonBoxClass b, WidgetClass w) => b -> w -> Bool -> IO () |
Sets whether child should appear in a secondary
group of children. A typical use of a secondary child is the help button in a dialog.
- This group appears after the other children if the style is ButtonboxStart,
ButtonboxSpread or ButtonboxEdge, and before the the other children if the
style is ButtonboxEnd. For horizontal button boxes, the definition of before/after
depends on direction of the widget (see widgetSetDirection). If the style is
buttonBoxStart or buttonBoxEnd, then the secondary children are aligned at
the other end of the button box from the main children. For the other styles,
they appear immediately next to the main children.
|
|
buttonBoxGetChildSecondary :: (ButtonBoxClass b, WidgetClass w) => b -> w -> IO Bool |
Returns whether child should appear
in a secondary group of children
|
|
Produced by Haddock version 0.6 |