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.Revealer

Description

The GtkRevealer widget is a container which animates the transition of its child from invisible to visible.

The style of transition can be controlled with revealerSetTransitionType.

These animations respect the Settings:gtk-enable-animations setting.

CSS nodes

GtkRevealer has a single CSS node with name revealer. When styling Revealer using CSS, remember that it only hides its contents, not itself. That means applied margin, padding and borders will be visible even when the Revealer:reveal-child property is set to False.

The GtkRevealer widget was added in GTK+ 3.10.

Synopsis

Exported types

newtype Revealer Source #

Memory-managed wrapper type.

Constructors

Revealer (ManagedPtr Revealer) 

Instances

Instances details
Eq Revealer Source # 
Instance details

Defined in GI.Gtk.Objects.Revealer

IsGValue Revealer Source #

Convert Revealer to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Revealer

ManagedPtrNewtype Revealer Source # 
Instance details

Defined in GI.Gtk.Objects.Revealer

TypedObject Revealer Source # 
Instance details

Defined in GI.Gtk.Objects.Revealer

Methods

glibType :: IO GType #

GObject Revealer Source # 
Instance details

Defined in GI.Gtk.Objects.Revealer

HasParentTypes Revealer Source # 
Instance details

Defined in GI.Gtk.Objects.Revealer

type ParentTypes Revealer Source # 
Instance details

Defined in GI.Gtk.Objects.Revealer

type ParentTypes Revealer = '[Widget, Object, ImplementorIface, Buildable, ConstraintTarget]

class (GObject o, IsDescendantOf Revealer o) => IsRevealer o Source #

Type class for types which can be safely cast to Revealer, for instance with toRevealer.

Instances

Instances details
(GObject o, IsDescendantOf Revealer o) => IsRevealer o Source # 
Instance details

Defined in GI.Gtk.Objects.Revealer

toRevealer :: (MonadIO m, IsRevealer o) => o -> m Revealer Source #

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

Methods

Overloaded methods

getChild

revealerGetChild Source #

Arguments

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

revealer: a Revealer

-> m (Maybe Widget)

Returns: the child widget of revealer

Gets the child widget of revealer.

getChildRevealed

revealerGetChildRevealed Source #

Arguments

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

revealer: a Revealer

-> m Bool

Returns: True if the child is fully revealed

Returns whether the child is fully revealed, in other words whether the transition to the revealed state is completed.

getRevealChild

revealerGetRevealChild Source #

Arguments

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

revealer: a Revealer

-> m Bool

Returns: True if the child is revealed.

Returns whether the child is currently revealed. See revealerSetRevealChild.

This function returns True as soon as the transition is to the revealed state is started. To learn whether the child is fully revealed (ie the transition is completed), use revealerGetChildRevealed.

getTransitionDuration

revealerGetTransitionDuration Source #

Arguments

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

revealer: a Revealer

-> m Word32

Returns: the transition duration

Returns the amount of time (in milliseconds) that transitions will take.

getTransitionType

revealerGetTransitionType Source #

Arguments

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

revealer: a Revealer

-> m RevealerTransitionType

Returns: the current transition type of revealer

Gets the type of animation that will be used for transitions in revealer.

new

revealerNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m Revealer

Returns: a newly created Revealer

Creates a new Revealer.

setChild

revealerSetChild Source #

Arguments

:: (HasCallStack, MonadIO m, IsRevealer a, IsWidget b) 
=> a

revealer: a Revealer

-> Maybe b

child: the child widget

-> m () 

Sets the child widget of revealer.

setRevealChild

revealerSetRevealChild Source #

Arguments

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

revealer: a Revealer

-> Bool

revealChild: True to reveal the child

-> m () 

Tells the Revealer to reveal or conceal its child.

The transition will be animated with the current transition type of revealer.

setTransitionDuration

revealerSetTransitionDuration Source #

Arguments

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

revealer: a Revealer

-> Word32

duration: the new duration, in milliseconds

-> m () 

Sets the duration that transitions will take.

setTransitionType

revealerSetTransitionType Source #

Arguments

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

revealer: a Revealer

-> RevealerTransitionType

transition: the new transition type

-> m () 

Sets the type of animation that will be used for transitions in revealer. Available types include various kinds of fades and slides.

Properties

child

No description available in the introspection data.

clearRevealerChild :: (MonadIO m, IsRevealer o) => o -> m () Source #

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

clear #child

constructRevealerChild :: (IsRevealer 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.

getRevealerChild :: (MonadIO m, IsRevealer o) => o -> m (Maybe Widget) Source #

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

get revealer #child

setRevealerChild :: (MonadIO m, IsRevealer o, IsWidget a) => o -> a -> m () Source #

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

set revealer [ #child := value ]

childRevealed

No description available in the introspection data.

getRevealerChildRevealed :: (MonadIO m, IsRevealer o) => o -> m Bool Source #

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

get revealer #childRevealed

revealChild

No description available in the introspection data.

constructRevealerRevealChild :: (IsRevealer o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

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

getRevealerRevealChild :: (MonadIO m, IsRevealer o) => o -> m Bool Source #

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

get revealer #revealChild

setRevealerRevealChild :: (MonadIO m, IsRevealer o) => o -> Bool -> m () Source #

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

set revealer [ #revealChild := value ]

transitionDuration

No description available in the introspection data.

constructRevealerTransitionDuration :: (IsRevealer o, MonadIO m) => Word32 -> m (GValueConstruct o) Source #

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

getRevealerTransitionDuration :: (MonadIO m, IsRevealer o) => o -> m Word32 Source #

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

get revealer #transitionDuration

setRevealerTransitionDuration :: (MonadIO m, IsRevealer o) => o -> Word32 -> m () Source #

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

set revealer [ #transitionDuration := value ]

transitionType

No description available in the introspection data.

constructRevealerTransitionType :: (IsRevealer o, MonadIO m) => RevealerTransitionType -> m (GValueConstruct o) Source #

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

getRevealerTransitionType :: (MonadIO m, IsRevealer o) => o -> m RevealerTransitionType Source #

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

get revealer #transitionType

setRevealerTransitionType :: (MonadIO m, IsRevealer o) => o -> RevealerTransitionType -> m () Source #

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

set revealer [ #transitionType := value ]