gi-gtk-4.0.2: Gtk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.StackPage

Description

No description available in the introspection data.

Synopsis

Exported types

newtype StackPage Source #

Memory-managed wrapper type.

Instances

Instances details
Eq StackPage Source # 
Instance details

Defined in GI.Gtk.Objects.StackPage

IsGValue StackPage Source #

Convert StackPage to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.StackPage

ManagedPtrNewtype StackPage Source # 
Instance details

Defined in GI.Gtk.Objects.StackPage

TypedObject StackPage Source # 
Instance details

Defined in GI.Gtk.Objects.StackPage

Methods

glibType :: IO GType #

GObject StackPage Source # 
Instance details

Defined in GI.Gtk.Objects.StackPage

HasParentTypes StackPage Source # 
Instance details

Defined in GI.Gtk.Objects.StackPage

type ParentTypes StackPage Source # 
Instance details

Defined in GI.Gtk.Objects.StackPage

type ParentTypes StackPage = '[Object]

class (GObject o, IsDescendantOf StackPage o) => IsStackPage o Source #

Type class for types which can be safely cast to StackPage, for instance with toStackPage.

Instances

Instances details
(GObject o, IsDescendantOf StackPage o) => IsStackPage o Source # 
Instance details

Defined in GI.Gtk.Objects.StackPage

toStackPage :: (MonadIO m, IsStackPage o) => o -> m StackPage Source #

Cast to StackPage, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods

getChild

stackPageGetChild Source #

Arguments

:: (HasCallStack, MonadIO m, IsStackPage a) 
=> a

page: a StackPage

-> m Widget

Returns: the child to which page belongs

Returns the stack child to which page belongs.

getVisible

stackPageGetVisible Source #

Arguments

:: (HasCallStack, MonadIO m, IsStackPage a) 
=> a

page: a StackPage

-> m Bool 

Returns whether page is visible in its Stack. This is independent from the Widget:visible value of its Widget.

setVisible

stackPageSetVisible Source #

Arguments

:: (HasCallStack, MonadIO m, IsStackPage a) 
=> a

page: a StackPage

-> Bool

visible: The new property value

-> m () 

Sets the new value of the StackPage:visible property to visible.

Properties

child

No description available in the introspection data.

constructStackPageChild :: (IsStackPage o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “child” property. This is rarely needed directly, but it is used by new.

getStackPageChild :: (MonadIO m, IsStackPage o) => o -> m Widget Source #

Get the value of the “child” property. When overloading is enabled, this is equivalent to

get stackPage #child

iconName

No description available in the introspection data.

clearStackPageIconName :: (MonadIO m, IsStackPage o) => o -> m () Source #

Set the value of the “icon-name” property to Nothing. When overloading is enabled, this is equivalent to

clear #iconName

constructStackPageIconName :: (IsStackPage o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “icon-name” property. This is rarely needed directly, but it is used by new.

getStackPageIconName :: (MonadIO m, IsStackPage o) => o -> m (Maybe Text) Source #

Get the value of the “icon-name” property. When overloading is enabled, this is equivalent to

get stackPage #iconName

setStackPageIconName :: (MonadIO m, IsStackPage o) => o -> Text -> m () Source #

Set the value of the “icon-name” property. When overloading is enabled, this is equivalent to

set stackPage [ #iconName := value ]

name

No description available in the introspection data.

constructStackPageName :: (IsStackPage o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “name” property. This is rarely needed directly, but it is used by new.

getStackPageName :: (MonadIO m, IsStackPage o) => o -> m (Maybe Text) Source #

Get the value of the “name” property. When overloading is enabled, this is equivalent to

get stackPage #name

needsAttention

No description available in the introspection data.

constructStackPageNeedsAttention :: (IsStackPage o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “needs-attention” property. This is rarely needed directly, but it is used by new.

getStackPageNeedsAttention :: (MonadIO m, IsStackPage o) => o -> m Bool Source #

Get the value of the “needs-attention” property. When overloading is enabled, this is equivalent to

get stackPage #needsAttention

setStackPageNeedsAttention :: (MonadIO m, IsStackPage o) => o -> Bool -> m () Source #

Set the value of the “needs-attention” property. When overloading is enabled, this is equivalent to

set stackPage [ #needsAttention := value ]

title

No description available in the introspection data.

clearStackPageTitle :: (MonadIO m, IsStackPage o) => o -> m () Source #

Set the value of the “title” property to Nothing. When overloading is enabled, this is equivalent to

clear #title

constructStackPageTitle :: (IsStackPage o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “title” property. This is rarely needed directly, but it is used by new.

getStackPageTitle :: (MonadIO m, IsStackPage o) => o -> m (Maybe Text) Source #

Get the value of the “title” property. When overloading is enabled, this is equivalent to

get stackPage #title

setStackPageTitle :: (MonadIO m, IsStackPage o) => o -> Text -> m () Source #

Set the value of the “title” property. When overloading is enabled, this is equivalent to

set stackPage [ #title := value ]

useUnderline

No description available in the introspection data.

constructStackPageUseUnderline :: (IsStackPage o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “use-underline” property. This is rarely needed directly, but it is used by new.

getStackPageUseUnderline :: (MonadIO m, IsStackPage o) => o -> m Bool Source #

Get the value of the “use-underline” property. When overloading is enabled, this is equivalent to

get stackPage #useUnderline

setStackPageUseUnderline :: (MonadIO m, IsStackPage o) => o -> Bool -> m () Source #

Set the value of the “use-underline” property. When overloading is enabled, this is equivalent to

set stackPage [ #useUnderline := value ]

visible

No description available in the introspection data.

constructStackPageVisible :: (IsStackPage o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “visible” property. This is rarely needed directly, but it is used by new.

getStackPageVisible :: (MonadIO m, IsStackPage o) => o -> m Bool Source #

Get the value of the “visible” property. When overloading is enabled, this is equivalent to

get stackPage #visible

setStackPageVisible :: (MonadIO m, IsStackPage o) => o -> Bool -> m () Source #

Set the value of the “visible” property. When overloading is enabled, this is equivalent to

set stackPage [ #visible := value ]