| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.DrawingArea
Description
Documentation
newtype DrawingArea #
Constructors
| DrawingArea (ManagedPtr DrawingArea) |
Instances
data DrawingAreaContentHeightPropertyInfo #
Instances
data DrawingAreaContentWidthPropertyInfo #
Instances
| AttrInfo DrawingAreaContentWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.DrawingArea Associated Types
Methods attrGet :: AttrBaseTypeConstraint DrawingAreaContentWidthPropertyInfo o => o -> IO (AttrGetType DrawingAreaContentWidthPropertyInfo) attrSet :: (AttrBaseTypeConstraint DrawingAreaContentWidthPropertyInfo o, AttrSetTypeConstraint DrawingAreaContentWidthPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint DrawingAreaContentWidthPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint DrawingAreaContentWidthPropertyInfo o, AttrSetTypeConstraint DrawingAreaContentWidthPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint DrawingAreaContentWidthPropertyInfo o, AttrTransferTypeConstraint DrawingAreaContentWidthPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType DrawingAreaContentWidthPropertyInfo) attrPut :: AttrBaseTypeConstraint DrawingAreaContentWidthPropertyInfo o => o -> AttrGetType DrawingAreaContentWidthPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps DrawingAreaContentWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.DrawingArea type AttrAllowedOps DrawingAreaContentWidthPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint DrawingAreaContentWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.DrawingArea | |||||||||||||||||||||||||||||||||
| type AttrGetType DrawingAreaContentWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.DrawingArea type AttrGetType DrawingAreaContentWidthPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrLabel DrawingAreaContentWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.DrawingArea type AttrLabel DrawingAreaContentWidthPropertyInfo = "content-width" | |||||||||||||||||||||||||||||||||
| type AttrOrigin DrawingAreaContentWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.DrawingArea | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint DrawingAreaContentWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.DrawingArea type AttrSetTypeConstraint DrawingAreaContentWidthPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferType DrawingAreaContentWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.DrawingArea type AttrTransferType DrawingAreaContentWidthPropertyInfo = Int32 | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint DrawingAreaContentWidthPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.DrawingArea type AttrTransferTypeConstraint DrawingAreaContentWidthPropertyInfo = Type ~ Int32 | |||||||||||||||||||||||||||||||||
data DrawingAreaGetContentHeightMethodInfo #
Instances
| (signature ~ m Int32, MonadIO m, IsDrawingArea a) => OverloadedMethod DrawingAreaGetContentHeightMethodInfo a signature | |
Defined in GI.Gtk.Objects.DrawingArea Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo DrawingAreaGetContentHeightMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.DrawingArea Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data DrawingAreaGetContentWidthMethodInfo #
Instances
| (signature ~ m Int32, MonadIO m, IsDrawingArea a) => OverloadedMethod DrawingAreaGetContentWidthMethodInfo a signature | |
Defined in GI.Gtk.Objects.DrawingArea Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo DrawingAreaGetContentWidthMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.DrawingArea Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
type DrawingAreaResizeCallback = Int32 -> Int32 -> IO () #
data DrawingAreaResizeSignalInfo #
Instances
| SignalInfo DrawingAreaResizeSignalInfo | |||||
Defined in GI.Gtk.Objects.DrawingArea Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType DrawingAreaResizeSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType DrawingAreaResizeSignalInfo | |||||
Defined in GI.Gtk.Objects.DrawingArea | |||||
data DrawingAreaSetContentHeightMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsDrawingArea a) => OverloadedMethod DrawingAreaSetContentHeightMethodInfo a signature | |
Defined in GI.Gtk.Objects.DrawingArea Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo DrawingAreaSetContentHeightMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.DrawingArea Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data DrawingAreaSetContentWidthMethodInfo #
Instances
| (signature ~ (Int32 -> m ()), MonadIO m, IsDrawingArea a) => OverloadedMethod DrawingAreaSetContentWidthMethodInfo a signature | |
Defined in GI.Gtk.Objects.DrawingArea Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo DrawingAreaSetContentWidthMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.DrawingArea Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data DrawingAreaSetDrawFuncMethodInfo #
Instances
| (signature ~ (Maybe DrawingAreaDrawFunc -> m ()), MonadIO m, IsDrawingArea a) => OverloadedMethod DrawingAreaSetDrawFuncMethodInfo a signature | |
Defined in GI.Gtk.Objects.DrawingArea Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo DrawingAreaSetDrawFuncMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.DrawingArea Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
class (GObject o, IsDescendantOf DrawingArea o) => IsDrawingArea o #
Instances
| (GObject o, IsDescendantOf DrawingArea o) => IsDrawingArea o | |
Defined in GI.Gtk.Objects.DrawingArea | |
type family ResolveDrawingAreaMethod (t :: Symbol) o where ... #
Equations
| ResolveDrawingAreaMethod "actionSetEnabled" o = WidgetActionSetEnabledMethodInfo | |
| ResolveDrawingAreaMethod "activate" o = WidgetActivateMethodInfo | |
| ResolveDrawingAreaMethod "activateAction" o = WidgetActivateActionMethodInfo | |
| ResolveDrawingAreaMethod "activateDefault" o = WidgetActivateDefaultMethodInfo | |
| ResolveDrawingAreaMethod "addController" o = WidgetAddControllerMethodInfo | |
| ResolveDrawingAreaMethod "addCssClass" o = WidgetAddCssClassMethodInfo | |
| ResolveDrawingAreaMethod "addMnemonicLabel" o = WidgetAddMnemonicLabelMethodInfo | |
| ResolveDrawingAreaMethod "addTickCallback" o = WidgetAddTickCallbackMethodInfo | |
| ResolveDrawingAreaMethod "allocate" o = WidgetAllocateMethodInfo | |
| ResolveDrawingAreaMethod "announce" o = AccessibleAnnounceMethodInfo | |
| ResolveDrawingAreaMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveDrawingAreaMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveDrawingAreaMethod "childFocus" o = WidgetChildFocusMethodInfo | |
| ResolveDrawingAreaMethod "computeBounds" o = WidgetComputeBoundsMethodInfo | |
| ResolveDrawingAreaMethod "computeExpand" o = WidgetComputeExpandMethodInfo | |
| ResolveDrawingAreaMethod "computePoint" o = WidgetComputePointMethodInfo | |
| ResolveDrawingAreaMethod "computeTransform" o = WidgetComputeTransformMethodInfo | |
| ResolveDrawingAreaMethod "contains" o = WidgetContainsMethodInfo | |
| ResolveDrawingAreaMethod "createPangoContext" o = WidgetCreatePangoContextMethodInfo | |
| ResolveDrawingAreaMethod "createPangoLayout" o = WidgetCreatePangoLayoutMethodInfo | |
| ResolveDrawingAreaMethod "disposeTemplate" o = WidgetDisposeTemplateMethodInfo | |
| ResolveDrawingAreaMethod "dragCheckThreshold" o = WidgetDragCheckThresholdMethodInfo | |
| ResolveDrawingAreaMethod "errorBell" o = WidgetErrorBellMethodInfo | |
| ResolveDrawingAreaMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveDrawingAreaMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveDrawingAreaMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveDrawingAreaMethod "grabFocus" o = WidgetGrabFocusMethodInfo | |
| ResolveDrawingAreaMethod "hasCssClass" o = WidgetHasCssClassMethodInfo | |
| ResolveDrawingAreaMethod "hasDefault" o = WidgetHasDefaultMethodInfo | |
| ResolveDrawingAreaMethod "hasFocus" o = WidgetHasFocusMethodInfo | |
| ResolveDrawingAreaMethod "hasVisibleFocus" o = WidgetHasVisibleFocusMethodInfo | |
| ResolveDrawingAreaMethod "hide" o = WidgetHideMethodInfo | |
| ResolveDrawingAreaMethod "inDestruction" o = WidgetInDestructionMethodInfo | |
| ResolveDrawingAreaMethod "initTemplate" o = WidgetInitTemplateMethodInfo | |
| ResolveDrawingAreaMethod "insertActionGroup" o = WidgetInsertActionGroupMethodInfo | |
| ResolveDrawingAreaMethod "insertAfter" o = WidgetInsertAfterMethodInfo | |
| ResolveDrawingAreaMethod "insertBefore" o = WidgetInsertBeforeMethodInfo | |
| ResolveDrawingAreaMethod "isAncestor" o = WidgetIsAncestorMethodInfo | |
| ResolveDrawingAreaMethod "isDrawable" o = WidgetIsDrawableMethodInfo | |
| ResolveDrawingAreaMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveDrawingAreaMethod "isFocus" o = WidgetIsFocusMethodInfo | |
| ResolveDrawingAreaMethod "isSensitive" o = WidgetIsSensitiveMethodInfo | |
| ResolveDrawingAreaMethod "isVisible" o = WidgetIsVisibleMethodInfo | |
| ResolveDrawingAreaMethod "keynavFailed" o = WidgetKeynavFailedMethodInfo | |
| ResolveDrawingAreaMethod "listMnemonicLabels" o = WidgetListMnemonicLabelsMethodInfo | |
| ResolveDrawingAreaMethod "map" o = WidgetMapMethodInfo | |
| ResolveDrawingAreaMethod "measure" o = WidgetMeasureMethodInfo | |
| ResolveDrawingAreaMethod "mnemonicActivate" o = WidgetMnemonicActivateMethodInfo | |
| ResolveDrawingAreaMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveDrawingAreaMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveDrawingAreaMethod "observeChildren" o = WidgetObserveChildrenMethodInfo | |
| ResolveDrawingAreaMethod "observeControllers" o = WidgetObserveControllersMethodInfo | |
| ResolveDrawingAreaMethod "pick" o = WidgetPickMethodInfo | |
| ResolveDrawingAreaMethod "queueAllocate" o = WidgetQueueAllocateMethodInfo | |
| ResolveDrawingAreaMethod "queueDraw" o = WidgetQueueDrawMethodInfo | |
| ResolveDrawingAreaMethod "queueResize" o = WidgetQueueResizeMethodInfo | |
| ResolveDrawingAreaMethod "realize" o = WidgetRealizeMethodInfo | |
| ResolveDrawingAreaMethod "ref" o = ObjectRefMethodInfo | |
| ResolveDrawingAreaMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveDrawingAreaMethod "removeController" o = WidgetRemoveControllerMethodInfo | |
| ResolveDrawingAreaMethod "removeCssClass" o = WidgetRemoveCssClassMethodInfo | |
| ResolveDrawingAreaMethod "removeMnemonicLabel" o = WidgetRemoveMnemonicLabelMethodInfo | |
| ResolveDrawingAreaMethod "removeTickCallback" o = WidgetRemoveTickCallbackMethodInfo | |
| ResolveDrawingAreaMethod "resetProperty" o = AccessibleResetPropertyMethodInfo | |
| ResolveDrawingAreaMethod "resetRelation" o = AccessibleResetRelationMethodInfo | |
| ResolveDrawingAreaMethod "resetState" o = AccessibleResetStateMethodInfo | |
| ResolveDrawingAreaMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveDrawingAreaMethod "shouldLayout" o = WidgetShouldLayoutMethodInfo | |
| ResolveDrawingAreaMethod "show" o = WidgetShowMethodInfo | |
| ResolveDrawingAreaMethod "sizeAllocate" o = WidgetSizeAllocateMethodInfo | |
| ResolveDrawingAreaMethod "snapshotChild" o = WidgetSnapshotChildMethodInfo | |
| ResolveDrawingAreaMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveDrawingAreaMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveDrawingAreaMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveDrawingAreaMethod "translateCoordinates" o = WidgetTranslateCoordinatesMethodInfo | |
| ResolveDrawingAreaMethod "triggerTooltipQuery" o = WidgetTriggerTooltipQueryMethodInfo | |
| ResolveDrawingAreaMethod "unmap" o = WidgetUnmapMethodInfo | |
| ResolveDrawingAreaMethod "unparent" o = WidgetUnparentMethodInfo | |
| ResolveDrawingAreaMethod "unrealize" o = WidgetUnrealizeMethodInfo | |
| ResolveDrawingAreaMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveDrawingAreaMethod "unsetStateFlags" o = WidgetUnsetStateFlagsMethodInfo | |
| ResolveDrawingAreaMethod "updateNextAccessibleSibling" o = AccessibleUpdateNextAccessibleSiblingMethodInfo | |
| ResolveDrawingAreaMethod "updatePlatformState" o = AccessibleUpdatePlatformStateMethodInfo | |
| ResolveDrawingAreaMethod "updateProperty" o = AccessibleUpdatePropertyMethodInfo | |
| ResolveDrawingAreaMethod "updateRelation" o = AccessibleUpdateRelationMethodInfo | |
| ResolveDrawingAreaMethod "updateState" o = AccessibleUpdateStateMethodInfo | |
| ResolveDrawingAreaMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveDrawingAreaMethod "getAccessibleParent" o = AccessibleGetAccessibleParentMethodInfo | |
| ResolveDrawingAreaMethod "getAccessibleRole" o = AccessibleGetAccessibleRoleMethodInfo | |
| ResolveDrawingAreaMethod "getAllocatedBaseline" o = WidgetGetAllocatedBaselineMethodInfo | |
| ResolveDrawingAreaMethod "getAllocatedHeight" o = WidgetGetAllocatedHeightMethodInfo | |
| ResolveDrawingAreaMethod "getAllocatedWidth" o = WidgetGetAllocatedWidthMethodInfo | |
| ResolveDrawingAreaMethod "getAllocation" o = WidgetGetAllocationMethodInfo | |
| ResolveDrawingAreaMethod "getAncestor" o = WidgetGetAncestorMethodInfo | |
| ResolveDrawingAreaMethod "getAtContext" o = AccessibleGetAtContextMethodInfo | |
| ResolveDrawingAreaMethod "getBaseline" o = WidgetGetBaselineMethodInfo | |
| ResolveDrawingAreaMethod "getBounds" o = AccessibleGetBoundsMethodInfo | |
| ResolveDrawingAreaMethod "getBuildableId" o = BuildableGetBuildableIdMethodInfo | |
| ResolveDrawingAreaMethod "getCanFocus" o = WidgetGetCanFocusMethodInfo | |
| ResolveDrawingAreaMethod "getCanTarget" o = WidgetGetCanTargetMethodInfo | |
| ResolveDrawingAreaMethod "getChildVisible" o = WidgetGetChildVisibleMethodInfo | |
| ResolveDrawingAreaMethod "getClipboard" o = WidgetGetClipboardMethodInfo | |
| ResolveDrawingAreaMethod "getColor" o = WidgetGetColorMethodInfo | |
| ResolveDrawingAreaMethod "getContentHeight" o = DrawingAreaGetContentHeightMethodInfo | |
| ResolveDrawingAreaMethod "getContentWidth" o = DrawingAreaGetContentWidthMethodInfo | |
| ResolveDrawingAreaMethod "getCssClasses" o = WidgetGetCssClassesMethodInfo | |
| ResolveDrawingAreaMethod "getCssName" o = WidgetGetCssNameMethodInfo | |
| ResolveDrawingAreaMethod "getCursor" o = WidgetGetCursorMethodInfo | |
| ResolveDrawingAreaMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveDrawingAreaMethod "getDirection" o = WidgetGetDirectionMethodInfo | |
| ResolveDrawingAreaMethod "getDisplay" o = WidgetGetDisplayMethodInfo | |
| ResolveDrawingAreaMethod "getFirstAccessibleChild" o = AccessibleGetFirstAccessibleChildMethodInfo | |
| ResolveDrawingAreaMethod "getFirstChild" o = WidgetGetFirstChildMethodInfo | |
| ResolveDrawingAreaMethod "getFocusChild" o = WidgetGetFocusChildMethodInfo | |
| ResolveDrawingAreaMethod "getFocusOnClick" o = WidgetGetFocusOnClickMethodInfo | |
| ResolveDrawingAreaMethod "getFocusable" o = WidgetGetFocusableMethodInfo | |
| ResolveDrawingAreaMethod "getFontMap" o = WidgetGetFontMapMethodInfo | |
| ResolveDrawingAreaMethod "getFontOptions" o = WidgetGetFontOptionsMethodInfo | |
| ResolveDrawingAreaMethod "getFrameClock" o = WidgetGetFrameClockMethodInfo | |
| ResolveDrawingAreaMethod "getHalign" o = WidgetGetHalignMethodInfo | |
| ResolveDrawingAreaMethod "getHasTooltip" o = WidgetGetHasTooltipMethodInfo | |
| ResolveDrawingAreaMethod "getHeight" o = WidgetGetHeightMethodInfo | |
| ResolveDrawingAreaMethod "getHexpand" o = WidgetGetHexpandMethodInfo | |
| ResolveDrawingAreaMethod "getHexpandSet" o = WidgetGetHexpandSetMethodInfo | |
| ResolveDrawingAreaMethod "getLastChild" o = WidgetGetLastChildMethodInfo | |
| ResolveDrawingAreaMethod "getLayoutManager" o = WidgetGetLayoutManagerMethodInfo | |
| ResolveDrawingAreaMethod "getLimitEvents" o = WidgetGetLimitEventsMethodInfo | |
| ResolveDrawingAreaMethod "getMapped" o = WidgetGetMappedMethodInfo | |
| ResolveDrawingAreaMethod "getMarginBottom" o = WidgetGetMarginBottomMethodInfo | |
| ResolveDrawingAreaMethod "getMarginEnd" o = WidgetGetMarginEndMethodInfo | |
| ResolveDrawingAreaMethod "getMarginStart" o = WidgetGetMarginStartMethodInfo | |
| ResolveDrawingAreaMethod "getMarginTop" o = WidgetGetMarginTopMethodInfo | |
| ResolveDrawingAreaMethod "getName" o = WidgetGetNameMethodInfo | |
| ResolveDrawingAreaMethod "getNative" o = WidgetGetNativeMethodInfo | |
| ResolveDrawingAreaMethod "getNextAccessibleSibling" o = AccessibleGetNextAccessibleSiblingMethodInfo | |
| ResolveDrawingAreaMethod "getNextSibling" o = WidgetGetNextSiblingMethodInfo | |
| ResolveDrawingAreaMethod "getOpacity" o = WidgetGetOpacityMethodInfo | |
| ResolveDrawingAreaMethod "getOverflow" o = WidgetGetOverflowMethodInfo | |
| ResolveDrawingAreaMethod "getPangoContext" o = WidgetGetPangoContextMethodInfo | |
| ResolveDrawingAreaMethod "getParent" o = WidgetGetParentMethodInfo | |
| ResolveDrawingAreaMethod "getPlatformState" o = AccessibleGetPlatformStateMethodInfo | |
| ResolveDrawingAreaMethod "getPreferredSize" o = WidgetGetPreferredSizeMethodInfo | |
| ResolveDrawingAreaMethod "getPrevSibling" o = WidgetGetPrevSiblingMethodInfo | |
| ResolveDrawingAreaMethod "getPrimaryClipboard" o = WidgetGetPrimaryClipboardMethodInfo | |
| ResolveDrawingAreaMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveDrawingAreaMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveDrawingAreaMethod "getRealized" o = WidgetGetRealizedMethodInfo | |
| ResolveDrawingAreaMethod "getReceivesDefault" o = WidgetGetReceivesDefaultMethodInfo | |
| ResolveDrawingAreaMethod "getRequestMode" o = WidgetGetRequestModeMethodInfo | |
| ResolveDrawingAreaMethod "getRoot" o = WidgetGetRootMethodInfo | |
| ResolveDrawingAreaMethod "getScaleFactor" o = WidgetGetScaleFactorMethodInfo | |
| ResolveDrawingAreaMethod "getSensitive" o = WidgetGetSensitiveMethodInfo | |
| ResolveDrawingAreaMethod "getSettings" o = WidgetGetSettingsMethodInfo | |
| ResolveDrawingAreaMethod "getSize" o = WidgetGetSizeMethodInfo | |
| ResolveDrawingAreaMethod "getSizeRequest" o = WidgetGetSizeRequestMethodInfo | |
| ResolveDrawingAreaMethod "getStateFlags" o = WidgetGetStateFlagsMethodInfo | |
| ResolveDrawingAreaMethod "getStyleContext" o = WidgetGetStyleContextMethodInfo | |
| ResolveDrawingAreaMethod "getTemplateChild" o = WidgetGetTemplateChildMethodInfo | |
| ResolveDrawingAreaMethod "getTooltipMarkup" o = WidgetGetTooltipMarkupMethodInfo | |
| ResolveDrawingAreaMethod "getTooltipText" o = WidgetGetTooltipTextMethodInfo | |
| ResolveDrawingAreaMethod "getValign" o = WidgetGetValignMethodInfo | |
| ResolveDrawingAreaMethod "getVexpand" o = WidgetGetVexpandMethodInfo | |
| ResolveDrawingAreaMethod "getVexpandSet" o = WidgetGetVexpandSetMethodInfo | |
| ResolveDrawingAreaMethod "getVisible" o = WidgetGetVisibleMethodInfo | |
| ResolveDrawingAreaMethod "getWidth" o = WidgetGetWidthMethodInfo | |
| ResolveDrawingAreaMethod "setAccessibleParent" o = AccessibleSetAccessibleParentMethodInfo | |
| ResolveDrawingAreaMethod "setCanFocus" o = WidgetSetCanFocusMethodInfo | |
| ResolveDrawingAreaMethod "setCanTarget" o = WidgetSetCanTargetMethodInfo | |
| ResolveDrawingAreaMethod "setChildVisible" o = WidgetSetChildVisibleMethodInfo | |
| ResolveDrawingAreaMethod "setContentHeight" o = DrawingAreaSetContentHeightMethodInfo | |
| ResolveDrawingAreaMethod "setContentWidth" o = DrawingAreaSetContentWidthMethodInfo | |
| ResolveDrawingAreaMethod "setCssClasses" o = WidgetSetCssClassesMethodInfo | |
| ResolveDrawingAreaMethod "setCursor" o = WidgetSetCursorMethodInfo | |
| ResolveDrawingAreaMethod "setCursorFromName" o = WidgetSetCursorFromNameMethodInfo | |
| ResolveDrawingAreaMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveDrawingAreaMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveDrawingAreaMethod "setDirection" o = WidgetSetDirectionMethodInfo | |
| ResolveDrawingAreaMethod "setDrawFunc" o = DrawingAreaSetDrawFuncMethodInfo | |
| ResolveDrawingAreaMethod "setFocusChild" o = WidgetSetFocusChildMethodInfo | |
| ResolveDrawingAreaMethod "setFocusOnClick" o = WidgetSetFocusOnClickMethodInfo | |
| ResolveDrawingAreaMethod "setFocusable" o = WidgetSetFocusableMethodInfo | |
| ResolveDrawingAreaMethod "setFontMap" o = WidgetSetFontMapMethodInfo | |
| ResolveDrawingAreaMethod "setFontOptions" o = WidgetSetFontOptionsMethodInfo | |
| ResolveDrawingAreaMethod "setHalign" o = WidgetSetHalignMethodInfo | |
| ResolveDrawingAreaMethod "setHasTooltip" o = WidgetSetHasTooltipMethodInfo | |
| ResolveDrawingAreaMethod "setHexpand" o = WidgetSetHexpandMethodInfo | |
| ResolveDrawingAreaMethod "setHexpandSet" o = WidgetSetHexpandSetMethodInfo | |
| ResolveDrawingAreaMethod "setLayoutManager" o = WidgetSetLayoutManagerMethodInfo | |
| ResolveDrawingAreaMethod "setLimitEvents" o = WidgetSetLimitEventsMethodInfo | |
| ResolveDrawingAreaMethod "setMarginBottom" o = WidgetSetMarginBottomMethodInfo | |
| ResolveDrawingAreaMethod "setMarginEnd" o = WidgetSetMarginEndMethodInfo | |
| ResolveDrawingAreaMethod "setMarginStart" o = WidgetSetMarginStartMethodInfo | |
| ResolveDrawingAreaMethod "setMarginTop" o = WidgetSetMarginTopMethodInfo | |
| ResolveDrawingAreaMethod "setName" o = WidgetSetNameMethodInfo | |
| ResolveDrawingAreaMethod "setOpacity" o = WidgetSetOpacityMethodInfo | |
| ResolveDrawingAreaMethod "setOverflow" o = WidgetSetOverflowMethodInfo | |
| ResolveDrawingAreaMethod "setParent" o = WidgetSetParentMethodInfo | |
| ResolveDrawingAreaMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveDrawingAreaMethod "setReceivesDefault" o = WidgetSetReceivesDefaultMethodInfo | |
| ResolveDrawingAreaMethod "setSensitive" o = WidgetSetSensitiveMethodInfo | |
| ResolveDrawingAreaMethod "setSizeRequest" o = WidgetSetSizeRequestMethodInfo | |
| ResolveDrawingAreaMethod "setStateFlags" o = WidgetSetStateFlagsMethodInfo | |
| ResolveDrawingAreaMethod "setTooltipMarkup" o = WidgetSetTooltipMarkupMethodInfo | |
| ResolveDrawingAreaMethod "setTooltipText" o = WidgetSetTooltipTextMethodInfo | |
| ResolveDrawingAreaMethod "setValign" o = WidgetSetValignMethodInfo | |
| ResolveDrawingAreaMethod "setVexpand" o = WidgetSetVexpandMethodInfo | |
| ResolveDrawingAreaMethod "setVexpandSet" o = WidgetSetVexpandSetMethodInfo | |
| ResolveDrawingAreaMethod "setVisible" o = WidgetSetVisibleMethodInfo | |
| ResolveDrawingAreaMethod l o = MethodResolutionFailed l o :: Type |
afterDrawingAreaResize :: (IsDrawingArea a, MonadIO m) => a -> ((?self :: a) => DrawingAreaResizeCallback) -> m SignalHandlerId #
constructDrawingAreaContentHeight :: (IsDrawingArea o, MonadIO m) => Int32 -> m (GValueConstruct o) #
constructDrawingAreaContentWidth :: (IsDrawingArea o, MonadIO m) => Int32 -> m (GValueConstruct o) #
drawingAreaContentHeight :: AttrLabelProxy "contentHeight" #
drawingAreaContentWidth :: AttrLabelProxy "contentWidth" #
drawingAreaGetContentHeight :: (HasCallStack, MonadIO m, IsDrawingArea a) => a -> m Int32 #
drawingAreaGetContentWidth :: (HasCallStack, MonadIO m, IsDrawingArea a) => a -> m Int32 #
drawingAreaNew :: (HasCallStack, MonadIO m) => m DrawingArea #
drawingAreaSetContentHeight :: (HasCallStack, MonadIO m, IsDrawingArea a) => a -> Int32 -> m () #
drawingAreaSetContentWidth :: (HasCallStack, MonadIO m, IsDrawingArea a) => a -> Int32 -> m () #
drawingAreaSetDrawFunc :: (HasCallStack, MonadIO m, IsDrawingArea a) => a -> Maybe DrawingAreaDrawFunc -> m () #
getDrawingAreaContentHeight :: (MonadIO m, IsDrawingArea o) => o -> m Int32 #
getDrawingAreaContentWidth :: (MonadIO m, IsDrawingArea o) => o -> m Int32 #
onDrawingAreaResize :: (IsDrawingArea a, MonadIO m) => a -> ((?self :: a) => DrawingAreaResizeCallback) -> m SignalHandlerId #
setDrawingAreaContentHeight :: (MonadIO m, IsDrawingArea o) => o -> Int32 -> m () #
setDrawingAreaContentWidth :: (MonadIO m, IsDrawingArea o) => o -> Int32 -> m () #
toDrawingArea :: (MonadIO m, IsDrawingArea o) => o -> m DrawingArea #