gi-gtk-4.0.12: Gtk 4.x bindings (compatibility layer)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.DragIcon

Description

This is a backwards-compatibility module re-exporting the contents of the GI.Gtk.Objects.DragIcon module in the gi-gtk4 package.

The link below will take you to the relevant entry in the gi-gtk4 documentation.

Documentation

newtype DragIcon #

Constructors

DragIcon (ManagedPtr DragIcon) 

Instances

Instances details
Eq DragIcon 
Instance details

Defined in GI.Gtk.Objects.DragIcon

Methods

(==) :: DragIcon -> DragIcon -> Bool

(/=) :: DragIcon -> DragIcon -> Bool

GObject DragIcon 
Instance details

Defined in GI.Gtk.Objects.DragIcon

ManagedPtrNewtype DragIcon 
Instance details

Defined in GI.Gtk.Objects.DragIcon

TypedObject DragIcon 
Instance details

Defined in GI.Gtk.Objects.DragIcon

Methods

glibType :: IO GType #

HasParentTypes DragIcon 
Instance details

Defined in GI.Gtk.Objects.DragIcon

HasAttributeList DragIcon 
Instance details

Defined in GI.Gtk.Objects.DragIcon

(info ~ ResolveDragIconMethod t DragIcon, OverloadedMethod info DragIcon p, HasField t DragIcon p) => HasField (t :: Symbol) DragIcon p 
Instance details

Defined in GI.Gtk.Objects.DragIcon

Methods

getField :: DragIcon -> p

(info ~ ResolveDragIconMethod t DragIcon, OverloadedMethodInfo info DragIcon) => IsLabel t (MethodProxy info DragIcon) 
Instance details

Defined in GI.Gtk.Objects.DragIcon

Methods

fromLabel :: MethodProxy info DragIcon

(info ~ ResolveDragIconMethod t DragIcon, OverloadedMethod info DragIcon p) => IsLabel t (DragIcon -> p) 
Instance details

Defined in GI.Gtk.Objects.DragIcon

Methods

fromLabel :: DragIcon -> p

IsGValue (Maybe DragIcon) 
Instance details

Defined in GI.Gtk.Objects.DragIcon

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DragIcon -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DragIcon) #

type AttributeList DragIcon 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type AttributeList DragIcon = DragIconAttributeList
type ParentTypes DragIcon 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type ParentTypes DragIcon = '[Widget, Object, Accessible, Buildable, ConstraintTarget, Native, Root]
type SignalList DragIcon 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type SignalList DragIcon = DragIconSignalList

data DragIconChildPropertyInfo #

Instances

Instances details
AttrInfo DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

Associated Types

type AttrAllowedOps DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type AttrAllowedOps DragIconChildPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type AttrBaseTypeConstraint DragIconChildPropertyInfo = IsDragIcon
type AttrGetType DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type AttrGetType DragIconChildPropertyInfo = Maybe Widget
type AttrSetTypeConstraint DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type AttrSetTypeConstraint DragIconChildPropertyInfo = IsWidget
type AttrTransferTypeConstraint DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type AttrTransferTypeConstraint DragIconChildPropertyInfo = IsWidget
type AttrTransferType DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type AttrTransferType DragIconChildPropertyInfo = Widget
type AttrLabel DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type AttrLabel DragIconChildPropertyInfo = "child"
type AttrOrigin DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

Methods

attrGet :: AttrBaseTypeConstraint DragIconChildPropertyInfo o => o -> IO (AttrGetType DragIconChildPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DragIconChildPropertyInfo o, AttrSetTypeConstraint DragIconChildPropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DragIconChildPropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DragIconChildPropertyInfo o, AttrSetTypeConstraint DragIconChildPropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint DragIconChildPropertyInfo o, AttrTransferTypeConstraint DragIconChildPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType DragIconChildPropertyInfo)

attrPut :: AttrBaseTypeConstraint DragIconChildPropertyInfo o => o -> AttrGetType DragIconChildPropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type AttrAllowedOps DragIconChildPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type AttrBaseTypeConstraint DragIconChildPropertyInfo = IsDragIcon
type AttrGetType DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type AttrGetType DragIconChildPropertyInfo = Maybe Widget
type AttrLabel DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type AttrLabel DragIconChildPropertyInfo = "child"
type AttrOrigin DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type AttrSetTypeConstraint DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type AttrSetTypeConstraint DragIconChildPropertyInfo = IsWidget
type AttrTransferType DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type AttrTransferType DragIconChildPropertyInfo = Widget
type AttrTransferTypeConstraint DragIconChildPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type AttrTransferTypeConstraint DragIconChildPropertyInfo = IsWidget

data DragIconGetChildMethodInfo #

Instances

Instances details
(signature ~ m (Maybe Widget), MonadIO m, IsDragIcon a) => OverloadedMethod DragIconGetChildMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.DragIcon

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo DragIconGetChildMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.DragIcon

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data DragIconSetChildMethodInfo #

Instances

Instances details
(signature ~ (Maybe b -> m ()), MonadIO m, IsDragIcon a, IsWidget b) => OverloadedMethod DragIconSetChildMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.DragIcon

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo DragIconSetChildMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.DragIcon

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

class (GObject o, IsDescendantOf DragIcon o) => IsDragIcon o #

Instances

Instances details
(GObject o, IsDescendantOf DragIcon o) => IsDragIcon o 
Instance details

Defined in GI.Gtk.Objects.DragIcon

type family ResolveDragIconMethod (t :: Symbol) o where ... #

Equations

ResolveDragIconMethod "actionSetEnabled" o = WidgetActionSetEnabledMethodInfo 
ResolveDragIconMethod "activate" o = WidgetActivateMethodInfo 
ResolveDragIconMethod "activateAction" o = WidgetActivateActionMethodInfo 
ResolveDragIconMethod "activateDefault" o = WidgetActivateDefaultMethodInfo 
ResolveDragIconMethod "addController" o = WidgetAddControllerMethodInfo 
ResolveDragIconMethod "addCssClass" o = WidgetAddCssClassMethodInfo 
ResolveDragIconMethod "addMnemonicLabel" o = WidgetAddMnemonicLabelMethodInfo 
ResolveDragIconMethod "addTickCallback" o = WidgetAddTickCallbackMethodInfo 
ResolveDragIconMethod "allocate" o = WidgetAllocateMethodInfo 
ResolveDragIconMethod "announce" o = AccessibleAnnounceMethodInfo 
ResolveDragIconMethod "bindProperty" o = ObjectBindPropertyMethodInfo 
ResolveDragIconMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo 
ResolveDragIconMethod "childFocus" o = WidgetChildFocusMethodInfo 
ResolveDragIconMethod "computeBounds" o = WidgetComputeBoundsMethodInfo 
ResolveDragIconMethod "computeExpand" o = WidgetComputeExpandMethodInfo 
ResolveDragIconMethod "computePoint" o = WidgetComputePointMethodInfo 
ResolveDragIconMethod "computeTransform" o = WidgetComputeTransformMethodInfo 
ResolveDragIconMethod "contains" o = WidgetContainsMethodInfo 
ResolveDragIconMethod "createPangoContext" o = WidgetCreatePangoContextMethodInfo 
ResolveDragIconMethod "createPangoLayout" o = WidgetCreatePangoLayoutMethodInfo 
ResolveDragIconMethod "disposeTemplate" o = WidgetDisposeTemplateMethodInfo 
ResolveDragIconMethod "dragCheckThreshold" o = WidgetDragCheckThresholdMethodInfo 
ResolveDragIconMethod "errorBell" o = WidgetErrorBellMethodInfo 
ResolveDragIconMethod "forceFloating" o = ObjectForceFloatingMethodInfo 
ResolveDragIconMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo 
ResolveDragIconMethod "getv" o = ObjectGetvMethodInfo 
ResolveDragIconMethod "grabFocus" o = WidgetGrabFocusMethodInfo 
ResolveDragIconMethod "hasCssClass" o = WidgetHasCssClassMethodInfo 
ResolveDragIconMethod "hasDefault" o = WidgetHasDefaultMethodInfo 
ResolveDragIconMethod "hasFocus" o = WidgetHasFocusMethodInfo 
ResolveDragIconMethod "hasVisibleFocus" o = WidgetHasVisibleFocusMethodInfo 
ResolveDragIconMethod "hide" o = WidgetHideMethodInfo 
ResolveDragIconMethod "inDestruction" o = WidgetInDestructionMethodInfo 
ResolveDragIconMethod "initTemplate" o = WidgetInitTemplateMethodInfo 
ResolveDragIconMethod "insertActionGroup" o = WidgetInsertActionGroupMethodInfo 
ResolveDragIconMethod "insertAfter" o = WidgetInsertAfterMethodInfo 
ResolveDragIconMethod "insertBefore" o = WidgetInsertBeforeMethodInfo 
ResolveDragIconMethod "isAncestor" o = WidgetIsAncestorMethodInfo 
ResolveDragIconMethod "isDrawable" o = WidgetIsDrawableMethodInfo 
ResolveDragIconMethod "isFloating" o = ObjectIsFloatingMethodInfo 
ResolveDragIconMethod "isFocus" o = WidgetIsFocusMethodInfo 
ResolveDragIconMethod "isSensitive" o = WidgetIsSensitiveMethodInfo 
ResolveDragIconMethod "isVisible" o = WidgetIsVisibleMethodInfo 
ResolveDragIconMethod "keynavFailed" o = WidgetKeynavFailedMethodInfo 
ResolveDragIconMethod "listMnemonicLabels" o = WidgetListMnemonicLabelsMethodInfo 
ResolveDragIconMethod "map" o = WidgetMapMethodInfo 
ResolveDragIconMethod "measure" o = WidgetMeasureMethodInfo 
ResolveDragIconMethod "mnemonicActivate" o = WidgetMnemonicActivateMethodInfo 
ResolveDragIconMethod "notify" o = ObjectNotifyMethodInfo 
ResolveDragIconMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo 
ResolveDragIconMethod "observeChildren" o = WidgetObserveChildrenMethodInfo 
ResolveDragIconMethod "observeControllers" o = WidgetObserveControllersMethodInfo 
ResolveDragIconMethod "pick" o = WidgetPickMethodInfo 
ResolveDragIconMethod "queueAllocate" o = WidgetQueueAllocateMethodInfo 
ResolveDragIconMethod "queueDraw" o = WidgetQueueDrawMethodInfo 
ResolveDragIconMethod "queueResize" o = WidgetQueueResizeMethodInfo 
ResolveDragIconMethod "realize" o = WidgetRealizeMethodInfo 
ResolveDragIconMethod "ref" o = ObjectRefMethodInfo 
ResolveDragIconMethod "refSink" o = ObjectRefSinkMethodInfo 
ResolveDragIconMethod "removeController" o = WidgetRemoveControllerMethodInfo 
ResolveDragIconMethod "removeCssClass" o = WidgetRemoveCssClassMethodInfo 
ResolveDragIconMethod "removeMnemonicLabel" o = WidgetRemoveMnemonicLabelMethodInfo 
ResolveDragIconMethod "removeTickCallback" o = WidgetRemoveTickCallbackMethodInfo 
ResolveDragIconMethod "resetProperty" o = AccessibleResetPropertyMethodInfo 
ResolveDragIconMethod "resetRelation" o = AccessibleResetRelationMethodInfo 
ResolveDragIconMethod "resetState" o = AccessibleResetStateMethodInfo 
ResolveDragIconMethod "runDispose" o = ObjectRunDisposeMethodInfo 
ResolveDragIconMethod "shouldLayout" o = WidgetShouldLayoutMethodInfo 
ResolveDragIconMethod "show" o = WidgetShowMethodInfo 
ResolveDragIconMethod "sizeAllocate" o = WidgetSizeAllocateMethodInfo 
ResolveDragIconMethod "snapshotChild" o = WidgetSnapshotChildMethodInfo 
ResolveDragIconMethod "stealData" o = ObjectStealDataMethodInfo 
ResolveDragIconMethod "stealQdata" o = ObjectStealQdataMethodInfo 
ResolveDragIconMethod "thawNotify" o = ObjectThawNotifyMethodInfo 
ResolveDragIconMethod "translateCoordinates" o = WidgetTranslateCoordinatesMethodInfo 
ResolveDragIconMethod "triggerTooltipQuery" o = WidgetTriggerTooltipQueryMethodInfo 
ResolveDragIconMethod "unmap" o = WidgetUnmapMethodInfo 
ResolveDragIconMethod "unparent" o = WidgetUnparentMethodInfo 
ResolveDragIconMethod "unrealize" o = WidgetUnrealizeMethodInfo 
ResolveDragIconMethod "unref" o = ObjectUnrefMethodInfo 
ResolveDragIconMethod "unsetStateFlags" o = WidgetUnsetStateFlagsMethodInfo 
ResolveDragIconMethod "updateNextAccessibleSibling" o = AccessibleUpdateNextAccessibleSiblingMethodInfo 
ResolveDragIconMethod "updatePlatformState" o = AccessibleUpdatePlatformStateMethodInfo 
ResolveDragIconMethod "updateProperty" o = AccessibleUpdatePropertyMethodInfo 
ResolveDragIconMethod "updateRelation" o = AccessibleUpdateRelationMethodInfo 
ResolveDragIconMethod "updateState" o = AccessibleUpdateStateMethodInfo 
ResolveDragIconMethod "watchClosure" o = ObjectWatchClosureMethodInfo 
ResolveDragIconMethod "getAccessibleParent" o = AccessibleGetAccessibleParentMethodInfo 
ResolveDragIconMethod "getAccessibleRole" o = AccessibleGetAccessibleRoleMethodInfo 
ResolveDragIconMethod "getAllocatedBaseline" o = WidgetGetAllocatedBaselineMethodInfo 
ResolveDragIconMethod "getAllocatedHeight" o = WidgetGetAllocatedHeightMethodInfo 
ResolveDragIconMethod "getAllocatedWidth" o = WidgetGetAllocatedWidthMethodInfo 
ResolveDragIconMethod "getAllocation" o = WidgetGetAllocationMethodInfo 
ResolveDragIconMethod "getAncestor" o = WidgetGetAncestorMethodInfo 
ResolveDragIconMethod "getAtContext" o = AccessibleGetAtContextMethodInfo 
ResolveDragIconMethod "getBaseline" o = WidgetGetBaselineMethodInfo 
ResolveDragIconMethod "getBounds" o = AccessibleGetBoundsMethodInfo 
ResolveDragIconMethod "getBuildableId" o = BuildableGetBuildableIdMethodInfo 
ResolveDragIconMethod "getCanFocus" o = WidgetGetCanFocusMethodInfo 
ResolveDragIconMethod "getCanTarget" o = WidgetGetCanTargetMethodInfo 
ResolveDragIconMethod "getChild" o = DragIconGetChildMethodInfo 
ResolveDragIconMethod "getChildVisible" o = WidgetGetChildVisibleMethodInfo 
ResolveDragIconMethod "getClipboard" o = WidgetGetClipboardMethodInfo 
ResolveDragIconMethod "getColor" o = WidgetGetColorMethodInfo 
ResolveDragIconMethod "getCssClasses" o = WidgetGetCssClassesMethodInfo 
ResolveDragIconMethod "getCssName" o = WidgetGetCssNameMethodInfo 
ResolveDragIconMethod "getCursor" o = WidgetGetCursorMethodInfo 
ResolveDragIconMethod "getData" o = ObjectGetDataMethodInfo 
ResolveDragIconMethod "getDirection" o = WidgetGetDirectionMethodInfo 
ResolveDragIconMethod "getDisplay" o = WidgetGetDisplayMethodInfo 
ResolveDragIconMethod "getFirstAccessibleChild" o = AccessibleGetFirstAccessibleChildMethodInfo 
ResolveDragIconMethod "getFirstChild" o = WidgetGetFirstChildMethodInfo 
ResolveDragIconMethod "getFocus" o = RootGetFocusMethodInfo 
ResolveDragIconMethod "getFocusChild" o = WidgetGetFocusChildMethodInfo 
ResolveDragIconMethod "getFocusOnClick" o = WidgetGetFocusOnClickMethodInfo 
ResolveDragIconMethod "getFocusable" o = WidgetGetFocusableMethodInfo 
ResolveDragIconMethod "getFontMap" o = WidgetGetFontMapMethodInfo 
ResolveDragIconMethod "getFontOptions" o = WidgetGetFontOptionsMethodInfo 
ResolveDragIconMethod "getFrameClock" o = WidgetGetFrameClockMethodInfo 
ResolveDragIconMethod "getHalign" o = WidgetGetHalignMethodInfo 
ResolveDragIconMethod "getHasTooltip" o = WidgetGetHasTooltipMethodInfo 
ResolveDragIconMethod "getHeight" o = WidgetGetHeightMethodInfo 
ResolveDragIconMethod "getHexpand" o = WidgetGetHexpandMethodInfo 
ResolveDragIconMethod "getHexpandSet" o = WidgetGetHexpandSetMethodInfo 
ResolveDragIconMethod "getLastChild" o = WidgetGetLastChildMethodInfo 
ResolveDragIconMethod "getLayoutManager" o = WidgetGetLayoutManagerMethodInfo 
ResolveDragIconMethod "getLimitEvents" o = WidgetGetLimitEventsMethodInfo 
ResolveDragIconMethod "getMapped" o = WidgetGetMappedMethodInfo 
ResolveDragIconMethod "getMarginBottom" o = WidgetGetMarginBottomMethodInfo 
ResolveDragIconMethod "getMarginEnd" o = WidgetGetMarginEndMethodInfo 
ResolveDragIconMethod "getMarginStart" o = WidgetGetMarginStartMethodInfo 
ResolveDragIconMethod "getMarginTop" o = WidgetGetMarginTopMethodInfo 
ResolveDragIconMethod "getName" o = WidgetGetNameMethodInfo 
ResolveDragIconMethod "getNative" o = WidgetGetNativeMethodInfo 
ResolveDragIconMethod "getNextAccessibleSibling" o = AccessibleGetNextAccessibleSiblingMethodInfo 
ResolveDragIconMethod "getNextSibling" o = WidgetGetNextSiblingMethodInfo 
ResolveDragIconMethod "getOpacity" o = WidgetGetOpacityMethodInfo 
ResolveDragIconMethod "getOverflow" o = WidgetGetOverflowMethodInfo 
ResolveDragIconMethod "getPangoContext" o = WidgetGetPangoContextMethodInfo 
ResolveDragIconMethod "getParent" o = WidgetGetParentMethodInfo 
ResolveDragIconMethod "getPlatformState" o = AccessibleGetPlatformStateMethodInfo 
ResolveDragIconMethod "getPreferredSize" o = WidgetGetPreferredSizeMethodInfo 
ResolveDragIconMethod "getPrevSibling" o = WidgetGetPrevSiblingMethodInfo 
ResolveDragIconMethod "getPrimaryClipboard" o = WidgetGetPrimaryClipboardMethodInfo 
ResolveDragIconMethod "getProperty" o = ObjectGetPropertyMethodInfo 
ResolveDragIconMethod "getQdata" o = ObjectGetQdataMethodInfo 
ResolveDragIconMethod "getRealized" o = WidgetGetRealizedMethodInfo 
ResolveDragIconMethod "getReceivesDefault" o = WidgetGetReceivesDefaultMethodInfo 
ResolveDragIconMethod "getRenderer" o = NativeGetRendererMethodInfo 
ResolveDragIconMethod "getRequestMode" o = WidgetGetRequestModeMethodInfo 
ResolveDragIconMethod "getRoot" o = WidgetGetRootMethodInfo 
ResolveDragIconMethod "getScaleFactor" o = WidgetGetScaleFactorMethodInfo 
ResolveDragIconMethod "getSensitive" o = WidgetGetSensitiveMethodInfo 
ResolveDragIconMethod "getSettings" o = WidgetGetSettingsMethodInfo 
ResolveDragIconMethod "getSize" o = WidgetGetSizeMethodInfo 
ResolveDragIconMethod "getSizeRequest" o = WidgetGetSizeRequestMethodInfo 
ResolveDragIconMethod "getStateFlags" o = WidgetGetStateFlagsMethodInfo 
ResolveDragIconMethod "getStyleContext" o = WidgetGetStyleContextMethodInfo 
ResolveDragIconMethod "getSurface" o = NativeGetSurfaceMethodInfo 
ResolveDragIconMethod "getSurfaceTransform" o = NativeGetSurfaceTransformMethodInfo 
ResolveDragIconMethod "getTemplateChild" o = WidgetGetTemplateChildMethodInfo 
ResolveDragIconMethod "getTooltipMarkup" o = WidgetGetTooltipMarkupMethodInfo 
ResolveDragIconMethod "getTooltipText" o = WidgetGetTooltipTextMethodInfo 
ResolveDragIconMethod "getValign" o = WidgetGetValignMethodInfo 
ResolveDragIconMethod "getVexpand" o = WidgetGetVexpandMethodInfo 
ResolveDragIconMethod "getVexpandSet" o = WidgetGetVexpandSetMethodInfo 
ResolveDragIconMethod "getVisible" o = WidgetGetVisibleMethodInfo 
ResolveDragIconMethod "getWidth" o = WidgetGetWidthMethodInfo 
ResolveDragIconMethod "setAccessibleParent" o = AccessibleSetAccessibleParentMethodInfo 
ResolveDragIconMethod "setCanFocus" o = WidgetSetCanFocusMethodInfo 
ResolveDragIconMethod "setCanTarget" o = WidgetSetCanTargetMethodInfo 
ResolveDragIconMethod "setChild" o = DragIconSetChildMethodInfo 
ResolveDragIconMethod "setChildVisible" o = WidgetSetChildVisibleMethodInfo 
ResolveDragIconMethod "setCssClasses" o = WidgetSetCssClassesMethodInfo 
ResolveDragIconMethod "setCursor" o = WidgetSetCursorMethodInfo 
ResolveDragIconMethod "setCursorFromName" o = WidgetSetCursorFromNameMethodInfo 
ResolveDragIconMethod "setData" o = ObjectSetDataMethodInfo 
ResolveDragIconMethod "setDataFull" o = ObjectSetDataFullMethodInfo 
ResolveDragIconMethod "setDirection" o = WidgetSetDirectionMethodInfo 
ResolveDragIconMethod "setFocus" o = RootSetFocusMethodInfo 
ResolveDragIconMethod "setFocusChild" o = WidgetSetFocusChildMethodInfo 
ResolveDragIconMethod "setFocusOnClick" o = WidgetSetFocusOnClickMethodInfo 
ResolveDragIconMethod "setFocusable" o = WidgetSetFocusableMethodInfo 
ResolveDragIconMethod "setFontMap" o = WidgetSetFontMapMethodInfo 
ResolveDragIconMethod "setFontOptions" o = WidgetSetFontOptionsMethodInfo 
ResolveDragIconMethod "setHalign" o = WidgetSetHalignMethodInfo 
ResolveDragIconMethod "setHasTooltip" o = WidgetSetHasTooltipMethodInfo 
ResolveDragIconMethod "setHexpand" o = WidgetSetHexpandMethodInfo 
ResolveDragIconMethod "setHexpandSet" o = WidgetSetHexpandSetMethodInfo 
ResolveDragIconMethod "setLayoutManager" o = WidgetSetLayoutManagerMethodInfo 
ResolveDragIconMethod "setLimitEvents" o = WidgetSetLimitEventsMethodInfo 
ResolveDragIconMethod "setMarginBottom" o = WidgetSetMarginBottomMethodInfo 
ResolveDragIconMethod "setMarginEnd" o = WidgetSetMarginEndMethodInfo 
ResolveDragIconMethod "setMarginStart" o = WidgetSetMarginStartMethodInfo 
ResolveDragIconMethod "setMarginTop" o = WidgetSetMarginTopMethodInfo 
ResolveDragIconMethod "setName" o = WidgetSetNameMethodInfo 
ResolveDragIconMethod "setOpacity" o = WidgetSetOpacityMethodInfo 
ResolveDragIconMethod "setOverflow" o = WidgetSetOverflowMethodInfo 
ResolveDragIconMethod "setParent" o = WidgetSetParentMethodInfo 
ResolveDragIconMethod "setProperty" o = ObjectSetPropertyMethodInfo 
ResolveDragIconMethod "setReceivesDefault" o = WidgetSetReceivesDefaultMethodInfo 
ResolveDragIconMethod "setSensitive" o = WidgetSetSensitiveMethodInfo 
ResolveDragIconMethod "setSizeRequest" o = WidgetSetSizeRequestMethodInfo 
ResolveDragIconMethod "setStateFlags" o = WidgetSetStateFlagsMethodInfo 
ResolveDragIconMethod "setTooltipMarkup" o = WidgetSetTooltipMarkupMethodInfo 
ResolveDragIconMethod "setTooltipText" o = WidgetSetTooltipTextMethodInfo 
ResolveDragIconMethod "setValign" o = WidgetSetValignMethodInfo 
ResolveDragIconMethod "setVexpand" o = WidgetSetVexpandMethodInfo 
ResolveDragIconMethod "setVexpandSet" o = WidgetSetVexpandSetMethodInfo 
ResolveDragIconMethod "setVisible" o = WidgetSetVisibleMethodInfo 
ResolveDragIconMethod l o = MethodResolutionFailed l o :: Type 

clearDragIconChild :: (MonadIO m, IsDragIcon o) => o -> m () #

constructDragIconChild :: (IsDragIcon o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o) #

dragIconChild :: AttrLabelProxy "child" #

dragIconCreateWidgetForValue :: (HasCallStack, MonadIO m) => GValue -> m (Maybe Widget) #

dragIconGetChild :: (HasCallStack, MonadIO m, IsDragIcon a) => a -> m (Maybe Widget) #

dragIconGetForDrag :: (HasCallStack, MonadIO m, IsDrag a) => a -> m DragIcon #

dragIconSetChild :: (HasCallStack, MonadIO m, IsDragIcon a, IsWidget b) => a -> Maybe b -> m () #

dragIconSetFromPaintable :: (HasCallStack, MonadIO m, IsDrag a, IsPaintable b) => a -> b -> Int32 -> Int32 -> m () #

getDragIconChild :: (MonadIO m, IsDragIcon o) => o -> m (Maybe Widget) #

setDragIconChild :: (MonadIO m, IsDragIcon o, IsWidget a) => o -> a -> m () #

toDragIcon :: (MonadIO m, IsDragIcon o) => o -> m DragIcon #