{-# LANGUAGE TypeApplications #-}
#if (MIN_VERSION_haskell_gi_overloading(1,0,0) && !defined(__HADDOCK_VERSION__))
#define ENABLE_OVERLOADING
#endif
module GI.Gtk.Interfaces.Root
(
Root(..) ,
IsRoot ,
toRoot ,
#if defined(ENABLE_OVERLOADING)
ResolveRootMethod ,
#endif
#if defined(ENABLE_OVERLOADING)
RootGetDisplayMethodInfo ,
#endif
rootGetDisplay ,
#if defined(ENABLE_OVERLOADING)
RootGetFocusMethodInfo ,
#endif
rootGetFocus ,
#if defined(ENABLE_OVERLOADING)
RootSetFocusMethodInfo ,
#endif
rootSetFocus ,
) where
import Data.GI.Base.ShortPrelude
import qualified Data.GI.Base.ShortPrelude as SP
import qualified Data.GI.Base.Overloading as O
import qualified Prelude as P
import qualified Data.GI.Base.Attributes as GI.Attributes
import qualified Data.GI.Base.BasicTypes as B.Types
import qualified Data.GI.Base.ManagedPtr as B.ManagedPtr
import qualified Data.GI.Base.GArray as B.GArray
import qualified Data.GI.Base.GClosure as B.GClosure
import qualified Data.GI.Base.GError as B.GError
import qualified Data.GI.Base.GVariant as B.GVariant
import qualified Data.GI.Base.GValue as B.GValue
import qualified Data.GI.Base.GParamSpec as B.GParamSpec
import qualified Data.GI.Base.CallStack as B.CallStack
import qualified Data.GI.Base.Properties as B.Properties
import qualified Data.GI.Base.Signals as B.Signals
import qualified Control.Monad.IO.Class as MIO
import qualified Data.Text as T
import qualified Data.ByteString.Char8 as B
import qualified Data.Map as Map
import qualified Foreign.Ptr as FP
import qualified GHC.OverloadedLabels as OL
import qualified GHC.Records as R
import qualified GI.GObject.Objects.Object as GObject.Object
import qualified GI.Gdk.Objects.Display as Gdk.Display
import {-# SOURCE #-} qualified GI.Gtk.Interfaces.Accessible as Gtk.Accessible
import {-# SOURCE #-} qualified GI.Gtk.Interfaces.Buildable as Gtk.Buildable
import {-# SOURCE #-} qualified GI.Gtk.Interfaces.Native as Gtk.Native
import {-# SOURCE #-} qualified GI.Gtk.Objects.Widget as Gtk.Widget
newtype Root = Root (SP.ManagedPtr Root)
deriving (Root -> Root -> Bool
(Root -> Root -> Bool) -> (Root -> Root -> Bool) -> Eq Root
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: Root -> Root -> Bool
$c/= :: Root -> Root -> Bool
== :: Root -> Root -> Bool
$c== :: Root -> Root -> Bool
Eq)
instance SP.ManagedPtrNewtype Root where
toManagedPtr :: Root -> ManagedPtr Root
toManagedPtr (Root ManagedPtr Root
p) = ManagedPtr Root
p
foreign import ccall "gtk_root_get_type"
c_gtk_root_get_type :: IO B.Types.GType
instance B.Types.TypedObject Root where
glibType :: IO GType
glibType = IO GType
c_gtk_root_get_type
instance B.Types.GObject Root
class (SP.GObject o, O.IsDescendantOf Root o) => IsRoot o
instance (SP.GObject o, O.IsDescendantOf Root o) => IsRoot o
instance O.HasParentTypes Root
type instance O.ParentTypes Root = '[Gtk.Native.Native, Gtk.Widget.Widget, GObject.Object.Object]
toRoot :: (MIO.MonadIO m, IsRoot o) => o -> m Root
toRoot :: forall (m :: * -> *) o. (MonadIO m, IsRoot o) => o -> m Root
toRoot = IO Root -> m Root
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO Root -> m Root) -> (o -> IO Root) -> o -> m Root
forall b c a. (b -> c) -> (a -> b) -> a -> c
. (ManagedPtr Root -> Root) -> o -> IO Root
forall o o'.
(HasCallStack, ManagedPtrNewtype o, TypedObject o,
ManagedPtrNewtype o', TypedObject o') =>
(ManagedPtr o' -> o') -> o -> IO o'
B.ManagedPtr.unsafeCastTo ManagedPtr Root -> Root
Root
instance B.GValue.IsGValue (Maybe Root) where
gvalueGType_ :: IO GType
gvalueGType_ = IO GType
c_gtk_root_get_type
gvalueSet_ :: Ptr GValue -> Maybe Root -> IO ()
gvalueSet_ Ptr GValue
gv Maybe Root
P.Nothing = Ptr GValue -> Ptr Root -> IO ()
forall a. GObject a => Ptr GValue -> Ptr a -> IO ()
B.GValue.set_object Ptr GValue
gv (Ptr Root
forall a. Ptr a
FP.nullPtr :: FP.Ptr Root)
gvalueSet_ Ptr GValue
gv (P.Just Root
obj) = Root -> (Ptr Root -> IO ()) -> IO ()
forall a c.
(HasCallStack, ManagedPtrNewtype a) =>
a -> (Ptr a -> IO c) -> IO c
B.ManagedPtr.withManagedPtr Root
obj (Ptr GValue -> Ptr Root -> IO ()
forall a. GObject a => Ptr GValue -> Ptr a -> IO ()
B.GValue.set_object Ptr GValue
gv)
gvalueGet_ :: Ptr GValue -> IO (Maybe Root)
gvalueGet_ Ptr GValue
gv = do
Ptr Root
ptr <- Ptr GValue -> IO (Ptr Root)
forall a. GObject a => Ptr GValue -> IO (Ptr a)
B.GValue.get_object Ptr GValue
gv :: IO (FP.Ptr Root)
if Ptr Root
ptr Ptr Root -> Ptr Root -> Bool
forall a. Eq a => a -> a -> Bool
/= Ptr Root
forall a. Ptr a
FP.nullPtr
then Root -> Maybe Root
forall a. a -> Maybe a
P.Just (Root -> Maybe Root) -> IO Root -> IO (Maybe Root)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
<$> (ManagedPtr Root -> Root) -> Ptr Root -> IO Root
forall a b.
(HasCallStack, GObject a, GObject b) =>
(ManagedPtr a -> a) -> Ptr b -> IO a
B.ManagedPtr.newObject ManagedPtr Root -> Root
Root Ptr Root
ptr
else Maybe Root -> IO (Maybe Root)
forall (m :: * -> *) a. Monad m => a -> m a
return Maybe Root
forall a. Maybe a
P.Nothing
#if defined(ENABLE_OVERLOADING)
instance O.HasAttributeList Root
type instance O.AttributeList Root = RootAttributeList
type RootAttributeList = ('[ '("accessibleRole", Gtk.Accessible.AccessibleAccessibleRolePropertyInfo), '("canFocus", Gtk.Widget.WidgetCanFocusPropertyInfo), '("canTarget", Gtk.Widget.WidgetCanTargetPropertyInfo), '("cssClasses", Gtk.Widget.WidgetCssClassesPropertyInfo), '("cssName", Gtk.Widget.WidgetCssNamePropertyInfo), '("cursor", Gtk.Widget.WidgetCursorPropertyInfo), '("focusOnClick", Gtk.Widget.WidgetFocusOnClickPropertyInfo), '("focusable", Gtk.Widget.WidgetFocusablePropertyInfo), '("halign", Gtk.Widget.WidgetHalignPropertyInfo), '("hasDefault", Gtk.Widget.WidgetHasDefaultPropertyInfo), '("hasFocus", Gtk.Widget.WidgetHasFocusPropertyInfo), '("hasTooltip", Gtk.Widget.WidgetHasTooltipPropertyInfo), '("heightRequest", Gtk.Widget.WidgetHeightRequestPropertyInfo), '("hexpand", Gtk.Widget.WidgetHexpandPropertyInfo), '("hexpandSet", Gtk.Widget.WidgetHexpandSetPropertyInfo), '("layoutManager", Gtk.Widget.WidgetLayoutManagerPropertyInfo), '("marginBottom", Gtk.Widget.WidgetMarginBottomPropertyInfo), '("marginEnd", Gtk.Widget.WidgetMarginEndPropertyInfo), '("marginStart", Gtk.Widget.WidgetMarginStartPropertyInfo), '("marginTop", Gtk.Widget.WidgetMarginTopPropertyInfo), '("name", Gtk.Widget.WidgetNamePropertyInfo), '("opacity", Gtk.Widget.WidgetOpacityPropertyInfo), '("overflow", Gtk.Widget.WidgetOverflowPropertyInfo), '("parent", Gtk.Widget.WidgetParentPropertyInfo), '("receivesDefault", Gtk.Widget.WidgetReceivesDefaultPropertyInfo), '("root", Gtk.Widget.WidgetRootPropertyInfo), '("scaleFactor", Gtk.Widget.WidgetScaleFactorPropertyInfo), '("sensitive", Gtk.Widget.WidgetSensitivePropertyInfo), '("tooltipMarkup", Gtk.Widget.WidgetTooltipMarkupPropertyInfo), '("tooltipText", Gtk.Widget.WidgetTooltipTextPropertyInfo), '("valign", Gtk.Widget.WidgetValignPropertyInfo), '("vexpand", Gtk.Widget.WidgetVexpandPropertyInfo), '("vexpandSet", Gtk.Widget.WidgetVexpandSetPropertyInfo), '("visible", Gtk.Widget.WidgetVisiblePropertyInfo), '("widthRequest", Gtk.Widget.WidgetWidthRequestPropertyInfo)] :: [(Symbol, *)])
#endif
#if defined(ENABLE_OVERLOADING)
#endif
#if defined(ENABLE_OVERLOADING)
type family ResolveRootMethod (t :: Symbol) (o :: *) :: * where
ResolveRootMethod "actionSetEnabled" o = Gtk.Widget.WidgetActionSetEnabledMethodInfo
ResolveRootMethod "activate" o = Gtk.Widget.WidgetActivateMethodInfo
ResolveRootMethod "activateAction" o = Gtk.Widget.WidgetActivateActionMethodInfo
ResolveRootMethod "activateDefault" o = Gtk.Widget.WidgetActivateDefaultMethodInfo
ResolveRootMethod "addController" o = Gtk.Widget.WidgetAddControllerMethodInfo
ResolveRootMethod "addCssClass" o = Gtk.Widget.WidgetAddCssClassMethodInfo
ResolveRootMethod "addMnemonicLabel" o = Gtk.Widget.WidgetAddMnemonicLabelMethodInfo
ResolveRootMethod "addTickCallback" o = Gtk.Widget.WidgetAddTickCallbackMethodInfo
ResolveRootMethod "allocate" o = Gtk.Widget.WidgetAllocateMethodInfo
ResolveRootMethod "bindProperty" o = GObject.Object.ObjectBindPropertyMethodInfo
ResolveRootMethod "bindPropertyFull" o = GObject.Object.ObjectBindPropertyFullMethodInfo
ResolveRootMethod "childFocus" o = Gtk.Widget.WidgetChildFocusMethodInfo
ResolveRootMethod "computeBounds" o = Gtk.Widget.WidgetComputeBoundsMethodInfo
ResolveRootMethod "computeExpand" o = Gtk.Widget.WidgetComputeExpandMethodInfo
ResolveRootMethod "computePoint" o = Gtk.Widget.WidgetComputePointMethodInfo
ResolveRootMethod "computeTransform" o = Gtk.Widget.WidgetComputeTransformMethodInfo
ResolveRootMethod "contains" o = Gtk.Widget.WidgetContainsMethodInfo
ResolveRootMethod "createPangoContext" o = Gtk.Widget.WidgetCreatePangoContextMethodInfo
ResolveRootMethod "createPangoLayout" o = Gtk.Widget.WidgetCreatePangoLayoutMethodInfo
ResolveRootMethod "dragCheckThreshold" o = Gtk.Widget.WidgetDragCheckThresholdMethodInfo
ResolveRootMethod "errorBell" o = Gtk.Widget.WidgetErrorBellMethodInfo
ResolveRootMethod "forceFloating" o = GObject.Object.ObjectForceFloatingMethodInfo
ResolveRootMethod "freezeNotify" o = GObject.Object.ObjectFreezeNotifyMethodInfo
ResolveRootMethod "getv" o = GObject.Object.ObjectGetvMethodInfo
ResolveRootMethod "grabFocus" o = Gtk.Widget.WidgetGrabFocusMethodInfo
ResolveRootMethod "hasCssClass" o = Gtk.Widget.WidgetHasCssClassMethodInfo
ResolveRootMethod "hasDefault" o = Gtk.Widget.WidgetHasDefaultMethodInfo
ResolveRootMethod "hasFocus" o = Gtk.Widget.WidgetHasFocusMethodInfo
ResolveRootMethod "hasVisibleFocus" o = Gtk.Widget.WidgetHasVisibleFocusMethodInfo
ResolveRootMethod "hide" o = Gtk.Widget.WidgetHideMethodInfo
ResolveRootMethod "inDestruction" o = Gtk.Widget.WidgetInDestructionMethodInfo
ResolveRootMethod "initTemplate" o = Gtk.Widget.WidgetInitTemplateMethodInfo
ResolveRootMethod "insertActionGroup" o = Gtk.Widget.WidgetInsertActionGroupMethodInfo
ResolveRootMethod "insertAfter" o = Gtk.Widget.WidgetInsertAfterMethodInfo
ResolveRootMethod "insertBefore" o = Gtk.Widget.WidgetInsertBeforeMethodInfo
ResolveRootMethod "isAncestor" o = Gtk.Widget.WidgetIsAncestorMethodInfo
ResolveRootMethod "isDrawable" o = Gtk.Widget.WidgetIsDrawableMethodInfo
ResolveRootMethod "isFloating" o = GObject.Object.ObjectIsFloatingMethodInfo
ResolveRootMethod "isFocus" o = Gtk.Widget.WidgetIsFocusMethodInfo
ResolveRootMethod "isSensitive" o = Gtk.Widget.WidgetIsSensitiveMethodInfo
ResolveRootMethod "isVisible" o = Gtk.Widget.WidgetIsVisibleMethodInfo
ResolveRootMethod "keynavFailed" o = Gtk.Widget.WidgetKeynavFailedMethodInfo
ResolveRootMethod "listMnemonicLabels" o = Gtk.Widget.WidgetListMnemonicLabelsMethodInfo
ResolveRootMethod "map" o = Gtk.Widget.WidgetMapMethodInfo
ResolveRootMethod "measure" o = Gtk.Widget.WidgetMeasureMethodInfo
ResolveRootMethod "mnemonicActivate" o = Gtk.Widget.WidgetMnemonicActivateMethodInfo
ResolveRootMethod "notify" o = GObject.Object.ObjectNotifyMethodInfo
ResolveRootMethod "notifyByPspec" o = GObject.Object.ObjectNotifyByPspecMethodInfo
ResolveRootMethod "observeChildren" o = Gtk.Widget.WidgetObserveChildrenMethodInfo
ResolveRootMethod "observeControllers" o = Gtk.Widget.WidgetObserveControllersMethodInfo
ResolveRootMethod "pick" o = Gtk.Widget.WidgetPickMethodInfo
ResolveRootMethod "queueAllocate" o = Gtk.Widget.WidgetQueueAllocateMethodInfo
ResolveRootMethod "queueDraw" o = Gtk.Widget.WidgetQueueDrawMethodInfo
ResolveRootMethod "queueResize" o = Gtk.Widget.WidgetQueueResizeMethodInfo
ResolveRootMethod "realize" o = Gtk.Native.NativeRealizeMethodInfo
ResolveRootMethod "ref" o = GObject.Object.ObjectRefMethodInfo
ResolveRootMethod "refSink" o = GObject.Object.ObjectRefSinkMethodInfo
ResolveRootMethod "removeController" o = Gtk.Widget.WidgetRemoveControllerMethodInfo
ResolveRootMethod "removeCssClass" o = Gtk.Widget.WidgetRemoveCssClassMethodInfo
ResolveRootMethod "removeMnemonicLabel" o = Gtk.Widget.WidgetRemoveMnemonicLabelMethodInfo
ResolveRootMethod "removeTickCallback" o = Gtk.Widget.WidgetRemoveTickCallbackMethodInfo
ResolveRootMethod "resetProperty" o = Gtk.Accessible.AccessibleResetPropertyMethodInfo
ResolveRootMethod "resetRelation" o = Gtk.Accessible.AccessibleResetRelationMethodInfo
ResolveRootMethod "resetState" o = Gtk.Accessible.AccessibleResetStateMethodInfo
ResolveRootMethod "runDispose" o = GObject.Object.ObjectRunDisposeMethodInfo
ResolveRootMethod "shouldLayout" o = Gtk.Widget.WidgetShouldLayoutMethodInfo
ResolveRootMethod "show" o = Gtk.Widget.WidgetShowMethodInfo
ResolveRootMethod "sizeAllocate" o = Gtk.Widget.WidgetSizeAllocateMethodInfo
ResolveRootMethod "snapshotChild" o = Gtk.Widget.WidgetSnapshotChildMethodInfo
ResolveRootMethod "stealData" o = GObject.Object.ObjectStealDataMethodInfo
ResolveRootMethod "stealQdata" o = GObject.Object.ObjectStealQdataMethodInfo
ResolveRootMethod "thawNotify" o = GObject.Object.ObjectThawNotifyMethodInfo
ResolveRootMethod "translateCoordinates" o = Gtk.Widget.WidgetTranslateCoordinatesMethodInfo
ResolveRootMethod "triggerTooltipQuery" o = Gtk.Widget.WidgetTriggerTooltipQueryMethodInfo
ResolveRootMethod "unmap" o = Gtk.Widget.WidgetUnmapMethodInfo
ResolveRootMethod "unparent" o = Gtk.Widget.WidgetUnparentMethodInfo
ResolveRootMethod "unrealize" o = Gtk.Native.NativeUnrealizeMethodInfo
ResolveRootMethod "unref" o = GObject.Object.ObjectUnrefMethodInfo
ResolveRootMethod "unsetStateFlags" o = Gtk.Widget.WidgetUnsetStateFlagsMethodInfo
ResolveRootMethod "updateProperty" o = Gtk.Accessible.AccessibleUpdatePropertyMethodInfo
ResolveRootMethod "updateRelation" o = Gtk.Accessible.AccessibleUpdateRelationMethodInfo
ResolveRootMethod "updateState" o = Gtk.Accessible.AccessibleUpdateStateMethodInfo
ResolveRootMethod "watchClosure" o = GObject.Object.ObjectWatchClosureMethodInfo
ResolveRootMethod "getAccessibleRole" o = Gtk.Accessible.AccessibleGetAccessibleRoleMethodInfo
ResolveRootMethod "getAllocatedBaseline" o = Gtk.Widget.WidgetGetAllocatedBaselineMethodInfo
ResolveRootMethod "getAllocatedHeight" o = Gtk.Widget.WidgetGetAllocatedHeightMethodInfo
ResolveRootMethod "getAllocatedWidth" o = Gtk.Widget.WidgetGetAllocatedWidthMethodInfo
ResolveRootMethod "getAllocation" o = Gtk.Widget.WidgetGetAllocationMethodInfo
ResolveRootMethod "getAncestor" o = Gtk.Widget.WidgetGetAncestorMethodInfo
ResolveRootMethod "getBuildableId" o = Gtk.Buildable.BuildableGetBuildableIdMethodInfo
ResolveRootMethod "getCanFocus" o = Gtk.Widget.WidgetGetCanFocusMethodInfo
ResolveRootMethod "getCanTarget" o = Gtk.Widget.WidgetGetCanTargetMethodInfo
ResolveRootMethod "getChildVisible" o = Gtk.Widget.WidgetGetChildVisibleMethodInfo
ResolveRootMethod "getClipboard" o = Gtk.Widget.WidgetGetClipboardMethodInfo
ResolveRootMethod "getCssClasses" o = Gtk.Widget.WidgetGetCssClassesMethodInfo
ResolveRootMethod "getCssName" o = Gtk.Widget.WidgetGetCssNameMethodInfo
ResolveRootMethod "getCursor" o = Gtk.Widget.WidgetGetCursorMethodInfo
ResolveRootMethod "getData" o = GObject.Object.ObjectGetDataMethodInfo
ResolveRootMethod "getDirection" o = Gtk.Widget.WidgetGetDirectionMethodInfo
ResolveRootMethod "getDisplay" o = RootGetDisplayMethodInfo
ResolveRootMethod "getFirstChild" o = Gtk.Widget.WidgetGetFirstChildMethodInfo
ResolveRootMethod "getFocus" o = RootGetFocusMethodInfo
ResolveRootMethod "getFocusChild" o = Gtk.Widget.WidgetGetFocusChildMethodInfo
ResolveRootMethod "getFocusOnClick" o = Gtk.Widget.WidgetGetFocusOnClickMethodInfo
ResolveRootMethod "getFocusable" o = Gtk.Widget.WidgetGetFocusableMethodInfo
ResolveRootMethod "getFontMap" o = Gtk.Widget.WidgetGetFontMapMethodInfo
ResolveRootMethod "getFontOptions" o = Gtk.Widget.WidgetGetFontOptionsMethodInfo
ResolveRootMethod "getFrameClock" o = Gtk.Widget.WidgetGetFrameClockMethodInfo
ResolveRootMethod "getHalign" o = Gtk.Widget.WidgetGetHalignMethodInfo
ResolveRootMethod "getHasTooltip" o = Gtk.Widget.WidgetGetHasTooltipMethodInfo
ResolveRootMethod "getHeight" o = Gtk.Widget.WidgetGetHeightMethodInfo
ResolveRootMethod "getHexpand" o = Gtk.Widget.WidgetGetHexpandMethodInfo
ResolveRootMethod "getHexpandSet" o = Gtk.Widget.WidgetGetHexpandSetMethodInfo
ResolveRootMethod "getLastChild" o = Gtk.Widget.WidgetGetLastChildMethodInfo
ResolveRootMethod "getLayoutManager" o = Gtk.Widget.WidgetGetLayoutManagerMethodInfo
ResolveRootMethod "getMapped" o = Gtk.Widget.WidgetGetMappedMethodInfo
ResolveRootMethod "getMarginBottom" o = Gtk.Widget.WidgetGetMarginBottomMethodInfo
ResolveRootMethod "getMarginEnd" o = Gtk.Widget.WidgetGetMarginEndMethodInfo
ResolveRootMethod "getMarginStart" o = Gtk.Widget.WidgetGetMarginStartMethodInfo
ResolveRootMethod "getMarginTop" o = Gtk.Widget.WidgetGetMarginTopMethodInfo
ResolveRootMethod "getName" o = Gtk.Widget.WidgetGetNameMethodInfo
ResolveRootMethod "getNative" o = Gtk.Widget.WidgetGetNativeMethodInfo
ResolveRootMethod "getNextSibling" o = Gtk.Widget.WidgetGetNextSiblingMethodInfo
ResolveRootMethod "getOpacity" o = Gtk.Widget.WidgetGetOpacityMethodInfo
ResolveRootMethod "getOverflow" o = Gtk.Widget.WidgetGetOverflowMethodInfo
ResolveRootMethod "getPangoContext" o = Gtk.Widget.WidgetGetPangoContextMethodInfo
ResolveRootMethod "getParent" o = Gtk.Widget.WidgetGetParentMethodInfo
ResolveRootMethod "getPreferredSize" o = Gtk.Widget.WidgetGetPreferredSizeMethodInfo
ResolveRootMethod "getPrevSibling" o = Gtk.Widget.WidgetGetPrevSiblingMethodInfo
ResolveRootMethod "getPrimaryClipboard" o = Gtk.Widget.WidgetGetPrimaryClipboardMethodInfo
ResolveRootMethod "getProperty" o = GObject.Object.ObjectGetPropertyMethodInfo
ResolveRootMethod "getQdata" o = GObject.Object.ObjectGetQdataMethodInfo
ResolveRootMethod "getRealized" o = Gtk.Widget.WidgetGetRealizedMethodInfo
ResolveRootMethod "getReceivesDefault" o = Gtk.Widget.WidgetGetReceivesDefaultMethodInfo
ResolveRootMethod "getRenderer" o = Gtk.Native.NativeGetRendererMethodInfo
ResolveRootMethod "getRequestMode" o = Gtk.Widget.WidgetGetRequestModeMethodInfo
ResolveRootMethod "getRoot" o = Gtk.Widget.WidgetGetRootMethodInfo
ResolveRootMethod "getScaleFactor" o = Gtk.Widget.WidgetGetScaleFactorMethodInfo
ResolveRootMethod "getSensitive" o = Gtk.Widget.WidgetGetSensitiveMethodInfo
ResolveRootMethod "getSettings" o = Gtk.Widget.WidgetGetSettingsMethodInfo
ResolveRootMethod "getSize" o = Gtk.Widget.WidgetGetSizeMethodInfo
ResolveRootMethod "getSizeRequest" o = Gtk.Widget.WidgetGetSizeRequestMethodInfo
ResolveRootMethod "getStateFlags" o = Gtk.Widget.WidgetGetStateFlagsMethodInfo
ResolveRootMethod "getStyleContext" o = Gtk.Widget.WidgetGetStyleContextMethodInfo
ResolveRootMethod "getSurface" o = Gtk.Native.NativeGetSurfaceMethodInfo
ResolveRootMethod "getSurfaceTransform" o = Gtk.Native.NativeGetSurfaceTransformMethodInfo
ResolveRootMethod "getTemplateChild" o = Gtk.Widget.WidgetGetTemplateChildMethodInfo
ResolveRootMethod "getTooltipMarkup" o = Gtk.Widget.WidgetGetTooltipMarkupMethodInfo
ResolveRootMethod "getTooltipText" o = Gtk.Widget.WidgetGetTooltipTextMethodInfo
ResolveRootMethod "getValign" o = Gtk.Widget.WidgetGetValignMethodInfo
ResolveRootMethod "getVexpand" o = Gtk.Widget.WidgetGetVexpandMethodInfo
ResolveRootMethod "getVexpandSet" o = Gtk.Widget.WidgetGetVexpandSetMethodInfo
ResolveRootMethod "getVisible" o = Gtk.Widget.WidgetGetVisibleMethodInfo
ResolveRootMethod "getWidth" o = Gtk.Widget.WidgetGetWidthMethodInfo
ResolveRootMethod "setCanFocus" o = Gtk.Widget.WidgetSetCanFocusMethodInfo
ResolveRootMethod "setCanTarget" o = Gtk.Widget.WidgetSetCanTargetMethodInfo
ResolveRootMethod "setChildVisible" o = Gtk.Widget.WidgetSetChildVisibleMethodInfo
ResolveRootMethod "setCssClasses" o = Gtk.Widget.WidgetSetCssClassesMethodInfo
ResolveRootMethod "setCursor" o = Gtk.Widget.WidgetSetCursorMethodInfo
ResolveRootMethod "setCursorFromName" o = Gtk.Widget.WidgetSetCursorFromNameMethodInfo
ResolveRootMethod "setData" o = GObject.Object.ObjectSetDataMethodInfo
ResolveRootMethod "setDataFull" o = GObject.Object.ObjectSetDataFullMethodInfo
ResolveRootMethod "setDirection" o = Gtk.Widget.WidgetSetDirectionMethodInfo
ResolveRootMethod "setFocus" o = RootSetFocusMethodInfo
ResolveRootMethod "setFocusChild" o = Gtk.Widget.WidgetSetFocusChildMethodInfo
ResolveRootMethod "setFocusOnClick" o = Gtk.Widget.WidgetSetFocusOnClickMethodInfo
ResolveRootMethod "setFocusable" o = Gtk.Widget.WidgetSetFocusableMethodInfo
ResolveRootMethod "setFontMap" o = Gtk.Widget.WidgetSetFontMapMethodInfo
ResolveRootMethod "setFontOptions" o = Gtk.Widget.WidgetSetFontOptionsMethodInfo
ResolveRootMethod "setHalign" o = Gtk.Widget.WidgetSetHalignMethodInfo
ResolveRootMethod "setHasTooltip" o = Gtk.Widget.WidgetSetHasTooltipMethodInfo
ResolveRootMethod "setHexpand" o = Gtk.Widget.WidgetSetHexpandMethodInfo
ResolveRootMethod "setHexpandSet" o = Gtk.Widget.WidgetSetHexpandSetMethodInfo
ResolveRootMethod "setLayoutManager" o = Gtk.Widget.WidgetSetLayoutManagerMethodInfo
ResolveRootMethod "setMarginBottom" o = Gtk.Widget.WidgetSetMarginBottomMethodInfo
ResolveRootMethod "setMarginEnd" o = Gtk.Widget.WidgetSetMarginEndMethodInfo
ResolveRootMethod "setMarginStart" o = Gtk.Widget.WidgetSetMarginStartMethodInfo
ResolveRootMethod "setMarginTop" o = Gtk.Widget.WidgetSetMarginTopMethodInfo
ResolveRootMethod "setName" o = Gtk.Widget.WidgetSetNameMethodInfo
ResolveRootMethod "setOpacity" o = Gtk.Widget.WidgetSetOpacityMethodInfo
ResolveRootMethod "setOverflow" o = Gtk.Widget.WidgetSetOverflowMethodInfo
ResolveRootMethod "setParent" o = Gtk.Widget.WidgetSetParentMethodInfo
ResolveRootMethod "setProperty" o = GObject.Object.ObjectSetPropertyMethodInfo
ResolveRootMethod "setReceivesDefault" o = Gtk.Widget.WidgetSetReceivesDefaultMethodInfo
ResolveRootMethod "setSensitive" o = Gtk.Widget.WidgetSetSensitiveMethodInfo
ResolveRootMethod "setSizeRequest" o = Gtk.Widget.WidgetSetSizeRequestMethodInfo
ResolveRootMethod "setStateFlags" o = Gtk.Widget.WidgetSetStateFlagsMethodInfo
ResolveRootMethod "setTooltipMarkup" o = Gtk.Widget.WidgetSetTooltipMarkupMethodInfo
ResolveRootMethod "setTooltipText" o = Gtk.Widget.WidgetSetTooltipTextMethodInfo
ResolveRootMethod "setValign" o = Gtk.Widget.WidgetSetValignMethodInfo
ResolveRootMethod "setVexpand" o = Gtk.Widget.WidgetSetVexpandMethodInfo
ResolveRootMethod "setVexpandSet" o = Gtk.Widget.WidgetSetVexpandSetMethodInfo
ResolveRootMethod "setVisible" o = Gtk.Widget.WidgetSetVisibleMethodInfo
ResolveRootMethod l o = O.MethodResolutionFailed l o
instance (info ~ ResolveRootMethod t Root, O.OverloadedMethod info Root p) => OL.IsLabel t (Root -> p) where
#if MIN_VERSION_base(4,10,0)
fromLabel = O.overloadedMethod @info
#else
fromLabel _ = O.overloadedMethod @info
#endif
#if MIN_VERSION_base(4,13,0)
instance (info ~ ResolveRootMethod t Root, O.OverloadedMethod info Root p, R.HasField t Root p) => R.HasField t Root p where
getField = O.overloadedMethod @info
#endif
instance (info ~ ResolveRootMethod t Root, O.OverloadedMethodInfo info Root) => OL.IsLabel t (O.MethodProxy info Root) where
#if MIN_VERSION_base(4,10,0)
fromLabel = O.MethodProxy
#else
fromLabel _ = O.MethodProxy
#endif
#endif
foreign import ccall "gtk_root_get_display" gtk_root_get_display ::
Ptr Root ->
IO (Ptr Gdk.Display.Display)
rootGetDisplay ::
(B.CallStack.HasCallStack, MonadIO m, IsRoot a) =>
a
-> m Gdk.Display.Display
rootGetDisplay :: forall (m :: * -> *) a.
(HasCallStack, MonadIO m, IsRoot a) =>
a -> m Display
rootGetDisplay a
self = IO Display -> m Display
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO Display -> m Display) -> IO Display -> m Display
forall a b. (a -> b) -> a -> b
$ do
Ptr Root
self' <- a -> IO (Ptr Root)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
self
Ptr Display
result <- Ptr Root -> IO (Ptr Display)
gtk_root_get_display Ptr Root
self'
Text -> Ptr Display -> IO ()
forall a. HasCallStack => Text -> Ptr a -> IO ()
checkUnexpectedReturnNULL Text
"rootGetDisplay" Ptr Display
result
Display
result' <- ((ManagedPtr Display -> Display) -> Ptr Display -> IO Display
forall a b.
(HasCallStack, GObject a, GObject b) =>
(ManagedPtr a -> a) -> Ptr b -> IO a
newObject ManagedPtr Display -> Display
Gdk.Display.Display) Ptr Display
result
a -> IO ()
forall a. ManagedPtrNewtype a => a -> IO ()
touchManagedPtr a
self
Display -> IO Display
forall (m :: * -> *) a. Monad m => a -> m a
return Display
result'
#if defined(ENABLE_OVERLOADING)
data RootGetDisplayMethodInfo
instance (signature ~ (m Gdk.Display.Display), MonadIO m, IsRoot a) => O.OverloadedMethod RootGetDisplayMethodInfo a signature where
overloadedMethod = rootGetDisplay
instance O.OverloadedMethodInfo RootGetDisplayMethodInfo a where
overloadedMethodInfo = O.MethodInfo {
O.overloadedMethodName = "GI.Gtk.Interfaces.Root.rootGetDisplay",
O.overloadedMethodURL = "https://hackage.haskell.org/package/gi-gtk-4.0.4/docs/GI-Gtk-Interfaces-Root.html#v:rootGetDisplay"
}
#endif
foreign import ccall "gtk_root_get_focus" gtk_root_get_focus ::
Ptr Root ->
IO (Ptr Gtk.Widget.Widget)
rootGetFocus ::
(B.CallStack.HasCallStack, MonadIO m, IsRoot a) =>
a
-> m (Maybe Gtk.Widget.Widget)
rootGetFocus :: forall (m :: * -> *) a.
(HasCallStack, MonadIO m, IsRoot a) =>
a -> m (Maybe Widget)
rootGetFocus a
self = IO (Maybe Widget) -> m (Maybe Widget)
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO (Maybe Widget) -> m (Maybe Widget))
-> IO (Maybe Widget) -> m (Maybe Widget)
forall a b. (a -> b) -> a -> b
$ do
Ptr Root
self' <- a -> IO (Ptr Root)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
self
Ptr Widget
result <- Ptr Root -> IO (Ptr Widget)
gtk_root_get_focus Ptr Root
self'
Maybe Widget
maybeResult <- Ptr Widget -> (Ptr Widget -> IO Widget) -> IO (Maybe Widget)
forall a b. Ptr a -> (Ptr a -> IO b) -> IO (Maybe b)
convertIfNonNull Ptr Widget
result ((Ptr Widget -> IO Widget) -> IO (Maybe Widget))
-> (Ptr Widget -> IO Widget) -> IO (Maybe Widget)
forall a b. (a -> b) -> a -> b
$ \Ptr Widget
result' -> do
Widget
result'' <- ((ManagedPtr Widget -> Widget) -> Ptr Widget -> IO Widget
forall a b.
(HasCallStack, GObject a, GObject b) =>
(ManagedPtr a -> a) -> Ptr b -> IO a
newObject ManagedPtr Widget -> Widget
Gtk.Widget.Widget) Ptr Widget
result'
Widget -> IO Widget
forall (m :: * -> *) a. Monad m => a -> m a
return Widget
result''
a -> IO ()
forall a. ManagedPtrNewtype a => a -> IO ()
touchManagedPtr a
self
Maybe Widget -> IO (Maybe Widget)
forall (m :: * -> *) a. Monad m => a -> m a
return Maybe Widget
maybeResult
#if defined(ENABLE_OVERLOADING)
data RootGetFocusMethodInfo
instance (signature ~ (m (Maybe Gtk.Widget.Widget)), MonadIO m, IsRoot a) => O.OverloadedMethod RootGetFocusMethodInfo a signature where
overloadedMethod = rootGetFocus
instance O.OverloadedMethodInfo RootGetFocusMethodInfo a where
overloadedMethodInfo = O.MethodInfo {
O.overloadedMethodName = "GI.Gtk.Interfaces.Root.rootGetFocus",
O.overloadedMethodURL = "https://hackage.haskell.org/package/gi-gtk-4.0.4/docs/GI-Gtk-Interfaces-Root.html#v:rootGetFocus"
}
#endif
foreign import ccall "gtk_root_set_focus" gtk_root_set_focus ::
Ptr Root ->
Ptr Gtk.Widget.Widget ->
IO ()
rootSetFocus ::
(B.CallStack.HasCallStack, MonadIO m, IsRoot a, Gtk.Widget.IsWidget b) =>
a
-> Maybe (b)
-> m ()
rootSetFocus :: forall (m :: * -> *) a b.
(HasCallStack, MonadIO m, IsRoot a, IsWidget b) =>
a -> Maybe b -> m ()
rootSetFocus a
self Maybe b
focus = IO () -> m ()
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ do
Ptr Root
self' <- a -> IO (Ptr Root)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
self
Ptr Widget
maybeFocus <- case Maybe b
focus of
Maybe b
Nothing -> Ptr Widget -> IO (Ptr Widget)
forall (m :: * -> *) a. Monad m => a -> m a
return Ptr Widget
forall a. Ptr a
nullPtr
Just b
jFocus -> do
Ptr Widget
jFocus' <- b -> IO (Ptr Widget)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr b
jFocus
Ptr Widget -> IO (Ptr Widget)
forall (m :: * -> *) a. Monad m => a -> m a
return Ptr Widget
jFocus'
Ptr Root -> Ptr Widget -> IO ()
gtk_root_set_focus Ptr Root
self' Ptr Widget
maybeFocus
a -> IO ()
forall a. ManagedPtrNewtype a => a -> IO ()
touchManagedPtr a
self
Maybe b -> (b -> IO ()) -> IO ()
forall (m :: * -> *) a. Monad m => Maybe a -> (a -> m ()) -> m ()
whenJust Maybe b
focus b -> IO ()
forall a. ManagedPtrNewtype a => a -> IO ()
touchManagedPtr
() -> IO ()
forall (m :: * -> *) a. Monad m => a -> m a
return ()
#if defined(ENABLE_OVERLOADING)
data RootSetFocusMethodInfo
instance (signature ~ (Maybe (b) -> m ()), MonadIO m, IsRoot a, Gtk.Widget.IsWidget b) => O.OverloadedMethod RootSetFocusMethodInfo a signature where
overloadedMethod = rootSetFocus
instance O.OverloadedMethodInfo RootSetFocusMethodInfo a where
overloadedMethodInfo = O.MethodInfo {
O.overloadedMethodName = "GI.Gtk.Interfaces.Root.rootSetFocus",
O.overloadedMethodURL = "https://hackage.haskell.org/package/gi-gtk-4.0.4/docs/GI-Gtk-Interfaces-Root.html#v:rootSetFocus"
}
#endif
#if defined(ENABLE_OVERLOADING)
type instance O.SignalList Root = RootSignalList
type RootSignalList = ('[ '("destroy", Gtk.Widget.WidgetDestroySignalInfo), '("directionChanged", Gtk.Widget.WidgetDirectionChangedSignalInfo), '("hide", Gtk.Widget.WidgetHideSignalInfo), '("keynavFailed", Gtk.Widget.WidgetKeynavFailedSignalInfo), '("map", Gtk.Widget.WidgetMapSignalInfo), '("mnemonicActivate", Gtk.Widget.WidgetMnemonicActivateSignalInfo), '("moveFocus", Gtk.Widget.WidgetMoveFocusSignalInfo), '("notify", GObject.Object.ObjectNotifySignalInfo), '("queryTooltip", Gtk.Widget.WidgetQueryTooltipSignalInfo), '("realize", Gtk.Widget.WidgetRealizeSignalInfo), '("show", Gtk.Widget.WidgetShowSignalInfo), '("stateFlagsChanged", Gtk.Widget.WidgetStateFlagsChangedSignalInfo), '("unmap", Gtk.Widget.WidgetUnmapSignalInfo), '("unrealize", Gtk.Widget.WidgetUnrealizeSignalInfo)] :: [(Symbol, *)])
#endif