| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gtk.Objects.NotebookPage
Description
No description available in the introspection data.
Synopsis
- newtype NotebookPage = NotebookPage (ManagedPtr NotebookPage)
- class (GObject o, IsDescendantOf NotebookPage o) => IsNotebookPage o
- toNotebookPage :: (MonadIO m, IsNotebookPage o) => o -> m NotebookPage
- noNotebookPage :: Maybe NotebookPage
- notebookPageGetChild :: (HasCallStack, MonadIO m, IsNotebookPage a) => a -> m Widget
- constructNotebookPageChild :: (IsNotebookPage o, IsWidget a) => a -> IO (GValueConstruct o)
- getNotebookPageChild :: (MonadIO m, IsNotebookPage o) => o -> m Widget
- constructNotebookPageDetachable :: IsNotebookPage o => Bool -> IO (GValueConstruct o)
- getNotebookPageDetachable :: (MonadIO m, IsNotebookPage o) => o -> m Bool
- setNotebookPageDetachable :: (MonadIO m, IsNotebookPage o) => o -> Bool -> m ()
- constructNotebookPageMenu :: (IsNotebookPage o, IsWidget a) => a -> IO (GValueConstruct o)
- getNotebookPageMenu :: (MonadIO m, IsNotebookPage o) => o -> m (Maybe Widget)
- clearNotebookPageMenuLabel :: (MonadIO m, IsNotebookPage o) => o -> m ()
- constructNotebookPageMenuLabel :: IsNotebookPage o => Text -> IO (GValueConstruct o)
- getNotebookPageMenuLabel :: (MonadIO m, IsNotebookPage o) => o -> m (Maybe Text)
- setNotebookPageMenuLabel :: (MonadIO m, IsNotebookPage o) => o -> Text -> m ()
- constructNotebookPagePosition :: IsNotebookPage o => Int32 -> IO (GValueConstruct o)
- getNotebookPagePosition :: (MonadIO m, IsNotebookPage o) => o -> m Int32
- setNotebookPagePosition :: (MonadIO m, IsNotebookPage o) => o -> Int32 -> m ()
- constructNotebookPageReorderable :: IsNotebookPage o => Bool -> IO (GValueConstruct o)
- getNotebookPageReorderable :: (MonadIO m, IsNotebookPage o) => o -> m Bool
- setNotebookPageReorderable :: (MonadIO m, IsNotebookPage o) => o -> Bool -> m ()
- constructNotebookPageTab :: (IsNotebookPage o, IsWidget a) => a -> IO (GValueConstruct o)
- getNotebookPageTab :: (MonadIO m, IsNotebookPage o) => o -> m (Maybe Widget)
- constructNotebookPageTabExpand :: IsNotebookPage o => Bool -> IO (GValueConstruct o)
- getNotebookPageTabExpand :: (MonadIO m, IsNotebookPage o) => o -> m Bool
- setNotebookPageTabExpand :: (MonadIO m, IsNotebookPage o) => o -> Bool -> m ()
- constructNotebookPageTabFill :: IsNotebookPage o => Bool -> IO (GValueConstruct o)
- getNotebookPageTabFill :: (MonadIO m, IsNotebookPage o) => o -> m Bool
- setNotebookPageTabFill :: (MonadIO m, IsNotebookPage o) => o -> Bool -> m ()
- clearNotebookPageTabLabel :: (MonadIO m, IsNotebookPage o) => o -> m ()
- constructNotebookPageTabLabel :: IsNotebookPage o => Text -> IO (GValueConstruct o)
- getNotebookPageTabLabel :: (MonadIO m, IsNotebookPage o) => o -> m (Maybe Text)
- setNotebookPageTabLabel :: (MonadIO m, IsNotebookPage o) => o -> Text -> m ()
Exported types
newtype NotebookPage Source #
Memory-managed wrapper type.
Constructors
| NotebookPage (ManagedPtr NotebookPage) |
Instances
| Eq NotebookPage Source # | |
Defined in GI.Gtk.Objects.NotebookPage | |
| IsGValue NotebookPage Source # | Convert |
Defined in GI.Gtk.Objects.NotebookPage | |
| GObject NotebookPage Source # | |
Defined in GI.Gtk.Objects.NotebookPage Methods gobjectType :: IO GType # | |
| HasParentTypes NotebookPage Source # | |
Defined in GI.Gtk.Objects.NotebookPage | |
| type ParentTypes NotebookPage Source # | |
Defined in GI.Gtk.Objects.NotebookPage | |
class (GObject o, IsDescendantOf NotebookPage o) => IsNotebookPage o Source #
Type class for types which can be safely cast to NotebookPage, for instance with toNotebookPage.
Instances
| (GObject o, IsDescendantOf NotebookPage o) => IsNotebookPage o Source # | |
Defined in GI.Gtk.Objects.NotebookPage | |
toNotebookPage :: (MonadIO m, IsNotebookPage o) => o -> m NotebookPage Source #
Cast to NotebookPage, for types for which this is known to be safe. For general casts, use castTo.
noNotebookPage :: Maybe NotebookPage Source #
A convenience alias for Nothing :: Maybe NotebookPage.
Methods
Overloaded methods
getChild
Arguments
| :: (HasCallStack, MonadIO m, IsNotebookPage a) | |
| => a |
|
| -> m Widget | Returns: the child to which |
Returns the notebook child to which page belongs.
Properties
child
No description available in the introspection data.
constructNotebookPageChild :: (IsNotebookPage o, IsWidget a) => a -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “child” property. This is rarely needed directly, but it is used by new.
getNotebookPageChild :: (MonadIO m, IsNotebookPage o) => o -> m Widget Source #
Get the value of the “child” property.
When overloading is enabled, this is equivalent to
get notebookPage #child
detachable
No description available in the introspection data.
constructNotebookPageDetachable :: IsNotebookPage o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “detachable” property. This is rarely needed directly, but it is used by new.
getNotebookPageDetachable :: (MonadIO m, IsNotebookPage o) => o -> m Bool Source #
Get the value of the “detachable” property.
When overloading is enabled, this is equivalent to
get notebookPage #detachable
setNotebookPageDetachable :: (MonadIO m, IsNotebookPage o) => o -> Bool -> m () Source #
Set the value of the “detachable” property.
When overloading is enabled, this is equivalent to
setnotebookPage [ #detachable:=value ]
menu
No description available in the introspection data.
constructNotebookPageMenu :: (IsNotebookPage o, IsWidget a) => a -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “menu” property. This is rarely needed directly, but it is used by new.
getNotebookPageMenu :: (MonadIO m, IsNotebookPage o) => o -> m (Maybe Widget) Source #
Get the value of the “menu” property.
When overloading is enabled, this is equivalent to
get notebookPage #menu
menuLabel
No description available in the introspection data.
clearNotebookPageMenuLabel :: (MonadIO m, IsNotebookPage o) => o -> m () Source #
Set the value of the “menu-label” property to Nothing.
When overloading is enabled, this is equivalent to
clear #menuLabel
constructNotebookPageMenuLabel :: IsNotebookPage o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “menu-label” property. This is rarely needed directly, but it is used by new.
getNotebookPageMenuLabel :: (MonadIO m, IsNotebookPage o) => o -> m (Maybe Text) Source #
Get the value of the “menu-label” property.
When overloading is enabled, this is equivalent to
get notebookPage #menuLabel
setNotebookPageMenuLabel :: (MonadIO m, IsNotebookPage o) => o -> Text -> m () Source #
Set the value of the “menu-label” property.
When overloading is enabled, this is equivalent to
setnotebookPage [ #menuLabel:=value ]
position
No description available in the introspection data.
constructNotebookPagePosition :: IsNotebookPage o => Int32 -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “position” property. This is rarely needed directly, but it is used by new.
getNotebookPagePosition :: (MonadIO m, IsNotebookPage o) => o -> m Int32 Source #
Get the value of the “position” property.
When overloading is enabled, this is equivalent to
get notebookPage #position
setNotebookPagePosition :: (MonadIO m, IsNotebookPage o) => o -> Int32 -> m () Source #
Set the value of the “position” property.
When overloading is enabled, this is equivalent to
setnotebookPage [ #position:=value ]
reorderable
No description available in the introspection data.
constructNotebookPageReorderable :: IsNotebookPage o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “reorderable” property. This is rarely needed directly, but it is used by new.
getNotebookPageReorderable :: (MonadIO m, IsNotebookPage o) => o -> m Bool Source #
Get the value of the “reorderable” property.
When overloading is enabled, this is equivalent to
get notebookPage #reorderable
setNotebookPageReorderable :: (MonadIO m, IsNotebookPage o) => o -> Bool -> m () Source #
Set the value of the “reorderable” property.
When overloading is enabled, this is equivalent to
setnotebookPage [ #reorderable:=value ]
tab
No description available in the introspection data.
constructNotebookPageTab :: (IsNotebookPage o, IsWidget a) => a -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “tab” property. This is rarely needed directly, but it is used by new.
getNotebookPageTab :: (MonadIO m, IsNotebookPage o) => o -> m (Maybe Widget) Source #
Get the value of the “tab” property.
When overloading is enabled, this is equivalent to
get notebookPage #tab
tabExpand
No description available in the introspection data.
constructNotebookPageTabExpand :: IsNotebookPage o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “tab-expand” property. This is rarely needed directly, but it is used by new.
getNotebookPageTabExpand :: (MonadIO m, IsNotebookPage o) => o -> m Bool Source #
Get the value of the “tab-expand” property.
When overloading is enabled, this is equivalent to
get notebookPage #tabExpand
setNotebookPageTabExpand :: (MonadIO m, IsNotebookPage o) => o -> Bool -> m () Source #
Set the value of the “tab-expand” property.
When overloading is enabled, this is equivalent to
setnotebookPage [ #tabExpand:=value ]
tabFill
No description available in the introspection data.
constructNotebookPageTabFill :: IsNotebookPage o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “tab-fill” property. This is rarely needed directly, but it is used by new.
getNotebookPageTabFill :: (MonadIO m, IsNotebookPage o) => o -> m Bool Source #
Get the value of the “tab-fill” property.
When overloading is enabled, this is equivalent to
get notebookPage #tabFill
setNotebookPageTabFill :: (MonadIO m, IsNotebookPage o) => o -> Bool -> m () Source #
Set the value of the “tab-fill” property.
When overloading is enabled, this is equivalent to
setnotebookPage [ #tabFill:=value ]
tabLabel
No description available in the introspection data.
clearNotebookPageTabLabel :: (MonadIO m, IsNotebookPage o) => o -> m () Source #
Set the value of the “tab-label” property to Nothing.
When overloading is enabled, this is equivalent to
clear #tabLabel
constructNotebookPageTabLabel :: IsNotebookPage o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “tab-label” property. This is rarely needed directly, but it is used by new.
getNotebookPageTabLabel :: (MonadIO m, IsNotebookPage o) => o -> m (Maybe Text) Source #
Get the value of the “tab-label” property.
When overloading is enabled, this is equivalent to
get notebookPage #tabLabel
setNotebookPageTabLabel :: (MonadIO m, IsNotebookPage o) => o -> Text -> m () Source #
Set the value of the “tab-label” property.
When overloading is enabled, this is equivalent to
setnotebookPage [ #tabLabel:=value ]