|
| Graphics.UI.Editor.Simple |
|
|
| Description |
| Module for making simple editors
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| An invisible editor without any effect
|
|
|
| Editor for a boolean value in the form of a check button
|
|
|
| Editor for a boolean value in the form of two radio buttons
|
|
|
| Editor for an enum value in the form of n radio buttons
|
|
|
| An Editor for nothing (which may report a click) in the form of a button
|
|
|
| Editor for a string in the form of a text entry
|
|
|
| Editor for a multiline string in the form of a multiline text entry
|
|
|
| Editor for an integer in the form of a spin entry
|
|
|
| Editor for for any value which is an instance of Read and Show in the form of a
| text entry
|
|
|
| Editor for a font selection
|
|
|
| Editor for color selection
|
|
|
| Editor for the selection of some element from a static list of elements in the
| form of a combo box
|
|
|
| Editor for the selection of some elements from a static list of elements in the
| form of a list box
|
|
|
| Editor for the selection of some elements from a static list of elements in the
| form of a list box with toggle elements
|
|
|
| Editor for the selection of some elements from a list of elements in the
| form of a list box
|
|
|
| Editor for the selection of a file path in the form of a text entry and a button,
| which opens a gtk file chooser
|
|
|
| An editor, which opens another editor
You have to inject a value before the button can be clicked.
|
|
|
| An Editor to display an image
|
|
|
|
| Produced by Haddock version 2.6.1 |