Manatee.Toolkit.Widget.NotebookTab
- data NotebookTab = NotebookTab {
- ntBox :: HBox
- ntSpinner :: Spinner
- ntLabel :: Label
- ntCloseButton :: ToolButton
- ntSize :: Int
- notebookTabDefaultSize :: Int
- notebookTabNew :: Maybe String -> Maybe Int -> IO NotebookTab
- notebookTabSetName :: NotebookTab -> String -> IO ()
- notebookTabStart :: NotebookTab -> IO ()
- notebookTabStop :: NotebookTab -> IO ()
Documentation
data NotebookTab Source
Constructors
NotebookTab | |
Fields
|
notebookTabDefaultSize :: IntSource
Default size.
notebookTabNew :: Maybe String -> Maybe Int -> IO NotebookTabSource
Create notebook tab.
notebookTabSetName :: NotebookTab -> String -> IO ()Source
Set tab name.
notebookTabStart :: NotebookTab -> IO ()Source
Start spinner animation.
notebookTabStop :: NotebookTab -> IO ()Source
Stop spinner animation.