gi-gtk-0.3.18.12: 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.Widget

Contents

Description

 

Synopsis

Exported types

class GObject o => WidgetK o Source

Instances

Methods

widgetActivate

widgetAddAccelerator

widgetAddDeviceEvents

widgetAddDeviceEvents :: (MonadIO m, WidgetK a, DeviceK b) => a -> b -> [EventMask] -> m () Source

widgetAddEvents

widgetAddEvents :: (MonadIO m, WidgetK a) => a -> Int32 -> m () Source

widgetAddMnemonicLabel

widgetAddMnemonicLabel :: (MonadIO m, WidgetK a, WidgetK b) => a -> b -> m () Source

widgetAddTickCallback

widgetCanActivateAccel

widgetChildFocus

widgetChildNotify

widgetChildNotify :: (MonadIO m, WidgetK a) => a -> Text -> m () Source

widgetClassPath

widgetClassPath :: (MonadIO m, WidgetK a) => a -> m (Word32, Text, Text) Source

Deprecated: (Since version 3.0)Use gtk_widget_get_path() instead

widgetComputeExpand

widgetCreatePangoContext

widgetCreatePangoLayout

widgetDestroy

widgetDestroy :: (MonadIO m, WidgetK a) => a -> m () Source

widgetDestroyed

widgetDestroyed :: (MonadIO m, WidgetK a, WidgetK b) => a -> b -> m Widget Source

widgetDeviceIsShadowed

widgetDragBegin

widgetDragBegin :: (MonadIO m, WidgetK a) => a -> TargetList -> [DragAction] -> Int32 -> Maybe Event -> m DragContext Source

Deprecated: (Since version 3.10)Use gtk_drag_begin_with_coordinates() instead

widgetDragBeginWithCoordinates

widgetDragCheckThreshold

widgetDragDestAddImageTargets

widgetDragDestAddTextTargets

widgetDragDestAddUriTargets

widgetDragDestFindTarget

widgetDragDestGetTargetList

widgetDragDestGetTrackMotion

widgetDragDestSet

widgetDragDestSetProxy

widgetDragDestSetTargetList

widgetDragDestSetTrackMotion

widgetDragDestUnset

widgetDragDestUnset :: (MonadIO m, WidgetK a) => a -> m () Source

widgetDragGetData

widgetDragGetData :: (MonadIO m, WidgetK a, DragContextK b) => a -> b -> Atom -> Word32 -> m () Source

widgetDragHighlight

widgetDragHighlight :: (MonadIO m, WidgetK a) => a -> m () Source

widgetDragSourceAddImageTargets

widgetDragSourceAddTextTargets

widgetDragSourceAddUriTargets

widgetDragSourceGetTargetList

widgetDragSourceSet

widgetDragSourceSetIconGicon

widgetDragSourceSetIconName

widgetDragSourceSetIconPixbuf

widgetDragSourceSetIconStock

widgetDragSourceSetIconStock :: (MonadIO m, WidgetK a) => a -> Text -> m () Source

Deprecated: (Since version 3.10)Use gtk_drag_source_set_icon_name() instead.

widgetDragSourceSetTargetList

widgetDragSourceUnset

widgetDragUnhighlight

widgetDraw

widgetDraw :: (MonadIO m, WidgetK a) => a -> Context -> m () Source

widgetEnsureStyle

widgetEnsureStyle :: (MonadIO m, WidgetK a) => a -> m () Source

Deprecated: (Since version 3.0)Use #GtkStyleContext instead

widgetErrorBell

widgetErrorBell :: (MonadIO m, WidgetK a) => a -> m () Source

widgetEvent

widgetEvent :: (MonadIO m, WidgetK a) => a -> Event -> m Bool Source

widgetFreezeChildNotify

widgetGetAccessible

widgetGetActionGroup

widgetGetAllocatedBaseline

widgetGetAllocatedHeight

widgetGetAllocatedWidth

widgetGetAllocation

widgetGetAncestor

widgetGetAppPaintable

widgetGetCanDefault

widgetGetCanFocus

widgetGetChildRequisition

widgetGetChildRequisition :: (MonadIO m, WidgetK a) => a -> m Requisition Source

Deprecated: (Since version 3.0)Use gtk_widget_get_preferred_size() instead.

widgetGetChildVisible

widgetGetClip

widgetGetClipboard

widgetGetCompositeName

widgetGetCompositeName :: (MonadIO m, WidgetK a) => a -> m Text Source

Deprecated: (Since version 3.10)Use gtk_widget_class_set_template(), or don’t use this API at all.

widgetGetDefaultDirection

widgetGetDefaultStyle

widgetGetDefaultStyle :: MonadIO m => m Style Source

Deprecated: (Since version 3.0)Use GtkStyleProvider with the default widget style information.

widgetGetDeviceEnabled

widgetGetDeviceEvents

widgetGetDirection

widgetGetDisplay

widgetGetDoubleBuffered

widgetGetEvents

widgetGetFontMap

widgetGetFontOptions

widgetGetFrameClock

widgetGetHalign

widgetGetHasTooltip

widgetGetHasWindow

widgetGetHexpand

widgetGetHexpandSet

widgetGetMapped

widgetGetMarginBottom

widgetGetMarginEnd

widgetGetMarginLeft

widgetGetMarginLeft :: (MonadIO m, WidgetK a) => a -> m Int32 Source

Deprecated: (Since version 3.12)Use gtk_widget_get_margin_start() instead.

widgetGetMarginRight

widgetGetMarginRight :: (MonadIO m, WidgetK a) => a -> m Int32 Source

Deprecated: (Since version 3.12)Use gtk_widget_get_margin_end() instead.

widgetGetMarginStart

widgetGetMarginTop

widgetGetModifierMask

widgetGetModifierStyle

widgetGetModifierStyle :: (MonadIO m, WidgetK a) => a -> m RcStyle Source

Deprecated: (Since version 3.0)Use GtkStyleProvider instead

widgetGetName

widgetGetNoShowAll

widgetGetOpacity

widgetGetPangoContext

widgetGetParent

widgetGetParentWindow

widgetGetPath

widgetGetPointer

widgetGetPointer :: (MonadIO m, WidgetK a) => a -> m (Int32, Int32) Source

Deprecated: (Since version 3.4)Use gdk_window_get_device_position() instead.

widgetGetPreferredHeight

widgetGetPreferredHeightAndBaselineForWidth

widgetGetPreferredHeightForWidth

widgetGetPreferredSize

widgetGetPreferredWidth

widgetGetPreferredWidthForHeight

widgetGetRealized

widgetGetReceivesDefault

widgetGetRequestMode

widgetGetRequisition

widgetGetRequisition :: (MonadIO m, WidgetK a) => a -> m Requisition Source

Deprecated: (Since version 3.0)The #GtkRequisition cache on the widget wasremoved, If you need to cache sizes across requests and allocations,add an explicit cache to the widget in question instead.

widgetGetRootWindow

widgetGetRootWindow :: (MonadIO m, WidgetK a) => a -> m Window Source

Deprecated: (Since version 3.12)Use gdk_screen_get_root_window() instead

widgetGetScaleFactor

widgetGetScreen

widgetGetSensitive

widgetGetSettings

widgetGetSizeRequest

widgetGetState

widgetGetState :: (MonadIO m, WidgetK a) => a -> m StateType Source

Deprecated: (Since version 3.0)Use gtk_widget_get_state_flags() instead.

widgetGetStateFlags

widgetGetStyle

widgetGetStyle :: (MonadIO m, WidgetK a) => a -> m Style Source

Deprecated: (Since version 3.0)Use #GtkStyleContext instead

widgetGetStyleContext

widgetGetSupportMultidevice

widgetGetTemplateChild

widgetGetTooltipMarkup

widgetGetTooltipText

widgetGetTooltipWindow

widgetGetToplevel

widgetGetValign

widgetGetValignWithBaseline

widgetGetVexpand

widgetGetVexpandSet

widgetGetVisible

widgetGetVisual

widgetGetWindow

widgetGrabAdd

widgetGrabAdd :: (MonadIO m, WidgetK a) => a -> m () Source

widgetGrabDefault

widgetGrabDefault :: (MonadIO m, WidgetK a) => a -> m () Source

widgetGrabFocus

widgetGrabFocus :: (MonadIO m, WidgetK a) => a -> m () Source

widgetGrabRemove

widgetGrabRemove :: (MonadIO m, WidgetK a) => a -> m () Source

widgetHasDefault

widgetHasFocus

widgetHasGrab

widgetHasRcStyle

widgetHasRcStyle :: (MonadIO m, WidgetK a) => a -> m Bool Source

Deprecated: (Since version 3.0)Use #GtkStyleContext instead

widgetHasScreen

widgetHasVisibleFocus

widgetHide

widgetHide :: (MonadIO m, WidgetK a) => a -> m () Source

widgetHideOnDelete

widgetInDestruction

widgetInitTemplate

widgetInitTemplate :: (MonadIO m, WidgetK a) => a -> m () Source

widgetInputShapeCombineRegion

widgetInsertActionGroup

widgetIntersect

widgetIsAncestor

widgetIsAncestor :: (MonadIO m, WidgetK a, WidgetK b) => a -> b -> m Bool Source

widgetIsComposited

widgetIsDrawable

widgetIsFocus

widgetIsSensitive

widgetIsToplevel

widgetIsVisible

widgetKeynavFailed

widgetListAccelClosures

widgetListActionPrefixes

widgetListMnemonicLabels

widgetMap

widgetMap :: (MonadIO m, WidgetK a) => a -> m () Source

widgetMnemonicActivate

widgetModifyBase

widgetModifyBase :: (MonadIO m, WidgetK a) => a -> StateType -> Maybe Color -> m () Source

Deprecated: (Since version 3.0)Use gtk_widget_override_background_color() instead

widgetModifyBg

widgetModifyBg :: (MonadIO m, WidgetK a) => a -> StateType -> Maybe Color -> m () Source

Deprecated: (Since version 3.0)Use gtk_widget_override_background_color() instead

widgetModifyCursor

widgetModifyCursor :: (MonadIO m, WidgetK a) => a -> Maybe Color -> Maybe Color -> m () Source

Deprecated: (Since version 3.0)Use gtk_widget_override_cursor() instead.

widgetModifyFg

widgetModifyFg :: (MonadIO m, WidgetK a) => a -> StateType -> Maybe Color -> m () Source

Deprecated: (Since version 3.0)Use gtk_widget_override_color() instead

widgetModifyFont

widgetModifyFont :: (MonadIO m, WidgetK a) => a -> Maybe FontDescription -> m () Source

Deprecated: (Since version 3.0)Use gtk_widget_override_font() instead

widgetModifyStyle

widgetModifyStyle :: (MonadIO m, WidgetK a, RcStyleK b) => a -> b -> m () Source

Deprecated: (Since version 3.0)Use GtkStyleProvider instead

widgetModifyText

widgetModifyText :: (MonadIO m, WidgetK a) => a -> StateType -> Maybe Color -> m () Source

Deprecated: (Since version 3.0)Use gtk_widget_override_color() instead

widgetOverrideBackgroundColor

widgetOverrideBackgroundColor :: (MonadIO m, WidgetK a) => a -> [StateFlags] -> Maybe RGBA -> m () Source

Deprecated: (Since version 3.16)This function is not useful in the context of CSS-based rendering. If you wish to change the way a widget renders its background you should use a custom CSS style, through an application-specific GtkWidget::draw signal, and use Cairo to draw a specific color, regardless of the CSS style.

widgetOverrideColor

widgetOverrideColor :: (MonadIO m, WidgetK a) => a -> [StateFlags] -> Maybe RGBA -> m () Source

Deprecated: (Since version 3.16)Use a custom style provider and style classes instead

widgetOverrideCursor

widgetOverrideCursor :: (MonadIO m, WidgetK a) => a -> Maybe RGBA -> Maybe RGBA -> m () Source

Deprecated: (Since version 3.16)This function is not useful in the context of CSS-based rendering. If you wish to change the color used to render the primary and secondary cursors you should use a custom CSS style, through an application-specific #GtkStyleProvider and a CSS style class.

widgetOverrideFont

widgetOverrideFont :: (MonadIO m, WidgetK a) => a -> Maybe FontDescription -> m () Source

Deprecated: (Since version 3.16)This function is not useful in the context of CSS-based rendering. If you wish to change the font a widget uses to render its text you should use a custom CSS style, through an application-specific #GtkStyleProvider and a CSS style class.

widgetOverrideSymbolicColor

widgetOverrideSymbolicColor :: (MonadIO m, WidgetK a) => a -> Text -> Maybe RGBA -> m () Source

Deprecated: (Since version 3.16)This function is not useful in the context of CSS-based rendering. If you wish to change the color used to render symbolic icons you should use a custom CSS style, through an application-specific #GtkStyleProvider and a CSS style class.

widgetPath

widgetPath :: (MonadIO m, WidgetK a) => a -> m (Word32, Text, Text) Source

Deprecated: (Since version 3.0)Use gtk_widget_get_path() instead

widgetPopCompositeChild

widgetPopCompositeChild :: MonadIO m => m () Source

Deprecated: (Since version 3.10)Use gtk_widget_class_set_template(), or don’t use this API at all.

widgetPushCompositeChild

widgetPushCompositeChild :: MonadIO m => m () Source

Deprecated: (Since version 3.10)This API never really worked well and was mostly unused, nowwe have a more complete mechanism for composite children, see gtk_widget_class_set_template().

widgetQueueComputeExpand

widgetQueueDraw

widgetQueueDraw :: (MonadIO m, WidgetK a) => a -> m () Source

widgetQueueDrawArea

widgetQueueDrawArea :: (MonadIO m, WidgetK a) => a -> Int32 -> Int32 -> Int32 -> Int32 -> m () Source

widgetQueueDrawRegion

widgetQueueResize

widgetQueueResize :: (MonadIO m, WidgetK a) => a -> m () Source

widgetQueueResizeNoRedraw

widgetRealize

widgetRealize :: (MonadIO m, WidgetK a) => a -> m () Source

widgetRegionIntersect

widgetRegionIntersect :: (MonadIO m, WidgetK a) => a -> Region -> m Region Source

Deprecated: (Since version 3.14)Use gtk_widget_get_allocation() and cairo_region_intersect_rectangle() to get the same behavior.

widgetRegisterWindow

widgetRegisterWindow :: (MonadIO m, WidgetK a, WindowK b) => a -> b -> m () Source

widgetRemoveAccelerator

widgetRemoveMnemonicLabel

widgetRemoveMnemonicLabel :: (MonadIO m, WidgetK a, WidgetK b) => a -> b -> m () Source

widgetRemoveTickCallback

widgetRenderIcon

widgetRenderIcon :: (MonadIO m, WidgetK a) => a -> Text -> Int32 -> Maybe Text -> m Pixbuf Source

Deprecated: (Since version 3.0)Use gtk_widget_render_icon_pixbuf() instead.

widgetRenderIconPixbuf

widgetRenderIconPixbuf :: (MonadIO m, WidgetK a) => a -> Text -> Int32 -> m Pixbuf Source

Deprecated: (Since version 3.10)Use gtk_icon_theme_load_icon() instead.

widgetReparent

widgetReparent :: (MonadIO m, WidgetK a, WidgetK b) => a -> b -> m () Source

Deprecated: (Since version 3.14)Use gtk_container_remove() and gtk_container_add().

widgetResetRcStyles

widgetResetRcStyles :: (MonadIO m, WidgetK a) => a -> m () Source

Deprecated: (Since version 3.0)Use #GtkStyleContext instead, and gtk_widget_reset_style()

widgetResetStyle

widgetResetStyle :: (MonadIO m, WidgetK a) => a -> m () Source

widgetSendExpose

widgetSendFocusChange

widgetSetAccelPath

widgetSetAllocation

widgetSetAppPaintable

widgetSetAppPaintable :: (MonadIO m, WidgetK a) => a -> Bool -> m () Source

widgetSetCanDefault

widgetSetCanDefault :: (MonadIO m, WidgetK a) => a -> Bool -> m () Source

widgetSetCanFocus

widgetSetCanFocus :: (MonadIO m, WidgetK a) => a -> Bool -> m () Source

widgetSetChildVisible

widgetSetChildVisible :: (MonadIO m, WidgetK a) => a -> Bool -> m () Source

widgetSetClip

widgetSetClip :: (MonadIO m, WidgetK a) => a -> Rectangle -> m () Source

widgetSetCompositeName

widgetSetCompositeName :: (MonadIO m, WidgetK a) => a -> Text -> m () Source

Deprecated: (Since version 3.10)Use gtk_widget_class_set_template(), or don’t use this API at all.

widgetSetDefaultDirection

widgetSetDeviceEnabled

widgetSetDeviceEnabled :: (MonadIO m, WidgetK a, DeviceK b) => a -> b -> Bool -> m () Source

widgetSetDeviceEvents

widgetSetDeviceEvents :: (MonadIO m, WidgetK a, DeviceK b) => a -> b -> [EventMask] -> m () Source

widgetSetDirection

widgetSetDoubleBuffered

widgetSetDoubleBuffered :: (MonadIO m, WidgetK a) => a -> Bool -> m () Source

Deprecated: (Since version 3.14)This function does not work under non-X11 backends or withnon-native windows.It should not be used in newly written code.

widgetSetEvents

widgetSetEvents :: (MonadIO m, WidgetK a) => a -> Int32 -> m () Source

widgetSetFontMap

widgetSetFontMap :: (MonadIO m, WidgetK a, FontMapK b) => a -> Maybe b -> m () Source

widgetSetFontOptions

widgetSetHalign

widgetSetHalign :: (MonadIO m, WidgetK a) => a -> Align -> m () Source

widgetSetHasTooltip

widgetSetHasTooltip :: (MonadIO m, WidgetK a) => a -> Bool -> m () Source

widgetSetHasWindow

widgetSetHasWindow :: (MonadIO m, WidgetK a) => a -> Bool -> m () Source

widgetSetHexpand

widgetSetHexpand :: (MonadIO m, WidgetK a) => a -> Bool -> m () Source

widgetSetHexpandSet

widgetSetHexpandSet :: (MonadIO m, WidgetK a) => a -> Bool -> m () Source

widgetSetMapped

widgetSetMapped :: (MonadIO m, WidgetK a) => a -> Bool -> m () Source

widgetSetMarginBottom

widgetSetMarginEnd

widgetSetMarginEnd :: (MonadIO m, WidgetK a) => a -> Int32 -> m () Source

widgetSetMarginLeft

widgetSetMarginLeft :: (MonadIO m, WidgetK a) => a -> Int32 -> m () Source

Deprecated: (Since version 3.12)Use gtk_widget_set_margin_start() instead.

widgetSetMarginRight

widgetSetMarginRight :: (MonadIO m, WidgetK a) => a -> Int32 -> m () Source

Deprecated: (Since version 3.12)Use gtk_widget_set_margin_end() instead.

widgetSetMarginStart

widgetSetMarginStart :: (MonadIO m, WidgetK a) => a -> Int32 -> m () Source

widgetSetMarginTop

widgetSetMarginTop :: (MonadIO m, WidgetK a) => a -> Int32 -> m () Source

widgetSetName

widgetSetName :: (MonadIO m, WidgetK a) => a -> Text -> m () Source

widgetSetNoShowAll

widgetSetNoShowAll :: (MonadIO m, WidgetK a) => a -> Bool -> m () Source

widgetSetOpacity

widgetSetOpacity :: (MonadIO m, WidgetK a) => a -> Double -> m () Source

widgetSetParent

widgetSetParent :: (MonadIO m, WidgetK a, WidgetK b) => a -> b -> m () Source

widgetSetParentWindow

widgetSetParentWindow :: (MonadIO m, WidgetK a, WindowK b) => a -> b -> m () Source

widgetSetRealized

widgetSetRealized :: (MonadIO m, WidgetK a) => a -> Bool -> m () Source

widgetSetReceivesDefault

widgetSetRedrawOnAllocate

widgetSetSensitive

widgetSetSensitive :: (MonadIO m, WidgetK a) => a -> Bool -> m () Source

widgetSetSizeRequest

widgetSetSizeRequest :: (MonadIO m, WidgetK a) => a -> Int32 -> Int32 -> m () Source

widgetSetState

widgetSetState :: (MonadIO m, WidgetK a) => a -> StateType -> m () Source

Deprecated: (Since version 3.0)Use gtk_widget_set_state_flags() instead.

widgetSetStateFlags

widgetSetStateFlags :: (MonadIO m, WidgetK a) => a -> [StateFlags] -> Bool -> m () Source

widgetSetStyle

widgetSetStyle :: (MonadIO m, WidgetK a, StyleK b) => a -> Maybe b -> m () Source

Deprecated: (Since version 3.0)Use #GtkStyleContext instead

widgetSetSupportMultidevice

widgetSetTooltipMarkup

widgetSetTooltipText

widgetSetTooltipWindow

widgetSetTooltipWindow :: (MonadIO m, WidgetK a, WindowK b) => a -> Maybe b -> m () Source

widgetSetValign

widgetSetValign :: (MonadIO m, WidgetK a) => a -> Align -> m () Source

widgetSetVexpand

widgetSetVexpand :: (MonadIO m, WidgetK a) => a -> Bool -> m () Source

widgetSetVexpandSet

widgetSetVexpandSet :: (MonadIO m, WidgetK a) => a -> Bool -> m () Source

widgetSetVisible

widgetSetVisible :: (MonadIO m, WidgetK a) => a -> Bool -> m () Source

widgetSetVisual

widgetSetVisual :: (MonadIO m, WidgetK a, VisualK b) => a -> Maybe b -> m () Source

widgetSetWindow

widgetSetWindow :: (MonadIO m, WidgetK a, WindowK b) => a -> b -> m () Source

widgetShapeCombineRegion

widgetShow

widgetShow :: (MonadIO m, WidgetK a) => a -> m () Source

widgetShowAll

widgetShowAll :: (MonadIO m, WidgetK a) => a -> m () Source

widgetShowNow

widgetShowNow :: (MonadIO m, WidgetK a) => a -> m () Source

widgetSizeAllocate

widgetSizeAllocateWithBaseline

widgetSizeRequest

widgetSizeRequest :: (MonadIO m, WidgetK a) => a -> m Requisition Source

Deprecated: (Since version 3.0)Use gtk_widget_get_preferred_size() instead.

widgetStyleAttach

widgetStyleAttach :: (MonadIO m, WidgetK a) => a -> m () Source

Deprecated: (Since version 3.0)This step is unnecessary with #GtkStyleContext.

widgetStyleGetProperty

widgetThawChildNotify

widgetTranslateCoordinates

widgetTriggerTooltipQuery

widgetUnmap

widgetUnmap :: (MonadIO m, WidgetK a) => a -> m () Source

widgetUnparent

widgetUnparent :: (MonadIO m, WidgetK a) => a -> m () Source

widgetUnrealize

widgetUnrealize :: (MonadIO m, WidgetK a) => a -> m () Source

widgetUnregisterWindow

widgetUnregisterWindow :: (MonadIO m, WidgetK a, WindowK b) => a -> b -> m () Source

widgetUnsetStateFlags

Properties

AppPaintable

setWidgetAppPaintable :: (MonadIO m, WidgetK o) => o -> Bool -> m () Source

CanDefault

setWidgetCanDefault :: (MonadIO m, WidgetK o) => o -> Bool -> m () Source

CanFocus

setWidgetCanFocus :: (MonadIO m, WidgetK o) => o -> Bool -> m () Source

CompositeChild

DoubleBuffered

Events

setWidgetEvents :: (MonadIO m, WidgetK o) => o -> [EventMask] -> m () Source

Expand

setWidgetExpand :: (MonadIO m, WidgetK o) => o -> Bool -> m () Source

Halign

setWidgetHalign :: (MonadIO m, WidgetK o) => o -> Align -> m () Source

HasDefault

setWidgetHasDefault :: (MonadIO m, WidgetK o) => o -> Bool -> m () Source

HasFocus

setWidgetHasFocus :: (MonadIO m, WidgetK o) => o -> Bool -> m () Source

HasTooltip

setWidgetHasTooltip :: (MonadIO m, WidgetK o) => o -> Bool -> m () Source

HeightRequest

Hexpand

setWidgetHexpand :: (MonadIO m, WidgetK o) => o -> Bool -> m () Source

HexpandSet

setWidgetHexpandSet :: (MonadIO m, WidgetK o) => o -> Bool -> m () Source

IsFocus

setWidgetIsFocus :: (MonadIO m, WidgetK o) => o -> Bool -> m () Source

Margin

setWidgetMargin :: (MonadIO m, WidgetK o) => o -> Int32 -> m () Source

MarginBottom

MarginEnd

setWidgetMarginEnd :: (MonadIO m, WidgetK o) => o -> Int32 -> m () Source

MarginLeft

setWidgetMarginLeft :: (MonadIO m, WidgetK o) => o -> Int32 -> m () Source

MarginRight

setWidgetMarginRight :: (MonadIO m, WidgetK o) => o -> Int32 -> m () Source

MarginStart

setWidgetMarginStart :: (MonadIO m, WidgetK o) => o -> Int32 -> m () Source

MarginTop

setWidgetMarginTop :: (MonadIO m, WidgetK o) => o -> Int32 -> m () Source

Name

setWidgetName :: (MonadIO m, WidgetK o) => o -> Text -> m () Source

NoShowAll

setWidgetNoShowAll :: (MonadIO m, WidgetK o) => o -> Bool -> m () Source

Opacity

setWidgetOpacity :: (MonadIO m, WidgetK o) => o -> Double -> m () Source

Parent

setWidgetParent :: (MonadIO m, WidgetK o, ContainerK a) => o -> a -> m () Source

ReceivesDefault

ScaleFactor

Sensitive

setWidgetSensitive :: (MonadIO m, WidgetK o) => o -> Bool -> m () Source

Style

setWidgetStyle :: (MonadIO m, WidgetK o, StyleK a) => o -> a -> m () Source

TooltipMarkup

TooltipText

setWidgetTooltipText :: (MonadIO m, WidgetK o) => o -> Text -> m () Source

Valign

setWidgetValign :: (MonadIO m, WidgetK o) => o -> Align -> m () Source

Vexpand

setWidgetVexpand :: (MonadIO m, WidgetK o) => o -> Bool -> m () Source

VexpandSet

setWidgetVexpandSet :: (MonadIO m, WidgetK o) => o -> Bool -> m () Source

Visible

setWidgetVisible :: (MonadIO m, WidgetK o) => o -> Bool -> m () Source

WidthRequest

Window

Signals

AccelClosuresChanged

ButtonPressEvent

ButtonReleaseEvent

CanActivateAccel

ChildNotify

CompositedChanged

ConfigureEvent

DamageEvent

DeleteEvent

Destroy

type WidgetDestroyCallbackC = Ptr () -> Ptr () -> IO () Source

DestroyEvent

DirectionChanged

DragBegin

DragDataDelete

DragDataGet

DragDataReceived

DragDrop

DragEnd

DragFailed

DragLeave

DragMotion

Draw

EnterNotifyEvent

Event

EventAfter

Focus

FocusInEvent

FocusOutEvent

GrabBrokenEvent

GrabFocus

type WidgetGrabFocusCallbackC = Ptr () -> Ptr () -> IO () Source

GrabNotify

type WidgetGrabNotifyCallbackC = Ptr () -> CInt -> Ptr () -> IO () Source

Hide

type WidgetHideCallbackC = Ptr () -> Ptr () -> IO () Source

HierarchyChanged

KeyPressEvent

KeyReleaseEvent

KeynavFailed

LeaveNotifyEvent

Map

type WidgetMapCallbackC = Ptr () -> Ptr () -> IO () Source

MapEvent

MnemonicActivate

MotionNotifyEvent

MoveFocus

type WidgetMoveFocusCallbackC = Ptr () -> CUInt -> Ptr () -> IO () Source

ParentSet

PopupMenu

PropertyNotifyEvent

ProximityInEvent

ProximityOutEvent

QueryTooltip

Realize

type WidgetRealizeCallbackC = Ptr () -> Ptr () -> IO () Source

ScreenChanged

ScrollEvent

SelectionClearEvent

SelectionGet

SelectionNotifyEvent

SelectionReceived

SelectionRequestEvent

Show

type WidgetShowCallbackC = Ptr () -> Ptr () -> IO () Source

ShowHelp

SizeAllocate

StateChanged

StateFlagsChanged

StyleSet

type WidgetStyleSetCallbackC = Ptr () -> Ptr Style -> Ptr () -> IO () Source

StyleUpdated

TouchEvent

Unmap

type WidgetUnmapCallbackC = Ptr () -> Ptr () -> IO () Source

UnmapEvent

Unrealize

type WidgetUnrealizeCallbackC = Ptr () -> Ptr () -> IO () Source

VisibilityNotifyEvent

WindowStateEvent