|
|
|
|
|
| Description |
| HTk's notebook and
notebook pages.
This widget is from the Tix library and therefore only available if
you are using tixwish. |
|
| Synopsis |
|
|
|
| Documentation |
|
| data NoteBook |
| The NoteBook datatype. |
|
| data NoteBookPage |
|
| newNoteBook |
| :: (Container par) | | | => par | the parent widget, which has to be a container widget
(an instance of class Container). | | -> [Config NoteBook] | the list of configuration options for this notebook. | | -> IO NoteBook | A notebook widget. | | Constructs a new notebook widget and returns it as a value. |
|
|
| createNoteBookPage |
| :: NoteBook | the parent widget, which has to be a container widget
(an instance of class Container). | | -> String | the list of configuration options for this notebook
page. | | -> [Config NoteBookPage] | | | -> IO NoteBookPage | A notebook page. | | Constructs a new page inside a notebook widget and returns it as a
value. |
|
|
| Produced by Haddock version 0.3 |