{-# LANGUAGE TypeApplications #-}
#if (MIN_VERSION_haskell_gi_overloading(1,0,0) && !defined(__HADDOCK_VERSION__))
#define ENABLE_OVERLOADING
#endif
module GI.Gtk.Structs.FixedChild
(
FixedChild(..) ,
newZeroFixedChild ,
#if defined(ENABLE_OVERLOADING)
ResolveFixedChildMethod ,
#endif
clearFixedChildWidget ,
#if defined(ENABLE_OVERLOADING)
fixedChild_widget ,
#endif
getFixedChildWidget ,
setFixedChildWidget ,
#if defined(ENABLE_OVERLOADING)
fixedChild_x ,
#endif
getFixedChildX ,
setFixedChildX ,
#if defined(ENABLE_OVERLOADING)
fixedChild_y ,
#endif
getFixedChildY ,
setFixedChildY ,
) 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.Atk.Interfaces.ImplementorIface as Atk.ImplementorIface
import qualified GI.Atk.Objects.Object as Atk.Object
import qualified GI.Cairo.Structs.Context as Cairo.Context
import qualified GI.Cairo.Structs.FontOptions as Cairo.FontOptions
import qualified GI.Cairo.Structs.Region as Cairo.Region
import qualified GI.Cairo.Structs.Surface as Cairo.Surface
import qualified GI.GLib.Callbacks as GLib.Callbacks
import qualified GI.GLib.Structs.MarkupParser as GLib.MarkupParser
import qualified GI.GObject.Callbacks as GObject.Callbacks
import qualified GI.GObject.Objects.Object as GObject.Object
import qualified GI.Gdk.Enums as Gdk.Enums
import qualified GI.Gdk.Flags as Gdk.Flags
import qualified GI.Gdk.Objects.Device as Gdk.Device
import qualified GI.Gdk.Objects.Display as Gdk.Display
import qualified GI.Gdk.Objects.DragContext as Gdk.DragContext
import qualified GI.Gdk.Objects.FrameClock as Gdk.FrameClock
import qualified GI.Gdk.Objects.Screen as Gdk.Screen
import qualified GI.Gdk.Objects.Visual as Gdk.Visual
import qualified GI.Gdk.Objects.Window as Gdk.Window
import qualified GI.Gdk.Structs.Atom as Gdk.Atom
import qualified GI.Gdk.Structs.Color as Gdk.Color
import qualified GI.Gdk.Structs.EventAny as Gdk.EventAny
import qualified GI.Gdk.Structs.EventButton as Gdk.EventButton
import qualified GI.Gdk.Structs.EventConfigure as Gdk.EventConfigure
import qualified GI.Gdk.Structs.EventCrossing as Gdk.EventCrossing
import qualified GI.Gdk.Structs.EventExpose as Gdk.EventExpose
import qualified GI.Gdk.Structs.EventFocus as Gdk.EventFocus
import qualified GI.Gdk.Structs.EventGrabBroken as Gdk.EventGrabBroken
import qualified GI.Gdk.Structs.EventKey as Gdk.EventKey
import qualified GI.Gdk.Structs.EventMotion as Gdk.EventMotion
import qualified GI.Gdk.Structs.EventOwnerChange as Gdk.EventOwnerChange
import qualified GI.Gdk.Structs.EventProperty as Gdk.EventProperty
import qualified GI.Gdk.Structs.EventProximity as Gdk.EventProximity
import qualified GI.Gdk.Structs.EventScroll as Gdk.EventScroll
import qualified GI.Gdk.Structs.EventSelection as Gdk.EventSelection
import qualified GI.Gdk.Structs.EventVisibility as Gdk.EventVisibility
import qualified GI.Gdk.Structs.EventWindowState as Gdk.EventWindowState
import qualified GI.Gdk.Structs.Geometry as Gdk.Geometry
import qualified GI.Gdk.Structs.RGBA as Gdk.RGBA
import qualified GI.Gdk.Structs.Rectangle as Gdk.Rectangle
import qualified GI.Gdk.Unions.Event as Gdk.Event
import qualified GI.GdkPixbuf.Objects.Pixbuf as GdkPixbuf.Pixbuf
import qualified GI.Gio.Flags as Gio.Flags
import qualified GI.Gio.Interfaces.ActionGroup as Gio.ActionGroup
import qualified GI.Gio.Interfaces.ActionMap as Gio.ActionMap
import qualified GI.Gio.Interfaces.File as Gio.File
import qualified GI.Gio.Interfaces.Icon as Gio.Icon
import qualified GI.Gio.Objects.Application as Gio.Application
import qualified GI.Gio.Objects.Menu as Gio.Menu
import qualified GI.Gio.Objects.MenuModel as Gio.MenuModel
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.Buildable as Gtk.Buildable
import {-# SOURCE #-} qualified GI.Gtk.Interfaces.StyleProvider as Gtk.StyleProvider
import {-# SOURCE #-} qualified GI.Gtk.Objects.AccelGroup as Gtk.AccelGroup
import {-# SOURCE #-} qualified GI.Gtk.Objects.Adjustment as Gtk.Adjustment
import {-# SOURCE #-} qualified GI.Gtk.Objects.Application as Gtk.Application
import {-# SOURCE #-} qualified GI.Gtk.Objects.Bin as Gtk.Bin
import {-# SOURCE #-} qualified GI.Gtk.Objects.Builder as Gtk.Builder
import {-# SOURCE #-} qualified GI.Gtk.Objects.Clipboard as Gtk.Clipboard
import {-# SOURCE #-} qualified GI.Gtk.Objects.Container as Gtk.Container
import {-# SOURCE #-} qualified GI.Gtk.Objects.IconFactory as Gtk.IconFactory
import {-# SOURCE #-} qualified GI.Gtk.Objects.RcStyle as Gtk.RcStyle
import {-# SOURCE #-} qualified GI.Gtk.Objects.Settings as Gtk.Settings
import {-# SOURCE #-} qualified GI.Gtk.Objects.Style as Gtk.Style
import {-# SOURCE #-} qualified GI.Gtk.Objects.StyleContext as Gtk.StyleContext
import {-# SOURCE #-} qualified GI.Gtk.Objects.StyleProperties as Gtk.StyleProperties
import {-# SOURCE #-} qualified GI.Gtk.Objects.TextBuffer as Gtk.TextBuffer
import {-# SOURCE #-} qualified GI.Gtk.Objects.TextChildAnchor as Gtk.TextChildAnchor
import {-# SOURCE #-} qualified GI.Gtk.Objects.TextMark as Gtk.TextMark
import {-# SOURCE #-} qualified GI.Gtk.Objects.TextTag as Gtk.TextTag
import {-# SOURCE #-} qualified GI.Gtk.Objects.TextTagTable as Gtk.TextTagTable
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.Objects.Window as Gtk.Window
import {-# SOURCE #-} qualified GI.Gtk.Objects.WindowGroup as Gtk.WindowGroup
import {-# SOURCE #-} qualified GI.Gtk.Structs.AccelGroupEntry as Gtk.AccelGroupEntry
import {-# SOURCE #-} qualified GI.Gtk.Structs.AccelKey as Gtk.AccelKey
import {-# SOURCE #-} qualified GI.Gtk.Structs.Border as Gtk.Border
import {-# SOURCE #-} qualified GI.Gtk.Structs.CssSection as Gtk.CssSection
import {-# SOURCE #-} qualified GI.Gtk.Structs.IconSet as Gtk.IconSet
import {-# SOURCE #-} qualified GI.Gtk.Structs.IconSource as Gtk.IconSource
import {-# SOURCE #-} qualified GI.Gtk.Structs.Requisition as Gtk.Requisition
import {-# SOURCE #-} qualified GI.Gtk.Structs.SelectionData as Gtk.SelectionData
import {-# SOURCE #-} qualified GI.Gtk.Structs.SettingsValue as Gtk.SettingsValue
import {-# SOURCE #-} qualified GI.Gtk.Structs.SymbolicColor as Gtk.SymbolicColor
import {-# SOURCE #-} qualified GI.Gtk.Structs.TargetEntry as Gtk.TargetEntry
import {-# SOURCE #-} qualified GI.Gtk.Structs.TargetList as Gtk.TargetList
import {-# SOURCE #-} qualified GI.Gtk.Structs.TextAppearance as Gtk.TextAppearance
import {-# SOURCE #-} qualified GI.Gtk.Structs.TextAttributes as Gtk.TextAttributes
import {-# SOURCE #-} qualified GI.Gtk.Structs.TextIter as Gtk.TextIter
import {-# SOURCE #-} qualified GI.Gtk.Structs.WidgetPath as Gtk.WidgetPath
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
import qualified GI.Pango.Structs.FontDescription as Pango.FontDescription
import qualified GI.Pango.Structs.Language as Pango.Language
import qualified GI.Pango.Structs.TabArray as Pango.TabArray
#else
import {-# SOURCE #-} qualified GI.Gtk.Objects.Widget as Gtk.Widget
#endif
newtype FixedChild = FixedChild (SP.ManagedPtr FixedChild)
deriving (FixedChild -> FixedChild -> Bool
(FixedChild -> FixedChild -> Bool)
-> (FixedChild -> FixedChild -> Bool) -> Eq FixedChild
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: FixedChild -> FixedChild -> Bool
== :: FixedChild -> FixedChild -> Bool
$c/= :: FixedChild -> FixedChild -> Bool
/= :: FixedChild -> FixedChild -> Bool
Eq)
instance SP.ManagedPtrNewtype FixedChild where
toManagedPtr :: FixedChild -> ManagedPtr FixedChild
toManagedPtr (FixedChild ManagedPtr FixedChild
p) = ManagedPtr FixedChild
p
instance BoxedPtr FixedChild where
boxedPtrCopy :: FixedChild -> IO FixedChild
boxedPtrCopy = \FixedChild
p -> FixedChild -> (Ptr FixedChild -> IO FixedChild) -> IO FixedChild
forall a c.
(HasCallStack, ManagedPtrNewtype a) =>
a -> (Ptr a -> IO c) -> IO c
B.ManagedPtr.withManagedPtr FixedChild
p (Int -> Ptr FixedChild -> IO (Ptr FixedChild)
forall a. (HasCallStack, CallocPtr a) => Int -> Ptr a -> IO (Ptr a)
copyBytes Int
16 (Ptr FixedChild -> IO (Ptr FixedChild))
-> (Ptr FixedChild -> IO FixedChild)
-> Ptr FixedChild
-> IO FixedChild
forall (m :: * -> *) a b c.
Monad m =>
(a -> m b) -> (b -> m c) -> a -> m c
>=> (ManagedPtr FixedChild -> FixedChild)
-> Ptr FixedChild -> IO FixedChild
forall a.
(HasCallStack, BoxedPtr a) =>
(ManagedPtr a -> a) -> Ptr a -> IO a
B.ManagedPtr.wrapPtr ManagedPtr FixedChild -> FixedChild
FixedChild)
boxedPtrFree :: FixedChild -> IO ()
boxedPtrFree = \FixedChild
x -> FixedChild -> (Ptr FixedChild -> IO ()) -> IO ()
forall a c.
(HasCallStack, ManagedPtrNewtype a) =>
a -> (Ptr a -> IO c) -> IO c
SP.withManagedPtr FixedChild
x Ptr FixedChild -> IO ()
forall a. Ptr a -> IO ()
SP.freeMem
instance CallocPtr FixedChild where
boxedPtrCalloc :: IO (Ptr FixedChild)
boxedPtrCalloc = Int -> IO (Ptr FixedChild)
forall a. Int -> IO (Ptr a)
callocBytes Int
16
newZeroFixedChild :: MonadIO m => m FixedChild
newZeroFixedChild :: forall (m :: * -> *). MonadIO m => m FixedChild
newZeroFixedChild = IO FixedChild -> m FixedChild
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO FixedChild -> m FixedChild) -> IO FixedChild -> m FixedChild
forall a b. (a -> b) -> a -> b
$ IO (Ptr FixedChild)
forall a. CallocPtr a => IO (Ptr a)
boxedPtrCalloc IO (Ptr FixedChild)
-> (Ptr FixedChild -> IO FixedChild) -> IO FixedChild
forall a b. IO a -> (a -> IO b) -> IO b
forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
>>= (ManagedPtr FixedChild -> FixedChild)
-> Ptr FixedChild -> IO FixedChild
forall a.
(HasCallStack, BoxedPtr a) =>
(ManagedPtr a -> a) -> Ptr a -> IO a
wrapPtr ManagedPtr FixedChild -> FixedChild
FixedChild
instance tag ~ 'AttrSet => Constructible FixedChild tag where
new :: forall (m :: * -> *).
MonadIO m =>
(ManagedPtr FixedChild -> FixedChild)
-> [AttrOp FixedChild tag] -> m FixedChild
new ManagedPtr FixedChild -> FixedChild
_ [AttrOp FixedChild tag]
attrs = do
FixedChild
o <- m FixedChild
forall (m :: * -> *). MonadIO m => m FixedChild
newZeroFixedChild
FixedChild -> [AttrOp FixedChild 'AttrSet] -> m ()
forall o (m :: * -> *).
MonadIO m =>
o -> [AttrOp o 'AttrSet] -> m ()
GI.Attributes.set FixedChild
o [AttrOp FixedChild tag]
[AttrOp FixedChild 'AttrSet]
attrs
FixedChild -> m FixedChild
forall a. a -> m a
forall (m :: * -> *) a. Monad m => a -> m a
return FixedChild
o
getFixedChildWidget :: MonadIO m => FixedChild -> m (Maybe Gtk.Widget.Widget)
getFixedChildWidget :: forall (m :: * -> *). MonadIO m => FixedChild -> m (Maybe Widget)
getFixedChildWidget FixedChild
s = IO (Maybe Widget) -> m (Maybe Widget)
forall a. IO a -> m a
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
$ FixedChild
-> (Ptr FixedChild -> IO (Maybe Widget)) -> IO (Maybe Widget)
forall a c.
(HasCallStack, ManagedPtrNewtype a) =>
a -> (Ptr a -> IO c) -> IO c
withManagedPtr FixedChild
s ((Ptr FixedChild -> IO (Maybe Widget)) -> IO (Maybe Widget))
-> (Ptr FixedChild -> IO (Maybe Widget)) -> IO (Maybe Widget)
forall a b. (a -> b) -> a -> b
$ \Ptr FixedChild
ptr -> do
Ptr Widget
val <- Ptr (Ptr Widget) -> IO (Ptr Widget)
forall a. Storable a => Ptr a -> IO a
peek (Ptr FixedChild
ptr Ptr FixedChild -> Int -> Ptr (Ptr Widget)
forall a b. Ptr a -> Int -> Ptr b
`plusPtr` Int
0) :: IO (Ptr Gtk.Widget.Widget)
Maybe Widget
result <- Ptr Widget -> (Ptr Widget -> IO Widget) -> IO (Maybe Widget)
forall a b. Ptr a -> (Ptr a -> IO b) -> IO (Maybe b)
SP.convertIfNonNull Ptr Widget
val ((Ptr Widget -> IO Widget) -> IO (Maybe Widget))
-> (Ptr Widget -> IO Widget) -> IO (Maybe Widget)
forall a b. (a -> b) -> a -> b
$ \Ptr Widget
val' -> do
Widget
val'' <- ((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
val'
Widget -> IO Widget
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return Widget
val''
Maybe Widget -> IO (Maybe Widget)
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return Maybe Widget
result
setFixedChildWidget :: MonadIO m => FixedChild -> Ptr Gtk.Widget.Widget -> m ()
setFixedChildWidget :: forall (m :: * -> *). MonadIO m => FixedChild -> Ptr Widget -> m ()
setFixedChildWidget FixedChild
s Ptr Widget
val = 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
$ FixedChild -> (Ptr FixedChild -> IO ()) -> IO ()
forall a c.
(HasCallStack, ManagedPtrNewtype a) =>
a -> (Ptr a -> IO c) -> IO c
withManagedPtr FixedChild
s ((Ptr FixedChild -> IO ()) -> IO ())
-> (Ptr FixedChild -> IO ()) -> IO ()
forall a b. (a -> b) -> a -> b
$ \Ptr FixedChild
ptr -> do
Ptr (Ptr Widget) -> Ptr Widget -> IO ()
forall a. Storable a => Ptr a -> a -> IO ()
poke (Ptr FixedChild
ptr Ptr FixedChild -> Int -> Ptr (Ptr Widget)
forall a b. Ptr a -> Int -> Ptr b
`plusPtr` Int
0) (Ptr Widget
val :: Ptr Gtk.Widget.Widget)
clearFixedChildWidget :: MonadIO m => FixedChild -> m ()
clearFixedChildWidget :: forall (m :: * -> *). MonadIO m => FixedChild -> m ()
clearFixedChildWidget FixedChild
s = 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
$ FixedChild -> (Ptr FixedChild -> IO ()) -> IO ()
forall a c.
(HasCallStack, ManagedPtrNewtype a) =>
a -> (Ptr a -> IO c) -> IO c
withManagedPtr FixedChild
s ((Ptr FixedChild -> IO ()) -> IO ())
-> (Ptr FixedChild -> IO ()) -> IO ()
forall a b. (a -> b) -> a -> b
$ \Ptr FixedChild
ptr -> do
Ptr (Ptr Widget) -> Ptr Widget -> IO ()
forall a. Storable a => Ptr a -> a -> IO ()
poke (Ptr FixedChild
ptr Ptr FixedChild -> Int -> Ptr (Ptr Widget)
forall a b. Ptr a -> Int -> Ptr b
`plusPtr` Int
0) (Ptr Widget
forall a. Ptr a
FP.nullPtr :: Ptr Gtk.Widget.Widget)
#if defined(ENABLE_OVERLOADING)
data FixedChildWidgetFieldInfo
instance AttrInfo FixedChildWidgetFieldInfo where
type AttrBaseTypeConstraint FixedChildWidgetFieldInfo = (~) FixedChild
type AttrAllowedOps FixedChildWidgetFieldInfo = '[ 'AttrSet, 'AttrGet, 'AttrClear]
type AttrSetTypeConstraint FixedChildWidgetFieldInfo = (~) (Ptr Gtk.Widget.Widget)
type AttrTransferTypeConstraint FixedChildWidgetFieldInfo = (~)(Ptr Gtk.Widget.Widget)
type AttrTransferType FixedChildWidgetFieldInfo = (Ptr Gtk.Widget.Widget)
type AttrGetType FixedChildWidgetFieldInfo = Maybe Gtk.Widget.Widget
type AttrLabel FixedChildWidgetFieldInfo = "widget"
type AttrOrigin FixedChildWidgetFieldInfo = FixedChild
attrGet = getFixedChildWidget
attrSet = setFixedChildWidget
attrConstruct = undefined
attrClear = clearFixedChildWidget
attrTransfer _ v = do
return v
dbgAttrInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Structs.FixedChild.widget"
, O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk-3.0.43/docs/GI-Gtk-Structs-FixedChild.html#g:attr:widget"
})
fixedChild_widget :: AttrLabelProxy "widget"
fixedChild_widget = AttrLabelProxy
#endif
getFixedChildX :: MonadIO m => FixedChild -> m Int32
getFixedChildX :: forall (m :: * -> *). MonadIO m => FixedChild -> m Int32
getFixedChildX FixedChild
s = 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
$ FixedChild -> (Ptr FixedChild -> IO Int32) -> IO Int32
forall a c.
(HasCallStack, ManagedPtrNewtype a) =>
a -> (Ptr a -> IO c) -> IO c
withManagedPtr FixedChild
s ((Ptr FixedChild -> IO Int32) -> IO Int32)
-> (Ptr FixedChild -> IO Int32) -> IO Int32
forall a b. (a -> b) -> a -> b
$ \Ptr FixedChild
ptr -> do
Int32
val <- Ptr Int32 -> IO Int32
forall a. Storable a => Ptr a -> IO a
peek (Ptr FixedChild
ptr Ptr FixedChild -> Int -> Ptr Int32
forall a b. Ptr a -> Int -> Ptr b
`plusPtr` Int
8) :: IO Int32
Int32 -> IO Int32
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return Int32
val
setFixedChildX :: MonadIO m => FixedChild -> Int32 -> m ()
setFixedChildX :: forall (m :: * -> *). MonadIO m => FixedChild -> Int32 -> m ()
setFixedChildX FixedChild
s Int32
val = 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
$ FixedChild -> (Ptr FixedChild -> IO ()) -> IO ()
forall a c.
(HasCallStack, ManagedPtrNewtype a) =>
a -> (Ptr a -> IO c) -> IO c
withManagedPtr FixedChild
s ((Ptr FixedChild -> IO ()) -> IO ())
-> (Ptr FixedChild -> IO ()) -> IO ()
forall a b. (a -> b) -> a -> b
$ \Ptr FixedChild
ptr -> do
Ptr Int32 -> Int32 -> IO ()
forall a. Storable a => Ptr a -> a -> IO ()
poke (Ptr FixedChild
ptr Ptr FixedChild -> Int -> Ptr Int32
forall a b. Ptr a -> Int -> Ptr b
`plusPtr` Int
8) (Int32
val :: Int32)
#if defined(ENABLE_OVERLOADING)
data FixedChildXFieldInfo
instance AttrInfo FixedChildXFieldInfo where
type AttrBaseTypeConstraint FixedChildXFieldInfo = (~) FixedChild
type AttrAllowedOps FixedChildXFieldInfo = '[ 'AttrSet, 'AttrGet]
type AttrSetTypeConstraint FixedChildXFieldInfo = (~) Int32
type AttrTransferTypeConstraint FixedChildXFieldInfo = (~)Int32
type AttrTransferType FixedChildXFieldInfo = Int32
type AttrGetType FixedChildXFieldInfo = Int32
type AttrLabel FixedChildXFieldInfo = "x"
type AttrOrigin FixedChildXFieldInfo = FixedChild
attrGet = getFixedChildX
attrSet = setFixedChildX
attrConstruct = undefined
attrClear = undefined
attrTransfer _ v = do
return v
dbgAttrInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Structs.FixedChild.x"
, O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk-3.0.43/docs/GI-Gtk-Structs-FixedChild.html#g:attr:x"
})
fixedChild_x :: AttrLabelProxy "x"
fixedChild_x = AttrLabelProxy
#endif
getFixedChildY :: MonadIO m => FixedChild -> m Int32
getFixedChildY :: forall (m :: * -> *). MonadIO m => FixedChild -> m Int32
getFixedChildY FixedChild
s = 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
$ FixedChild -> (Ptr FixedChild -> IO Int32) -> IO Int32
forall a c.
(HasCallStack, ManagedPtrNewtype a) =>
a -> (Ptr a -> IO c) -> IO c
withManagedPtr FixedChild
s ((Ptr FixedChild -> IO Int32) -> IO Int32)
-> (Ptr FixedChild -> IO Int32) -> IO Int32
forall a b. (a -> b) -> a -> b
$ \Ptr FixedChild
ptr -> do
Int32
val <- Ptr Int32 -> IO Int32
forall a. Storable a => Ptr a -> IO a
peek (Ptr FixedChild
ptr Ptr FixedChild -> Int -> Ptr Int32
forall a b. Ptr a -> Int -> Ptr b
`plusPtr` Int
12) :: IO Int32
Int32 -> IO Int32
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return Int32
val
setFixedChildY :: MonadIO m => FixedChild -> Int32 -> m ()
setFixedChildY :: forall (m :: * -> *). MonadIO m => FixedChild -> Int32 -> m ()
setFixedChildY FixedChild
s Int32
val = 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
$ FixedChild -> (Ptr FixedChild -> IO ()) -> IO ()
forall a c.
(HasCallStack, ManagedPtrNewtype a) =>
a -> (Ptr a -> IO c) -> IO c
withManagedPtr FixedChild
s ((Ptr FixedChild -> IO ()) -> IO ())
-> (Ptr FixedChild -> IO ()) -> IO ()
forall a b. (a -> b) -> a -> b
$ \Ptr FixedChild
ptr -> do
Ptr Int32 -> Int32 -> IO ()
forall a. Storable a => Ptr a -> a -> IO ()
poke (Ptr FixedChild
ptr Ptr FixedChild -> Int -> Ptr Int32
forall a b. Ptr a -> Int -> Ptr b
`plusPtr` Int
12) (Int32
val :: Int32)
#if defined(ENABLE_OVERLOADING)
data FixedChildYFieldInfo
instance AttrInfo FixedChildYFieldInfo where
type AttrBaseTypeConstraint FixedChildYFieldInfo = (~) FixedChild
type AttrAllowedOps FixedChildYFieldInfo = '[ 'AttrSet, 'AttrGet]
type AttrSetTypeConstraint FixedChildYFieldInfo = (~) Int32
type AttrTransferTypeConstraint FixedChildYFieldInfo = (~)Int32
type AttrTransferType FixedChildYFieldInfo = Int32
type AttrGetType FixedChildYFieldInfo = Int32
type AttrLabel FixedChildYFieldInfo = "y"
type AttrOrigin FixedChildYFieldInfo = FixedChild
attrGet = getFixedChildY
attrSet = setFixedChildY
attrConstruct = undefined
attrClear = undefined
attrTransfer _ v = do
return v
dbgAttrInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Structs.FixedChild.y"
, O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk-3.0.43/docs/GI-Gtk-Structs-FixedChild.html#g:attr:y"
})
fixedChild_y :: AttrLabelProxy "y"
fixedChild_y = AttrLabelProxy
#endif
#if defined(ENABLE_OVERLOADING)
instance O.HasAttributeList FixedChild
type instance O.AttributeList FixedChild = FixedChildAttributeList
type FixedChildAttributeList = ('[ '("widget", FixedChildWidgetFieldInfo), '("x", FixedChildXFieldInfo), '("y", FixedChildYFieldInfo)] :: [(Symbol, DK.Type)])
#endif
#if defined(ENABLE_OVERLOADING)
type family ResolveFixedChildMethod (t :: Symbol) (o :: DK.Type) :: DK.Type where
ResolveFixedChildMethod l o = O.MethodResolutionFailed l o
instance (info ~ ResolveFixedChildMethod t FixedChild, O.OverloadedMethod info FixedChild p) => OL.IsLabel t (FixedChild -> 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 ~ ResolveFixedChildMethod t FixedChild, O.OverloadedMethod info FixedChild p, R.HasField t FixedChild p) => R.HasField t FixedChild p where
getField = O.overloadedMethod @info
#endif
instance (info ~ ResolveFixedChildMethod t FixedChild, O.OverloadedMethodInfo info FixedChild) => OL.IsLabel t (O.MethodProxy info FixedChild) where
#if MIN_VERSION_base(4,10,0)
fromLabel = O.MethodProxy
#else
fromLabel _ = O.MethodProxy
#endif
#endif