{-# LANGUAGE TypeApplications #-}
#if (MIN_VERSION_haskell_gi_overloading(1,0,0) && !defined(__HADDOCK_VERSION__))
#define ENABLE_OVERLOADING
#endif
module GI.Gtk.Objects.GridLayoutChild
(
GridLayoutChild(..) ,
IsGridLayoutChild ,
toGridLayoutChild ,
#if defined(ENABLE_OVERLOADING)
ResolveGridLayoutChildMethod ,
#endif
#if defined(ENABLE_OVERLOADING)
GridLayoutChildGetColumnMethodInfo ,
#endif
gridLayoutChildGetColumn ,
#if defined(ENABLE_OVERLOADING)
GridLayoutChildGetColumnSpanMethodInfo ,
#endif
gridLayoutChildGetColumnSpan ,
#if defined(ENABLE_OVERLOADING)
GridLayoutChildGetRowMethodInfo ,
#endif
gridLayoutChildGetRow ,
#if defined(ENABLE_OVERLOADING)
GridLayoutChildGetRowSpanMethodInfo ,
#endif
gridLayoutChildGetRowSpan ,
#if defined(ENABLE_OVERLOADING)
GridLayoutChildSetColumnMethodInfo ,
#endif
gridLayoutChildSetColumn ,
#if defined(ENABLE_OVERLOADING)
GridLayoutChildSetColumnSpanMethodInfo ,
#endif
gridLayoutChildSetColumnSpan ,
#if defined(ENABLE_OVERLOADING)
GridLayoutChildSetRowMethodInfo ,
#endif
gridLayoutChildSetRow ,
#if defined(ENABLE_OVERLOADING)
GridLayoutChildSetRowSpanMethodInfo ,
#endif
gridLayoutChildSetRowSpan ,
#if defined(ENABLE_OVERLOADING)
GridLayoutChildColumnPropertyInfo ,
#endif
constructGridLayoutChildColumn ,
getGridLayoutChildColumn ,
#if defined(ENABLE_OVERLOADING)
gridLayoutChildColumn ,
#endif
setGridLayoutChildColumn ,
#if defined(ENABLE_OVERLOADING)
GridLayoutChildColumnSpanPropertyInfo ,
#endif
constructGridLayoutChildColumnSpan ,
getGridLayoutChildColumnSpan ,
#if defined(ENABLE_OVERLOADING)
gridLayoutChildColumnSpan ,
#endif
setGridLayoutChildColumnSpan ,
#if defined(ENABLE_OVERLOADING)
GridLayoutChildRowPropertyInfo ,
#endif
constructGridLayoutChildRow ,
getGridLayoutChildRow ,
#if defined(ENABLE_OVERLOADING)
gridLayoutChildRow ,
#endif
setGridLayoutChildRow ,
#if defined(ENABLE_OVERLOADING)
GridLayoutChildRowSpanPropertyInfo ,
#endif
constructGridLayoutChildRowSpan ,
getGridLayoutChildRowSpan ,
#if defined(ENABLE_OVERLOADING)
gridLayoutChildRowSpan ,
#endif
setGridLayoutChildRowSpan ,
) 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.GHashTable as B.GHT
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.Coerce as Coerce
import qualified Data.Text as T
import qualified Data.Kind as DK
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 Data.Word as DW
import qualified Data.Int as DI
import qualified System.Posix.Types as SPT
import qualified Foreign.C.Types as FCT
#if MIN_VERSION_base(4,18,0)
import qualified GI.Cairo.Structs.Context as Cairo.Context
import qualified GI.Cairo.Structs.FontOptions as Cairo.FontOptions
import qualified GI.GLib.Callbacks as GLib.Callbacks
import qualified GI.GLib.Structs.Bytes as GLib.Bytes
import qualified GI.GObject.Objects.Object as GObject.Object
import qualified GI.Gdk.Flags as Gdk.Flags
import qualified GI.Gdk.Interfaces.Paintable as Gdk.Paintable
import qualified GI.Gdk.Objects.Clipboard as Gdk.Clipboard
import qualified GI.Gdk.Objects.Cursor as Gdk.Cursor
import qualified GI.Gdk.Objects.Device as Gdk.Device
import qualified GI.Gdk.Objects.Display as Gdk.Display
import qualified GI.Gdk.Objects.Event as Gdk.Event
import qualified GI.Gdk.Objects.FrameClock as Gdk.FrameClock
import qualified GI.Gdk.Objects.Snapshot as Gdk.Snapshot
import qualified GI.Gdk.Objects.Surface as Gdk.Surface
import qualified GI.Gdk.Objects.Texture as Gdk.Texture
import qualified GI.Gdk.Structs.RGBA as Gdk.RGBA
import qualified GI.Gdk.Structs.Rectangle as Gdk.Rectangle
import qualified GI.Gio.Interfaces.ActionGroup as Gio.ActionGroup
import qualified GI.Gio.Interfaces.Icon as Gio.Icon
import qualified GI.Gio.Interfaces.ListModel as Gio.ListModel
import qualified GI.Graphene.Structs.Matrix as Graphene.Matrix
import qualified GI.Graphene.Structs.Point as Graphene.Point
import qualified GI.Graphene.Structs.Point3D as Graphene.Point3D
import qualified GI.Graphene.Structs.Rect as Graphene.Rect
import qualified GI.Graphene.Structs.Size as Graphene.Size
import qualified GI.Graphene.Structs.Vec3 as Graphene.Vec3
import qualified GI.Graphene.Structs.Vec4 as Graphene.Vec4
import qualified GI.Gsk.Enums as Gsk.Enums
import qualified GI.Gsk.Objects.GLShader as Gsk.GLShader
import qualified GI.Gsk.Objects.RenderNode as Gsk.RenderNode
import qualified GI.Gsk.Objects.Renderer as Gsk.Renderer
import qualified GI.Gsk.Structs.ColorStop as Gsk.ColorStop
import qualified GI.Gsk.Structs.Path as Gsk.Path
import qualified GI.Gsk.Structs.RoundedRect as Gsk.RoundedRect
import qualified GI.Gsk.Structs.Shadow as Gsk.Shadow
import qualified GI.Gsk.Structs.Stroke as Gsk.Stroke
import qualified GI.Gsk.Structs.Transform as Gsk.Transform
import qualified GI.Gtk.Callbacks as Gtk.Callbacks
import {-# SOURCE #-} qualified GI.Gtk.Enums as Gtk.Enums
import {-# SOURCE #-} qualified GI.Gtk.Flags as Gtk.Flags
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.ConstraintTarget as Gtk.ConstraintTarget
import {-# SOURCE #-} qualified GI.Gtk.Interfaces.Native as Gtk.Native
import {-# SOURCE #-} qualified GI.Gtk.Interfaces.Root as Gtk.Root
import {-# SOURCE #-} qualified GI.Gtk.Interfaces.StyleProvider as Gtk.StyleProvider
import {-# SOURCE #-} qualified GI.Gtk.Objects.ATContext as Gtk.ATContext
import {-# SOURCE #-} qualified GI.Gtk.Objects.EventController as Gtk.EventController
import {-# SOURCE #-} qualified GI.Gtk.Objects.LayoutChild as Gtk.LayoutChild
import {-# SOURCE #-} qualified GI.Gtk.Objects.LayoutManager as Gtk.LayoutManager
import {-# SOURCE #-} qualified GI.Gtk.Objects.Settings as Gtk.Settings
import {-# SOURCE #-} qualified GI.Gtk.Objects.Snapshot as Gtk.Snapshot
import {-# SOURCE #-} qualified GI.Gtk.Objects.StyleContext as Gtk.StyleContext
import {-# SOURCE #-} qualified GI.Gtk.Objects.Tooltip as Gtk.Tooltip
import {-# SOURCE #-} qualified GI.Gtk.Objects.Widget as Gtk.Widget
import {-# SOURCE #-} qualified GI.Gtk.Structs.Border as Gtk.Border
import {-# SOURCE #-} qualified GI.Gtk.Structs.Requisition as Gtk.Requisition
import qualified GI.Pango.Enums as Pango.Enums
import qualified GI.Pango.Objects.Context as Pango.Context
import qualified GI.Pango.Objects.FontMap as Pango.FontMap
import qualified GI.Pango.Objects.Layout as Pango.Layout
#else
import qualified GI.GObject.Objects.Object as GObject.Object
import {-# SOURCE #-} qualified GI.Gtk.Objects.LayoutChild as Gtk.LayoutChild
#endif
newtype GridLayoutChild = GridLayoutChild (SP.ManagedPtr GridLayoutChild)
deriving (GridLayoutChild -> GridLayoutChild -> Bool
(GridLayoutChild -> GridLayoutChild -> Bool)
-> (GridLayoutChild -> GridLayoutChild -> Bool)
-> Eq GridLayoutChild
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: GridLayoutChild -> GridLayoutChild -> Bool
== :: GridLayoutChild -> GridLayoutChild -> Bool
$c/= :: GridLayoutChild -> GridLayoutChild -> Bool
/= :: GridLayoutChild -> GridLayoutChild -> Bool
Eq)
instance SP.ManagedPtrNewtype GridLayoutChild where
toManagedPtr :: GridLayoutChild -> ManagedPtr GridLayoutChild
toManagedPtr (GridLayoutChild ManagedPtr GridLayoutChild
p) = ManagedPtr GridLayoutChild
p
foreign import ccall "gtk_grid_layout_child_get_type"
c_gtk_grid_layout_child_get_type :: IO B.Types.GType
instance B.Types.TypedObject GridLayoutChild where
glibType :: IO GType
glibType = IO GType
c_gtk_grid_layout_child_get_type
instance B.Types.GObject GridLayoutChild
class (SP.GObject o, O.IsDescendantOf GridLayoutChild o) => IsGridLayoutChild o
instance (SP.GObject o, O.IsDescendantOf GridLayoutChild o) => IsGridLayoutChild o
instance O.HasParentTypes GridLayoutChild
type instance O.ParentTypes GridLayoutChild = '[Gtk.LayoutChild.LayoutChild, GObject.Object.Object]
toGridLayoutChild :: (MIO.MonadIO m, IsGridLayoutChild o) => o -> m GridLayoutChild
toGridLayoutChild :: forall (m :: * -> *) o.
(MonadIO m, IsGridLayoutChild o) =>
o -> m GridLayoutChild
toGridLayoutChild = IO GridLayoutChild -> m GridLayoutChild
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO GridLayoutChild -> m GridLayoutChild)
-> (o -> IO GridLayoutChild) -> o -> m GridLayoutChild
forall b c a. (b -> c) -> (a -> b) -> a -> c
. (ManagedPtr GridLayoutChild -> GridLayoutChild)
-> o -> IO GridLayoutChild
forall o o'.
(HasCallStack, ManagedPtrNewtype o, TypedObject o,
ManagedPtrNewtype o', TypedObject o') =>
(ManagedPtr o' -> o') -> o -> IO o'
B.ManagedPtr.unsafeCastTo ManagedPtr GridLayoutChild -> GridLayoutChild
GridLayoutChild
instance B.GValue.IsGValue (Maybe GridLayoutChild) where
gvalueGType_ :: IO GType
gvalueGType_ = IO GType
c_gtk_grid_layout_child_get_type
gvalueSet_ :: Ptr GValue -> Maybe GridLayoutChild -> IO ()
gvalueSet_ Ptr GValue
gv Maybe GridLayoutChild
P.Nothing = Ptr GValue -> Ptr GridLayoutChild -> IO ()
forall a. GObject a => Ptr GValue -> Ptr a -> IO ()
B.GValue.set_object Ptr GValue
gv (Ptr GridLayoutChild
forall a. Ptr a
FP.nullPtr :: FP.Ptr GridLayoutChild)
gvalueSet_ Ptr GValue
gv (P.Just GridLayoutChild
obj) = GridLayoutChild -> (Ptr GridLayoutChild -> IO ()) -> IO ()
forall a c.
(HasCallStack, ManagedPtrNewtype a) =>
a -> (Ptr a -> IO c) -> IO c
B.ManagedPtr.withManagedPtr GridLayoutChild
obj (Ptr GValue -> Ptr GridLayoutChild -> IO ()
forall a. GObject a => Ptr GValue -> Ptr a -> IO ()
B.GValue.set_object Ptr GValue
gv)
gvalueGet_ :: Ptr GValue -> IO (Maybe GridLayoutChild)
gvalueGet_ Ptr GValue
gv = do
Ptr GridLayoutChild
ptr <- Ptr GValue -> IO (Ptr GridLayoutChild)
forall a. GObject a => Ptr GValue -> IO (Ptr a)
B.GValue.get_object Ptr GValue
gv :: IO (FP.Ptr GridLayoutChild)
if Ptr GridLayoutChild
ptr Ptr GridLayoutChild -> Ptr GridLayoutChild -> Bool
forall a. Eq a => a -> a -> Bool
/= Ptr GridLayoutChild
forall a. Ptr a
FP.nullPtr
then GridLayoutChild -> Maybe GridLayoutChild
forall a. a -> Maybe a
P.Just (GridLayoutChild -> Maybe GridLayoutChild)
-> IO GridLayoutChild -> IO (Maybe GridLayoutChild)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
<$> (ManagedPtr GridLayoutChild -> GridLayoutChild)
-> Ptr GridLayoutChild -> IO GridLayoutChild
forall a b.
(HasCallStack, GObject a, GObject b) =>
(ManagedPtr a -> a) -> Ptr b -> IO a
B.ManagedPtr.newObject ManagedPtr GridLayoutChild -> GridLayoutChild
GridLayoutChild Ptr GridLayoutChild
ptr
else Maybe GridLayoutChild -> IO (Maybe GridLayoutChild)
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return Maybe GridLayoutChild
forall a. Maybe a
P.Nothing
#if defined(ENABLE_OVERLOADING)
type family ResolveGridLayoutChildMethod (t :: Symbol) (o :: DK.Type) :: DK.Type where
ResolveGridLayoutChildMethod "bindProperty" o = GObject.Object.ObjectBindPropertyMethodInfo
ResolveGridLayoutChildMethod "bindPropertyFull" o = GObject.Object.ObjectBindPropertyFullMethodInfo
ResolveGridLayoutChildMethod "forceFloating" o = GObject.Object.ObjectForceFloatingMethodInfo
ResolveGridLayoutChildMethod "freezeNotify" o = GObject.Object.ObjectFreezeNotifyMethodInfo
ResolveGridLayoutChildMethod "getv" o = GObject.Object.ObjectGetvMethodInfo
ResolveGridLayoutChildMethod "isFloating" o = GObject.Object.ObjectIsFloatingMethodInfo
ResolveGridLayoutChildMethod "notify" o = GObject.Object.ObjectNotifyMethodInfo
ResolveGridLayoutChildMethod "notifyByPspec" o = GObject.Object.ObjectNotifyByPspecMethodInfo
ResolveGridLayoutChildMethod "ref" o = GObject.Object.ObjectRefMethodInfo
ResolveGridLayoutChildMethod "refSink" o = GObject.Object.ObjectRefSinkMethodInfo
ResolveGridLayoutChildMethod "runDispose" o = GObject.Object.ObjectRunDisposeMethodInfo
ResolveGridLayoutChildMethod "stealData" o = GObject.Object.ObjectStealDataMethodInfo
ResolveGridLayoutChildMethod "stealQdata" o = GObject.Object.ObjectStealQdataMethodInfo
ResolveGridLayoutChildMethod "thawNotify" o = GObject.Object.ObjectThawNotifyMethodInfo
ResolveGridLayoutChildMethod "unref" o = GObject.Object.ObjectUnrefMethodInfo
ResolveGridLayoutChildMethod "watchClosure" o = GObject.Object.ObjectWatchClosureMethodInfo
ResolveGridLayoutChildMethod "getChildWidget" o = Gtk.LayoutChild.LayoutChildGetChildWidgetMethodInfo
ResolveGridLayoutChildMethod "getColumn" o = GridLayoutChildGetColumnMethodInfo
ResolveGridLayoutChildMethod "getColumnSpan" o = GridLayoutChildGetColumnSpanMethodInfo
ResolveGridLayoutChildMethod "getData" o = GObject.Object.ObjectGetDataMethodInfo
ResolveGridLayoutChildMethod "getLayoutManager" o = Gtk.LayoutChild.LayoutChildGetLayoutManagerMethodInfo
ResolveGridLayoutChildMethod "getProperty" o = GObject.Object.ObjectGetPropertyMethodInfo
ResolveGridLayoutChildMethod "getQdata" o = GObject.Object.ObjectGetQdataMethodInfo
ResolveGridLayoutChildMethod "getRow" o = GridLayoutChildGetRowMethodInfo
ResolveGridLayoutChildMethod "getRowSpan" o = GridLayoutChildGetRowSpanMethodInfo
ResolveGridLayoutChildMethod "setColumn" o = GridLayoutChildSetColumnMethodInfo
ResolveGridLayoutChildMethod "setColumnSpan" o = GridLayoutChildSetColumnSpanMethodInfo
ResolveGridLayoutChildMethod "setData" o = GObject.Object.ObjectSetDataMethodInfo
ResolveGridLayoutChildMethod "setDataFull" o = GObject.Object.ObjectSetDataFullMethodInfo
ResolveGridLayoutChildMethod "setProperty" o = GObject.Object.ObjectSetPropertyMethodInfo
ResolveGridLayoutChildMethod "setRow" o = GridLayoutChildSetRowMethodInfo
ResolveGridLayoutChildMethod "setRowSpan" o = GridLayoutChildSetRowSpanMethodInfo
ResolveGridLayoutChildMethod l o = O.MethodResolutionFailed l o
instance (info ~ ResolveGridLayoutChildMethod t GridLayoutChild, O.OverloadedMethod info GridLayoutChild p) => OL.IsLabel t (GridLayoutChild -> 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 ~ ResolveGridLayoutChildMethod t GridLayoutChild, O.OverloadedMethod info GridLayoutChild p, R.HasField t GridLayoutChild p) => R.HasField t GridLayoutChild p where
getField = O.overloadedMethod @info
#endif
instance (info ~ ResolveGridLayoutChildMethod t GridLayoutChild, O.OverloadedMethodInfo info GridLayoutChild) => OL.IsLabel t (O.MethodProxy info GridLayoutChild) where
#if MIN_VERSION_base(4,10,0)
fromLabel = O.MethodProxy
#else
fromLabel _ = O.MethodProxy
#endif
#endif
getGridLayoutChildColumn :: (MonadIO m, IsGridLayoutChild o) => o -> m Int32
getGridLayoutChildColumn :: forall (m :: * -> *) o.
(MonadIO m, IsGridLayoutChild o) =>
o -> m Int32
getGridLayoutChildColumn o
obj = IO Int32 -> m Int32
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO Int32 -> m Int32) -> IO Int32 -> m Int32
forall a b. (a -> b) -> a -> b
$ o -> String -> IO Int32
forall a. GObject a => a -> String -> IO Int32
B.Properties.getObjectPropertyInt32 o
obj String
"column"
setGridLayoutChildColumn :: (MonadIO m, IsGridLayoutChild o) => o -> Int32 -> m ()
setGridLayoutChildColumn :: forall (m :: * -> *) o.
(MonadIO m, IsGridLayoutChild o) =>
o -> Int32 -> m ()
setGridLayoutChildColumn o
obj Int32
val = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ do
o -> String -> Int32 -> IO ()
forall a. GObject a => a -> String -> Int32 -> IO ()
B.Properties.setObjectPropertyInt32 o
obj String
"column" Int32
val
constructGridLayoutChildColumn :: (IsGridLayoutChild o, MIO.MonadIO m) => Int32 -> m (GValueConstruct o)
constructGridLayoutChildColumn :: forall o (m :: * -> *).
(IsGridLayoutChild o, MonadIO m) =>
Int32 -> m (GValueConstruct o)
constructGridLayoutChildColumn Int32
val = IO (GValueConstruct o) -> m (GValueConstruct o)
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (GValueConstruct o) -> m (GValueConstruct o))
-> IO (GValueConstruct o) -> m (GValueConstruct o)
forall a b. (a -> b) -> a -> b
$ do
IO (GValueConstruct o) -> IO (GValueConstruct o)
forall a. IO a -> IO a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (GValueConstruct o) -> IO (GValueConstruct o))
-> IO (GValueConstruct o) -> IO (GValueConstruct o)
forall a b. (a -> b) -> a -> b
$ String -> Int32 -> IO (GValueConstruct o)
forall o. String -> Int32 -> IO (GValueConstruct o)
B.Properties.constructObjectPropertyInt32 String
"column" Int32
val
#if defined(ENABLE_OVERLOADING)
data GridLayoutChildColumnPropertyInfo
instance AttrInfo GridLayoutChildColumnPropertyInfo where
type AttrAllowedOps GridLayoutChildColumnPropertyInfo = '[ 'AttrSet, 'AttrConstruct, 'AttrGet]
type AttrBaseTypeConstraint GridLayoutChildColumnPropertyInfo = IsGridLayoutChild
type AttrSetTypeConstraint GridLayoutChildColumnPropertyInfo = (~) Int32
type AttrTransferTypeConstraint GridLayoutChildColumnPropertyInfo = (~) Int32
type AttrTransferType GridLayoutChildColumnPropertyInfo = Int32
type AttrGetType GridLayoutChildColumnPropertyInfo = Int32
type AttrLabel GridLayoutChildColumnPropertyInfo = "column"
type AttrOrigin GridLayoutChildColumnPropertyInfo = GridLayoutChild
attrGet = getGridLayoutChildColumn
attrSet = setGridLayoutChildColumn
attrTransfer _ v = do
return v
attrConstruct = constructGridLayoutChildColumn
attrClear = undefined
dbgAttrInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.GridLayoutChild.column"
, O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk-4.0.11/docs/GI-Gtk-Objects-GridLayoutChild.html#g:attr:column"
})
#endif
getGridLayoutChildColumnSpan :: (MonadIO m, IsGridLayoutChild o) => o -> m Int32
getGridLayoutChildColumnSpan :: forall (m :: * -> *) o.
(MonadIO m, IsGridLayoutChild o) =>
o -> m Int32
getGridLayoutChildColumnSpan o
obj = IO Int32 -> m Int32
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO Int32 -> m Int32) -> IO Int32 -> m Int32
forall a b. (a -> b) -> a -> b
$ o -> String -> IO Int32
forall a. GObject a => a -> String -> IO Int32
B.Properties.getObjectPropertyInt32 o
obj String
"column-span"
setGridLayoutChildColumnSpan :: (MonadIO m, IsGridLayoutChild o) => o -> Int32 -> m ()
setGridLayoutChildColumnSpan :: forall (m :: * -> *) o.
(MonadIO m, IsGridLayoutChild o) =>
o -> Int32 -> m ()
setGridLayoutChildColumnSpan o
obj Int32
val = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ do
o -> String -> Int32 -> IO ()
forall a. GObject a => a -> String -> Int32 -> IO ()
B.Properties.setObjectPropertyInt32 o
obj String
"column-span" Int32
val
constructGridLayoutChildColumnSpan :: (IsGridLayoutChild o, MIO.MonadIO m) => Int32 -> m (GValueConstruct o)
constructGridLayoutChildColumnSpan :: forall o (m :: * -> *).
(IsGridLayoutChild o, MonadIO m) =>
Int32 -> m (GValueConstruct o)
constructGridLayoutChildColumnSpan Int32
val = IO (GValueConstruct o) -> m (GValueConstruct o)
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (GValueConstruct o) -> m (GValueConstruct o))
-> IO (GValueConstruct o) -> m (GValueConstruct o)
forall a b. (a -> b) -> a -> b
$ do
IO (GValueConstruct o) -> IO (GValueConstruct o)
forall a. IO a -> IO a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (GValueConstruct o) -> IO (GValueConstruct o))
-> IO (GValueConstruct o) -> IO (GValueConstruct o)
forall a b. (a -> b) -> a -> b
$ String -> Int32 -> IO (GValueConstruct o)
forall o. String -> Int32 -> IO (GValueConstruct o)
B.Properties.constructObjectPropertyInt32 String
"column-span" Int32
val
#if defined(ENABLE_OVERLOADING)
data GridLayoutChildColumnSpanPropertyInfo
instance AttrInfo GridLayoutChildColumnSpanPropertyInfo where
type AttrAllowedOps GridLayoutChildColumnSpanPropertyInfo = '[ 'AttrSet, 'AttrConstruct, 'AttrGet]
type AttrBaseTypeConstraint GridLayoutChildColumnSpanPropertyInfo = IsGridLayoutChild
type AttrSetTypeConstraint GridLayoutChildColumnSpanPropertyInfo = (~) Int32
type AttrTransferTypeConstraint GridLayoutChildColumnSpanPropertyInfo = (~) Int32
type AttrTransferType GridLayoutChildColumnSpanPropertyInfo = Int32
type AttrGetType GridLayoutChildColumnSpanPropertyInfo = Int32
type AttrLabel GridLayoutChildColumnSpanPropertyInfo = "column-span"
type AttrOrigin GridLayoutChildColumnSpanPropertyInfo = GridLayoutChild
attrGet = getGridLayoutChildColumnSpan
attrSet = setGridLayoutChildColumnSpan
attrTransfer _ v = do
return v
attrConstruct = constructGridLayoutChildColumnSpan
attrClear = undefined
dbgAttrInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.GridLayoutChild.columnSpan"
, O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk-4.0.11/docs/GI-Gtk-Objects-GridLayoutChild.html#g:attr:columnSpan"
})
#endif
getGridLayoutChildRow :: (MonadIO m, IsGridLayoutChild o) => o -> m Int32
getGridLayoutChildRow :: forall (m :: * -> *) o.
(MonadIO m, IsGridLayoutChild o) =>
o -> m Int32
getGridLayoutChildRow o
obj = IO Int32 -> m Int32
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO Int32 -> m Int32) -> IO Int32 -> m Int32
forall a b. (a -> b) -> a -> b
$ o -> String -> IO Int32
forall a. GObject a => a -> String -> IO Int32
B.Properties.getObjectPropertyInt32 o
obj String
"row"
setGridLayoutChildRow :: (MonadIO m, IsGridLayoutChild o) => o -> Int32 -> m ()
setGridLayoutChildRow :: forall (m :: * -> *) o.
(MonadIO m, IsGridLayoutChild o) =>
o -> Int32 -> m ()
setGridLayoutChildRow o
obj Int32
val = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ do
o -> String -> Int32 -> IO ()
forall a. GObject a => a -> String -> Int32 -> IO ()
B.Properties.setObjectPropertyInt32 o
obj String
"row" Int32
val
constructGridLayoutChildRow :: (IsGridLayoutChild o, MIO.MonadIO m) => Int32 -> m (GValueConstruct o)
constructGridLayoutChildRow :: forall o (m :: * -> *).
(IsGridLayoutChild o, MonadIO m) =>
Int32 -> m (GValueConstruct o)
constructGridLayoutChildRow Int32
val = IO (GValueConstruct o) -> m (GValueConstruct o)
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (GValueConstruct o) -> m (GValueConstruct o))
-> IO (GValueConstruct o) -> m (GValueConstruct o)
forall a b. (a -> b) -> a -> b
$ do
IO (GValueConstruct o) -> IO (GValueConstruct o)
forall a. IO a -> IO a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (GValueConstruct o) -> IO (GValueConstruct o))
-> IO (GValueConstruct o) -> IO (GValueConstruct o)
forall a b. (a -> b) -> a -> b
$ String -> Int32 -> IO (GValueConstruct o)
forall o. String -> Int32 -> IO (GValueConstruct o)
B.Properties.constructObjectPropertyInt32 String
"row" Int32
val
#if defined(ENABLE_OVERLOADING)
data GridLayoutChildRowPropertyInfo
instance AttrInfo GridLayoutChildRowPropertyInfo where
type AttrAllowedOps GridLayoutChildRowPropertyInfo = '[ 'AttrSet, 'AttrConstruct, 'AttrGet]
type AttrBaseTypeConstraint GridLayoutChildRowPropertyInfo = IsGridLayoutChild
type AttrSetTypeConstraint GridLayoutChildRowPropertyInfo = (~) Int32
type AttrTransferTypeConstraint GridLayoutChildRowPropertyInfo = (~) Int32
type AttrTransferType GridLayoutChildRowPropertyInfo = Int32
type AttrGetType GridLayoutChildRowPropertyInfo = Int32
type AttrLabel GridLayoutChildRowPropertyInfo = "row"
type AttrOrigin GridLayoutChildRowPropertyInfo = GridLayoutChild
attrGet = getGridLayoutChildRow
attrSet = setGridLayoutChildRow
attrTransfer _ v = do
return v
attrConstruct = constructGridLayoutChildRow
attrClear = undefined
dbgAttrInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.GridLayoutChild.row"
, O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk-4.0.11/docs/GI-Gtk-Objects-GridLayoutChild.html#g:attr:row"
})
#endif
getGridLayoutChildRowSpan :: (MonadIO m, IsGridLayoutChild o) => o -> m Int32
getGridLayoutChildRowSpan :: forall (m :: * -> *) o.
(MonadIO m, IsGridLayoutChild o) =>
o -> m Int32
getGridLayoutChildRowSpan o
obj = IO Int32 -> m Int32
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO Int32 -> m Int32) -> IO Int32 -> m Int32
forall a b. (a -> b) -> a -> b
$ o -> String -> IO Int32
forall a. GObject a => a -> String -> IO Int32
B.Properties.getObjectPropertyInt32 o
obj String
"row-span"
setGridLayoutChildRowSpan :: (MonadIO m, IsGridLayoutChild o) => o -> Int32 -> m ()
setGridLayoutChildRowSpan :: forall (m :: * -> *) o.
(MonadIO m, IsGridLayoutChild o) =>
o -> Int32 -> m ()
setGridLayoutChildRowSpan o
obj Int32
val = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ do
o -> String -> Int32 -> IO ()
forall a. GObject a => a -> String -> Int32 -> IO ()
B.Properties.setObjectPropertyInt32 o
obj String
"row-span" Int32
val
constructGridLayoutChildRowSpan :: (IsGridLayoutChild o, MIO.MonadIO m) => Int32 -> m (GValueConstruct o)
constructGridLayoutChildRowSpan :: forall o (m :: * -> *).
(IsGridLayoutChild o, MonadIO m) =>
Int32 -> m (GValueConstruct o)
constructGridLayoutChildRowSpan Int32
val = IO (GValueConstruct o) -> m (GValueConstruct o)
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (GValueConstruct o) -> m (GValueConstruct o))
-> IO (GValueConstruct o) -> m (GValueConstruct o)
forall a b. (a -> b) -> a -> b
$ do
IO (GValueConstruct o) -> IO (GValueConstruct o)
forall a. IO a -> IO a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (GValueConstruct o) -> IO (GValueConstruct o))
-> IO (GValueConstruct o) -> IO (GValueConstruct o)
forall a b. (a -> b) -> a -> b
$ String -> Int32 -> IO (GValueConstruct o)
forall o. String -> Int32 -> IO (GValueConstruct o)
B.Properties.constructObjectPropertyInt32 String
"row-span" Int32
val
#if defined(ENABLE_OVERLOADING)
data GridLayoutChildRowSpanPropertyInfo
instance AttrInfo GridLayoutChildRowSpanPropertyInfo where
type AttrAllowedOps GridLayoutChildRowSpanPropertyInfo = '[ 'AttrSet, 'AttrConstruct, 'AttrGet]
type AttrBaseTypeConstraint GridLayoutChildRowSpanPropertyInfo = IsGridLayoutChild
type AttrSetTypeConstraint GridLayoutChildRowSpanPropertyInfo = (~) Int32
type AttrTransferTypeConstraint GridLayoutChildRowSpanPropertyInfo = (~) Int32
type AttrTransferType GridLayoutChildRowSpanPropertyInfo = Int32
type AttrGetType GridLayoutChildRowSpanPropertyInfo = Int32
type AttrLabel GridLayoutChildRowSpanPropertyInfo = "row-span"
type AttrOrigin GridLayoutChildRowSpanPropertyInfo = GridLayoutChild
attrGet = getGridLayoutChildRowSpan
attrSet = setGridLayoutChildRowSpan
attrTransfer _ v = do
return v
attrConstruct = constructGridLayoutChildRowSpan
attrClear = undefined
dbgAttrInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.GridLayoutChild.rowSpan"
, O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk-4.0.11/docs/GI-Gtk-Objects-GridLayoutChild.html#g:attr:rowSpan"
})
#endif
#if defined(ENABLE_OVERLOADING)
instance O.HasAttributeList GridLayoutChild
type instance O.AttributeList GridLayoutChild = GridLayoutChildAttributeList
type GridLayoutChildAttributeList = ('[ '("childWidget", Gtk.LayoutChild.LayoutChildChildWidgetPropertyInfo), '("column", GridLayoutChildColumnPropertyInfo), '("columnSpan", GridLayoutChildColumnSpanPropertyInfo), '("layoutManager", Gtk.LayoutChild.LayoutChildLayoutManagerPropertyInfo), '("row", GridLayoutChildRowPropertyInfo), '("rowSpan", GridLayoutChildRowSpanPropertyInfo)] :: [(Symbol, DK.Type)])
#endif
#if defined(ENABLE_OVERLOADING)
gridLayoutChildColumn :: AttrLabelProxy "column"
gridLayoutChildColumn = AttrLabelProxy
gridLayoutChildColumnSpan :: AttrLabelProxy "columnSpan"
gridLayoutChildColumnSpan = AttrLabelProxy
gridLayoutChildRow :: AttrLabelProxy "row"
gridLayoutChildRow = AttrLabelProxy
gridLayoutChildRowSpan :: AttrLabelProxy "rowSpan"
gridLayoutChildRowSpan = AttrLabelProxy
#endif
#if defined(ENABLE_OVERLOADING)
type instance O.SignalList GridLayoutChild = GridLayoutChildSignalList
type GridLayoutChildSignalList = ('[ '("notify", GObject.Object.ObjectNotifySignalInfo)] :: [(Symbol, DK.Type)])
#endif
foreign import ccall "gtk_grid_layout_child_get_column" gtk_grid_layout_child_get_column ::
Ptr GridLayoutChild ->
IO Int32
gridLayoutChildGetColumn ::
(B.CallStack.HasCallStack, MonadIO m, IsGridLayoutChild a) =>
a
-> m Int32
gridLayoutChildGetColumn :: forall (m :: * -> *) a.
(HasCallStack, MonadIO m, IsGridLayoutChild a) =>
a -> m Int32
gridLayoutChildGetColumn a
child = IO Int32 -> m Int32
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO Int32 -> m Int32) -> IO Int32 -> m Int32
forall a b. (a -> b) -> a -> b
$ do
Ptr GridLayoutChild
child' <- a -> IO (Ptr GridLayoutChild)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
child
Int32
result <- Ptr GridLayoutChild -> IO Int32
gtk_grid_layout_child_get_column Ptr GridLayoutChild
child'
a -> IO ()
forall a. ManagedPtrNewtype a => a -> IO ()
touchManagedPtr a
child
Int32 -> IO Int32
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return Int32
result
#if defined(ENABLE_OVERLOADING)
data GridLayoutChildGetColumnMethodInfo
instance (signature ~ (m Int32), MonadIO m, IsGridLayoutChild a) => O.OverloadedMethod GridLayoutChildGetColumnMethodInfo a signature where
overloadedMethod = gridLayoutChildGetColumn
instance O.OverloadedMethodInfo GridLayoutChildGetColumnMethodInfo a where
overloadedMethodInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.GridLayoutChild.gridLayoutChildGetColumn",
O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk-4.0.11/docs/GI-Gtk-Objects-GridLayoutChild.html#v:gridLayoutChildGetColumn"
})
#endif
foreign import ccall "gtk_grid_layout_child_get_column_span" gtk_grid_layout_child_get_column_span ::
Ptr GridLayoutChild ->
IO Int32
gridLayoutChildGetColumnSpan ::
(B.CallStack.HasCallStack, MonadIO m, IsGridLayoutChild a) =>
a
-> m Int32
gridLayoutChildGetColumnSpan :: forall (m :: * -> *) a.
(HasCallStack, MonadIO m, IsGridLayoutChild a) =>
a -> m Int32
gridLayoutChildGetColumnSpan a
child = IO Int32 -> m Int32
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO Int32 -> m Int32) -> IO Int32 -> m Int32
forall a b. (a -> b) -> a -> b
$ do
Ptr GridLayoutChild
child' <- a -> IO (Ptr GridLayoutChild)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
child
Int32
result <- Ptr GridLayoutChild -> IO Int32
gtk_grid_layout_child_get_column_span Ptr GridLayoutChild
child'
a -> IO ()
forall a. ManagedPtrNewtype a => a -> IO ()
touchManagedPtr a
child
Int32 -> IO Int32
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return Int32
result
#if defined(ENABLE_OVERLOADING)
data GridLayoutChildGetColumnSpanMethodInfo
instance (signature ~ (m Int32), MonadIO m, IsGridLayoutChild a) => O.OverloadedMethod GridLayoutChildGetColumnSpanMethodInfo a signature where
overloadedMethod = gridLayoutChildGetColumnSpan
instance O.OverloadedMethodInfo GridLayoutChildGetColumnSpanMethodInfo a where
overloadedMethodInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.GridLayoutChild.gridLayoutChildGetColumnSpan",
O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk-4.0.11/docs/GI-Gtk-Objects-GridLayoutChild.html#v:gridLayoutChildGetColumnSpan"
})
#endif
foreign import ccall "gtk_grid_layout_child_get_row" gtk_grid_layout_child_get_row ::
Ptr GridLayoutChild ->
IO Int32
gridLayoutChildGetRow ::
(B.CallStack.HasCallStack, MonadIO m, IsGridLayoutChild a) =>
a
-> m Int32
gridLayoutChildGetRow :: forall (m :: * -> *) a.
(HasCallStack, MonadIO m, IsGridLayoutChild a) =>
a -> m Int32
gridLayoutChildGetRow a
child = IO Int32 -> m Int32
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO Int32 -> m Int32) -> IO Int32 -> m Int32
forall a b. (a -> b) -> a -> b
$ do
Ptr GridLayoutChild
child' <- a -> IO (Ptr GridLayoutChild)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
child
Int32
result <- Ptr GridLayoutChild -> IO Int32
gtk_grid_layout_child_get_row Ptr GridLayoutChild
child'
a -> IO ()
forall a. ManagedPtrNewtype a => a -> IO ()
touchManagedPtr a
child
Int32 -> IO Int32
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return Int32
result
#if defined(ENABLE_OVERLOADING)
data GridLayoutChildGetRowMethodInfo
instance (signature ~ (m Int32), MonadIO m, IsGridLayoutChild a) => O.OverloadedMethod GridLayoutChildGetRowMethodInfo a signature where
overloadedMethod = gridLayoutChildGetRow
instance O.OverloadedMethodInfo GridLayoutChildGetRowMethodInfo a where
overloadedMethodInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.GridLayoutChild.gridLayoutChildGetRow",
O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk-4.0.11/docs/GI-Gtk-Objects-GridLayoutChild.html#v:gridLayoutChildGetRow"
})
#endif
foreign import ccall "gtk_grid_layout_child_get_row_span" gtk_grid_layout_child_get_row_span ::
Ptr GridLayoutChild ->
IO Int32
gridLayoutChildGetRowSpan ::
(B.CallStack.HasCallStack, MonadIO m, IsGridLayoutChild a) =>
a
-> m Int32
gridLayoutChildGetRowSpan :: forall (m :: * -> *) a.
(HasCallStack, MonadIO m, IsGridLayoutChild a) =>
a -> m Int32
gridLayoutChildGetRowSpan a
child = IO Int32 -> m Int32
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO Int32 -> m Int32) -> IO Int32 -> m Int32
forall a b. (a -> b) -> a -> b
$ do
Ptr GridLayoutChild
child' <- a -> IO (Ptr GridLayoutChild)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
child
Int32
result <- Ptr GridLayoutChild -> IO Int32
gtk_grid_layout_child_get_row_span Ptr GridLayoutChild
child'
a -> IO ()
forall a. ManagedPtrNewtype a => a -> IO ()
touchManagedPtr a
child
Int32 -> IO Int32
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return Int32
result
#if defined(ENABLE_OVERLOADING)
data GridLayoutChildGetRowSpanMethodInfo
instance (signature ~ (m Int32), MonadIO m, IsGridLayoutChild a) => O.OverloadedMethod GridLayoutChildGetRowSpanMethodInfo a signature where
overloadedMethod = gridLayoutChildGetRowSpan
instance O.OverloadedMethodInfo GridLayoutChildGetRowSpanMethodInfo a where
overloadedMethodInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.GridLayoutChild.gridLayoutChildGetRowSpan",
O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk-4.0.11/docs/GI-Gtk-Objects-GridLayoutChild.html#v:gridLayoutChildGetRowSpan"
})
#endif
foreign import ccall "gtk_grid_layout_child_set_column" gtk_grid_layout_child_set_column ::
Ptr GridLayoutChild ->
Int32 ->
IO ()
gridLayoutChildSetColumn ::
(B.CallStack.HasCallStack, MonadIO m, IsGridLayoutChild a) =>
a
-> Int32
-> m ()
gridLayoutChildSetColumn :: forall (m :: * -> *) a.
(HasCallStack, MonadIO m, IsGridLayoutChild a) =>
a -> Int32 -> m ()
gridLayoutChildSetColumn a
child Int32
column = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ do
Ptr GridLayoutChild
child' <- a -> IO (Ptr GridLayoutChild)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
child
Ptr GridLayoutChild -> Int32 -> IO ()
gtk_grid_layout_child_set_column Ptr GridLayoutChild
child' Int32
column
a -> IO ()
forall a. ManagedPtrNewtype a => a -> IO ()
touchManagedPtr a
child
() -> IO ()
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return ()
#if defined(ENABLE_OVERLOADING)
data GridLayoutChildSetColumnMethodInfo
instance (signature ~ (Int32 -> m ()), MonadIO m, IsGridLayoutChild a) => O.OverloadedMethod GridLayoutChildSetColumnMethodInfo a signature where
overloadedMethod = gridLayoutChildSetColumn
instance O.OverloadedMethodInfo GridLayoutChildSetColumnMethodInfo a where
overloadedMethodInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.GridLayoutChild.gridLayoutChildSetColumn",
O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk-4.0.11/docs/GI-Gtk-Objects-GridLayoutChild.html#v:gridLayoutChildSetColumn"
})
#endif
foreign import ccall "gtk_grid_layout_child_set_column_span" gtk_grid_layout_child_set_column_span ::
Ptr GridLayoutChild ->
Int32 ->
IO ()
gridLayoutChildSetColumnSpan ::
(B.CallStack.HasCallStack, MonadIO m, IsGridLayoutChild a) =>
a
-> Int32
-> m ()
gridLayoutChildSetColumnSpan :: forall (m :: * -> *) a.
(HasCallStack, MonadIO m, IsGridLayoutChild a) =>
a -> Int32 -> m ()
gridLayoutChildSetColumnSpan a
child Int32
span = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ do
Ptr GridLayoutChild
child' <- a -> IO (Ptr GridLayoutChild)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
child
Ptr GridLayoutChild -> Int32 -> IO ()
gtk_grid_layout_child_set_column_span Ptr GridLayoutChild
child' Int32
span
a -> IO ()
forall a. ManagedPtrNewtype a => a -> IO ()
touchManagedPtr a
child
() -> IO ()
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return ()
#if defined(ENABLE_OVERLOADING)
data GridLayoutChildSetColumnSpanMethodInfo
instance (signature ~ (Int32 -> m ()), MonadIO m, IsGridLayoutChild a) => O.OverloadedMethod GridLayoutChildSetColumnSpanMethodInfo a signature where
overloadedMethod = gridLayoutChildSetColumnSpan
instance O.OverloadedMethodInfo GridLayoutChildSetColumnSpanMethodInfo a where
overloadedMethodInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.GridLayoutChild.gridLayoutChildSetColumnSpan",
O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk-4.0.11/docs/GI-Gtk-Objects-GridLayoutChild.html#v:gridLayoutChildSetColumnSpan"
})
#endif
foreign import ccall "gtk_grid_layout_child_set_row" gtk_grid_layout_child_set_row ::
Ptr GridLayoutChild ->
Int32 ->
IO ()
gridLayoutChildSetRow ::
(B.CallStack.HasCallStack, MonadIO m, IsGridLayoutChild a) =>
a
-> Int32
-> m ()
gridLayoutChildSetRow :: forall (m :: * -> *) a.
(HasCallStack, MonadIO m, IsGridLayoutChild a) =>
a -> Int32 -> m ()
gridLayoutChildSetRow a
child Int32
row = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ do
Ptr GridLayoutChild
child' <- a -> IO (Ptr GridLayoutChild)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
child
Ptr GridLayoutChild -> Int32 -> IO ()
gtk_grid_layout_child_set_row Ptr GridLayoutChild
child' Int32
row
a -> IO ()
forall a. ManagedPtrNewtype a => a -> IO ()
touchManagedPtr a
child
() -> IO ()
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return ()
#if defined(ENABLE_OVERLOADING)
data GridLayoutChildSetRowMethodInfo
instance (signature ~ (Int32 -> m ()), MonadIO m, IsGridLayoutChild a) => O.OverloadedMethod GridLayoutChildSetRowMethodInfo a signature where
overloadedMethod = gridLayoutChildSetRow
instance O.OverloadedMethodInfo GridLayoutChildSetRowMethodInfo a where
overloadedMethodInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.GridLayoutChild.gridLayoutChildSetRow",
O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk-4.0.11/docs/GI-Gtk-Objects-GridLayoutChild.html#v:gridLayoutChildSetRow"
})
#endif
foreign import ccall "gtk_grid_layout_child_set_row_span" gtk_grid_layout_child_set_row_span ::
Ptr GridLayoutChild ->
Int32 ->
IO ()
gridLayoutChildSetRowSpan ::
(B.CallStack.HasCallStack, MonadIO m, IsGridLayoutChild a) =>
a
-> Int32
-> m ()
gridLayoutChildSetRowSpan :: forall (m :: * -> *) a.
(HasCallStack, MonadIO m, IsGridLayoutChild a) =>
a -> Int32 -> m ()
gridLayoutChildSetRowSpan a
child Int32
span = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ do
Ptr GridLayoutChild
child' <- a -> IO (Ptr GridLayoutChild)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
child
Ptr GridLayoutChild -> Int32 -> IO ()
gtk_grid_layout_child_set_row_span Ptr GridLayoutChild
child' Int32
span
a -> IO ()
forall a. ManagedPtrNewtype a => a -> IO ()
touchManagedPtr a
child
() -> IO ()
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return ()
#if defined(ENABLE_OVERLOADING)
data GridLayoutChildSetRowSpanMethodInfo
instance (signature ~ (Int32 -> m ()), MonadIO m, IsGridLayoutChild a) => O.OverloadedMethod GridLayoutChildSetRowSpanMethodInfo a signature where
overloadedMethod = gridLayoutChildSetRowSpan
instance O.OverloadedMethodInfo GridLayoutChildSetRowSpanMethodInfo a where
overloadedMethodInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.GridLayoutChild.gridLayoutChildSetRowSpan",
O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk-4.0.11/docs/GI-Gtk-Objects-GridLayoutChild.html#v:gridLayoutChildSetRowSpan"
})
#endif