gi-gtk-3.0.11: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.HandleBox

Contents

Description

The HandleBox widget allows a portion of a window to be "torn off". It is a bin widget which displays its child and a handle that the user can drag to tear off a separate window (the “float window”) containing the child widget. A thin “ghost” is drawn in the original location of the handlebox. By dragging the separate window back to its original location, it can be reattached.

When reattaching, the ghost and float window, must be aligned along one of the edges, the “snap edge”. This either can be specified by the application programmer explicitly, or GTK+ will pick a reasonable default based on the handle position.

To make detaching and reattaching the handlebox as minimally confusing as possible to the user, it is important to set the snap edge so that the snap edge does not move when the handlebox is deattached. For instance, if the handlebox is packed at the bottom of a VBox, then when the handlebox is detached, the bottom edge of the handlebox's allocation will remain fixed as the height of the handlebox shrinks, so the snap edge should be set to PositionTypeBottom.

'GI.Gtk.Objects.HandleBox.HandleBox' has been deprecated. It is very specialized, lacks features
to make it useful and most importantly does not fit well into modern
application design. Do not use it. There is no replacement.

Synopsis

Exported types

Methods

getChildDetached

handleBoxGetChildDetached Source #

Arguments

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

handleBox: a HandleBox

-> m Bool

Returns: True if the child is currently detached, otherwise False

Deprecated: (Since version 3.4)HandleBox has been deprecated.

Whether the handlebox’s child is currently detached.

Since: 2.14

getHandlePosition

handleBoxGetHandlePosition Source #

Arguments

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

handleBox: a HandleBox

-> m PositionType

Returns: the current handle position.

Deprecated: (Since version 3.4)HandleBox has been deprecated.

Gets the handle position of the handle box. See handleBoxSetHandlePosition.

getShadowType

handleBoxGetShadowType Source #

Arguments

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

handleBox: a HandleBox

-> m ShadowType

Returns: the type of shadow currently drawn around the handle box.

Deprecated: (Since version 3.4)HandleBox has been deprecated.

Gets the type of shadow drawn around the handle box. See handleBoxSetShadowType.

getSnapEdge

handleBoxGetSnapEdge Source #

Arguments

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

handleBox: a HandleBox

-> m PositionType

Returns: the edge used for determining reattachment, or (GtkPositionType)-1 if this is determined (as per default) from the handle position.

Deprecated: (Since version 3.4)HandleBox has been deprecated.

Gets the edge used for determining reattachment of the handle box. See handleBoxSetSnapEdge.

new

handleBoxNew Source #

Arguments

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

Returns: a new HandleBox.

Deprecated: (Since version 3.4)HandleBox has been deprecated.

Create a new handle box.

setHandlePosition

handleBoxSetHandlePosition Source #

Arguments

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

handleBox: a HandleBox

-> PositionType

position: the side of the handlebox where the handle should be drawn.

-> m () 

Deprecated: (Since version 3.4)HandleBox has been deprecated.

Sets the side of the handlebox where the handle is drawn.

setShadowType

handleBoxSetShadowType Source #

Arguments

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

handleBox: a HandleBox

-> ShadowType

type: the shadow type.

-> m () 

Deprecated: (Since version 3.4)HandleBox has been deprecated.

Sets the type of shadow to be drawn around the border of the handle box.

setSnapEdge

handleBoxSetSnapEdge Source #

Arguments

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

handleBox: a HandleBox

-> PositionType

edge: the snap edge, or -1 to unset the value; in which case GTK+ will try to guess an appropriate value in the future.

-> m () 

Deprecated: (Since version 3.4)HandleBox has been deprecated.

Sets the snap edge of a handlebox. The snap edge is the edge of the detached child that must be aligned with the corresponding edge of the “ghost” left behind when the child was detached to reattach the torn-off window. Usually, the snap edge should be chosen so that it stays in the same place on the screen when the handlebox is torn off.

If the snap edge is not set, then an appropriate value will be guessed from the handle position. If the handle position is PositionTypeRight or PositionTypeLeft, then the snap edge will be PositionTypeTop, otherwise it will be PositionTypeLeft.

Properties

childDetached

data HandleBoxChildDetachedPropertyInfo Source #

Instances

AttrInfo HandleBoxChildDetachedPropertyInfo Source # 
type AttrOrigin HandleBoxChildDetachedPropertyInfo Source # 
type AttrLabel HandleBoxChildDetachedPropertyInfo Source # 
type AttrGetType HandleBoxChildDetachedPropertyInfo Source # 
type AttrBaseTypeConstraint HandleBoxChildDetachedPropertyInfo Source # 
type AttrSetTypeConstraint HandleBoxChildDetachedPropertyInfo Source # 
type AttrAllowedOps HandleBoxChildDetachedPropertyInfo Source # 

handlePosition

data HandleBoxHandlePositionPropertyInfo Source #

Instances

AttrInfo HandleBoxHandlePositionPropertyInfo Source # 
type AttrOrigin HandleBoxHandlePositionPropertyInfo Source # 
type AttrLabel HandleBoxHandlePositionPropertyInfo Source # 
type AttrGetType HandleBoxHandlePositionPropertyInfo Source # 
type AttrBaseTypeConstraint HandleBoxHandlePositionPropertyInfo Source # 
type AttrSetTypeConstraint HandleBoxHandlePositionPropertyInfo Source # 
type AttrAllowedOps HandleBoxHandlePositionPropertyInfo Source # 

shadowType

data HandleBoxShadowTypePropertyInfo Source #

Instances

AttrInfo HandleBoxShadowTypePropertyInfo Source # 
type AttrOrigin HandleBoxShadowTypePropertyInfo Source # 
type AttrLabel HandleBoxShadowTypePropertyInfo Source # 
type AttrGetType HandleBoxShadowTypePropertyInfo Source # 
type AttrBaseTypeConstraint HandleBoxShadowTypePropertyInfo Source # 
type AttrSetTypeConstraint HandleBoxShadowTypePropertyInfo Source # 
type AttrAllowedOps HandleBoxShadowTypePropertyInfo Source # 

snapEdge

data HandleBoxSnapEdgePropertyInfo Source #

Instances

AttrInfo HandleBoxSnapEdgePropertyInfo Source # 
type AttrOrigin HandleBoxSnapEdgePropertyInfo Source # 
type AttrLabel HandleBoxSnapEdgePropertyInfo Source # 
type AttrGetType HandleBoxSnapEdgePropertyInfo Source # 
type AttrBaseTypeConstraint HandleBoxSnapEdgePropertyInfo Source # 
type AttrSetTypeConstraint HandleBoxSnapEdgePropertyInfo Source # 
type AttrAllowedOps HandleBoxSnapEdgePropertyInfo Source # 

snapEdgeSet

data HandleBoxSnapEdgeSetPropertyInfo Source #

Instances

AttrInfo HandleBoxSnapEdgeSetPropertyInfo Source # 
type AttrOrigin HandleBoxSnapEdgeSetPropertyInfo Source # 
type AttrLabel HandleBoxSnapEdgeSetPropertyInfo Source # 
type AttrGetType HandleBoxSnapEdgeSetPropertyInfo Source # 
type AttrBaseTypeConstraint HandleBoxSnapEdgeSetPropertyInfo Source # 
type AttrSetTypeConstraint HandleBoxSnapEdgeSetPropertyInfo Source # 
type AttrAllowedOps HandleBoxSnapEdgeSetPropertyInfo Source # 

Signals

childAttached

type HandleBoxChildAttachedCallback = Widget -> IO () Source #

Deprecated: (Since version 3.4)HandleBox has been deprecated.

childDetached

type HandleBoxChildDetachedCallback = Widget -> IO () Source #

Deprecated: (Since version 3.4)HandleBox has been deprecated.