| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.Svg
Description
Documentation
Constructors
| Svg (ManagedPtr Svg) |
Instances
| Eq Svg | |
| GObject Svg | |
Defined in GI.Gtk.Objects.Svg | |
| ManagedPtrNewtype Svg | |
Defined in GI.Gtk.Objects.Svg Methods toManagedPtr :: Svg -> ManagedPtr Svg # | |
| TypedObject Svg | |
Defined in GI.Gtk.Objects.Svg | |
| HasParentTypes Svg | |
Defined in GI.Gtk.Objects.Svg | |
| HasAttributeList Svg | |
Defined in GI.Gtk.Objects.Svg | |
| (info ~ ResolveSvgMethod t Svg, OverloadedMethod info Svg p, HasField t Svg p) => HasField (t :: Symbol) Svg p | |
Defined in GI.Gtk.Objects.Svg | |
| (info ~ ResolveSvgMethod t Svg, OverloadedMethodInfo info Svg) => IsLabel t (MethodProxy info Svg) | |
Defined in GI.Gtk.Objects.Svg | |
| (info ~ ResolveSvgMethod t Svg, OverloadedMethod info Svg p) => IsLabel t (Svg -> p) | |
Defined in GI.Gtk.Objects.Svg | |
| IsGValue (Maybe Svg) | |
Defined in GI.Gtk.Objects.Svg Methods gvalueGType_ :: IO GType # gvalueSet_ :: Ptr GValue -> Maybe Svg -> IO () # gvalueGet_ :: Ptr GValue -> IO (Maybe Svg) # | |
| type AttributeList Svg | |
Defined in GI.Gtk.Objects.Svg type AttributeList Svg = SvgAttributeList | |
| type ParentTypes Svg | |
Defined in GI.Gtk.Objects.Svg | |
| type SignalList Svg | |
Defined in GI.Gtk.Objects.Svg type SignalList Svg = SvgSignalList | |
class (GObject o, IsDescendantOf Svg o) => IsSvg o #
Instances
| (GObject o, IsDescendantOf Svg o) => IsSvg o | |
Defined in GI.Gtk.Objects.Svg | |
type family ResolveSvgMethod (t :: Symbol) o where ... #
Equations
| ResolveSvgMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveSvgMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveSvgMethod "computeConcreteSize" o = PaintableComputeConcreteSizeMethodInfo | |
| ResolveSvgMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveSvgMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveSvgMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveSvgMethod "invalidateContents" o = PaintableInvalidateContentsMethodInfo | |
| ResolveSvgMethod "invalidateSize" o = PaintableInvalidateSizeMethodInfo | |
| ResolveSvgMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveSvgMethod "loadFromBytes" o = SvgLoadFromBytesMethodInfo | |
| ResolveSvgMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveSvgMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveSvgMethod "pause" o = SvgPauseMethodInfo | |
| ResolveSvgMethod "play" o = SvgPlayMethodInfo | |
| ResolveSvgMethod "ref" o = ObjectRefMethodInfo | |
| ResolveSvgMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveSvgMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveSvgMethod "serialize" o = SvgSerializeMethodInfo | |
| ResolveSvgMethod "snapshot" o = PaintableSnapshotMethodInfo | |
| ResolveSvgMethod "snapshotSymbolic" o = SymbolicPaintableSnapshotSymbolicMethodInfo | |
| ResolveSvgMethod "snapshotWithWeight" o = SymbolicPaintableSnapshotWithWeightMethodInfo | |
| ResolveSvgMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveSvgMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveSvgMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveSvgMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveSvgMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveSvgMethod "writeToFile" o = SvgWriteToFileMethodInfo | |
| ResolveSvgMethod "getCurrentImage" o = PaintableGetCurrentImageMethodInfo | |
| ResolveSvgMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveSvgMethod "getFlags" o = PaintableGetFlagsMethodInfo | |
| ResolveSvgMethod "getIntrinsicAspectRatio" o = PaintableGetIntrinsicAspectRatioMethodInfo | |
| ResolveSvgMethod "getIntrinsicHeight" o = PaintableGetIntrinsicHeightMethodInfo | |
| ResolveSvgMethod "getIntrinsicWidth" o = PaintableGetIntrinsicWidthMethodInfo | |
| ResolveSvgMethod "getNStates" o = SvgGetNStatesMethodInfo | |
| ResolveSvgMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveSvgMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveSvgMethod "getState" o = SvgGetStateMethodInfo | |
| ResolveSvgMethod "getWeight" o = SvgGetWeightMethodInfo | |
| ResolveSvgMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveSvgMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveSvgMethod "setFrameClock" o = SvgSetFrameClockMethodInfo | |
| ResolveSvgMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveSvgMethod "setState" o = SvgSetStateMethodInfo | |
| ResolveSvgMethod "setWeight" o = SvgSetWeightMethodInfo | |
| ResolveSvgMethod l o = MethodResolutionFailed l o :: Type |
type SvgErrorCallback = GError -> IO () #
data SvgErrorSignalInfo #
Instances
| SignalInfo SvgErrorSignalInfo | |||||
Defined in GI.Gtk.Objects.Svg Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType SvgErrorSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType SvgErrorSignalInfo | |||||
Defined in GI.Gtk.Objects.Svg | |||||
data SvgGetNStatesMethodInfo #
Instances
| (signature ~ m Word32, MonadIO m, IsSvg a) => OverloadedMethod SvgGetNStatesMethodInfo a signature | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SvgGetNStatesMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SvgGetStateMethodInfo #
Instances
| (signature ~ m Word32, MonadIO m, IsSvg a) => OverloadedMethod SvgGetStateMethodInfo a signature | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SvgGetStateMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SvgGetWeightMethodInfo #
Instances
| (signature ~ m Double, MonadIO m, IsSvg a) => OverloadedMethod SvgGetWeightMethodInfo a signature | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SvgGetWeightMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SvgLoadFromBytesMethodInfo #
Instances
| (signature ~ (Bytes -> m ()), MonadIO m, IsSvg a) => OverloadedMethod SvgLoadFromBytesMethodInfo a signature | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SvgLoadFromBytesMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SvgPauseMethodInfo #
Instances
| (signature ~ m (), MonadIO m, IsSvg a) => OverloadedMethod SvgPauseMethodInfo a signature | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SvgPauseMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SvgPlayMethodInfo #
Instances
| (signature ~ m (), MonadIO m, IsSvg a) => OverloadedMethod SvgPlayMethodInfo a signature | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SvgPlayMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SvgPlayingPropertyInfo #
Instances
| AttrInfo SvgPlayingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg Associated Types
Methods attrGet :: AttrBaseTypeConstraint SvgPlayingPropertyInfo o => o -> IO (AttrGetType SvgPlayingPropertyInfo) attrSet :: (AttrBaseTypeConstraint SvgPlayingPropertyInfo o, AttrSetTypeConstraint SvgPlayingPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint SvgPlayingPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint SvgPlayingPropertyInfo o, AttrSetTypeConstraint SvgPlayingPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint SvgPlayingPropertyInfo o, AttrTransferTypeConstraint SvgPlayingPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType SvgPlayingPropertyInfo) attrPut :: AttrBaseTypeConstraint SvgPlayingPropertyInfo o => o -> AttrGetType SvgPlayingPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps SvgPlayingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrAllowedOps SvgPlayingPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint SvgPlayingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg | |||||||||||||||||||||||||||||||||
| type AttrGetType SvgPlayingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrGetType SvgPlayingPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrLabel SvgPlayingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrLabel SvgPlayingPropertyInfo = "playing" | |||||||||||||||||||||||||||||||||
| type AttrOrigin SvgPlayingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint SvgPlayingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrSetTypeConstraint SvgPlayingPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferType SvgPlayingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrTransferType SvgPlayingPropertyInfo = Bool | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint SvgPlayingPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrTransferTypeConstraint SvgPlayingPropertyInfo = Type ~ Bool | |||||||||||||||||||||||||||||||||
data SvgResourcePropertyInfo #
Instances
| AttrInfo SvgResourcePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg Associated Types
Methods attrGet :: AttrBaseTypeConstraint SvgResourcePropertyInfo o => o -> IO (AttrGetType SvgResourcePropertyInfo) attrSet :: (AttrBaseTypeConstraint SvgResourcePropertyInfo o, AttrSetTypeConstraint SvgResourcePropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint SvgResourcePropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint SvgResourcePropertyInfo o, AttrSetTypeConstraint SvgResourcePropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint SvgResourcePropertyInfo o, AttrTransferTypeConstraint SvgResourcePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType SvgResourcePropertyInfo) attrPut :: AttrBaseTypeConstraint SvgResourcePropertyInfo o => o -> AttrGetType SvgResourcePropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps SvgResourcePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrAllowedOps SvgResourcePropertyInfo = '['AttrConstruct, 'AttrClear] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint SvgResourcePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg | |||||||||||||||||||||||||||||||||
| type AttrGetType SvgResourcePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrGetType SvgResourcePropertyInfo = () | |||||||||||||||||||||||||||||||||
| type AttrLabel SvgResourcePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrLabel SvgResourcePropertyInfo = "resource" | |||||||||||||||||||||||||||||||||
| type AttrOrigin SvgResourcePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint SvgResourcePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrSetTypeConstraint SvgResourcePropertyInfo = Type ~ Text | |||||||||||||||||||||||||||||||||
| type AttrTransferType SvgResourcePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrTransferType SvgResourcePropertyInfo = Text | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint SvgResourcePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrTransferTypeConstraint SvgResourcePropertyInfo = Type ~ Text | |||||||||||||||||||||||||||||||||
data SvgSerializeMethodInfo #
Instances
| (signature ~ m Bytes, MonadIO m, IsSvg a) => OverloadedMethod SvgSerializeMethodInfo a signature | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SvgSerializeMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SvgSetFrameClockMethodInfo #
Instances
| (signature ~ (b -> m ()), MonadIO m, IsSvg a, IsFrameClock b) => OverloadedMethod SvgSetFrameClockMethodInfo a signature | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SvgSetFrameClockMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SvgSetStateMethodInfo #
Instances
| (signature ~ (Word32 -> m ()), MonadIO m, IsSvg a) => OverloadedMethod SvgSetStateMethodInfo a signature | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SvgSetStateMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SvgSetWeightMethodInfo #
Instances
| (signature ~ (Double -> m ()), MonadIO m, IsSvg a) => OverloadedMethod SvgSetWeightMethodInfo a signature | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SvgSetWeightMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data SvgStatePropertyInfo #
Instances
| AttrInfo SvgStatePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg Associated Types
Methods attrGet :: AttrBaseTypeConstraint SvgStatePropertyInfo o => o -> IO (AttrGetType SvgStatePropertyInfo) attrSet :: (AttrBaseTypeConstraint SvgStatePropertyInfo o, AttrSetTypeConstraint SvgStatePropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint SvgStatePropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint SvgStatePropertyInfo o, AttrSetTypeConstraint SvgStatePropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint SvgStatePropertyInfo o, AttrTransferTypeConstraint SvgStatePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType SvgStatePropertyInfo) attrPut :: AttrBaseTypeConstraint SvgStatePropertyInfo o => o -> AttrGetType SvgStatePropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps SvgStatePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrAllowedOps SvgStatePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint SvgStatePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg | |||||||||||||||||||||||||||||||||
| type AttrGetType SvgStatePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrGetType SvgStatePropertyInfo = Word32 | |||||||||||||||||||||||||||||||||
| type AttrLabel SvgStatePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrLabel SvgStatePropertyInfo = "state" | |||||||||||||||||||||||||||||||||
| type AttrOrigin SvgStatePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint SvgStatePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrSetTypeConstraint SvgStatePropertyInfo = Type ~ Word32 | |||||||||||||||||||||||||||||||||
| type AttrTransferType SvgStatePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrTransferType SvgStatePropertyInfo = Word32 | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint SvgStatePropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrTransferTypeConstraint SvgStatePropertyInfo = Type ~ Word32 | |||||||||||||||||||||||||||||||||
data SvgWeightPropertyInfo #
Instances
| AttrInfo SvgWeightPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg Associated Types
Methods attrGet :: AttrBaseTypeConstraint SvgWeightPropertyInfo o => o -> IO (AttrGetType SvgWeightPropertyInfo) attrSet :: (AttrBaseTypeConstraint SvgWeightPropertyInfo o, AttrSetTypeConstraint SvgWeightPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint SvgWeightPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint SvgWeightPropertyInfo o, AttrSetTypeConstraint SvgWeightPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint SvgWeightPropertyInfo o, AttrTransferTypeConstraint SvgWeightPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType SvgWeightPropertyInfo) attrPut :: AttrBaseTypeConstraint SvgWeightPropertyInfo o => o -> AttrGetType SvgWeightPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps SvgWeightPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrAllowedOps SvgWeightPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint SvgWeightPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg | |||||||||||||||||||||||||||||||||
| type AttrGetType SvgWeightPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrGetType SvgWeightPropertyInfo = Double | |||||||||||||||||||||||||||||||||
| type AttrLabel SvgWeightPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrLabel SvgWeightPropertyInfo = "weight" | |||||||||||||||||||||||||||||||||
| type AttrOrigin SvgWeightPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint SvgWeightPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrSetTypeConstraint SvgWeightPropertyInfo = Type ~ Double | |||||||||||||||||||||||||||||||||
| type AttrTransferType SvgWeightPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrTransferType SvgWeightPropertyInfo = Double | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint SvgWeightPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.Svg type AttrTransferTypeConstraint SvgWeightPropertyInfo = Type ~ Double | |||||||||||||||||||||||||||||||||
data SvgWriteToFileMethodInfo #
Instances
| (signature ~ (Text -> m ()), MonadIO m, IsSvg a) => OverloadedMethod SvgWriteToFileMethodInfo a signature | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo SvgWriteToFileMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.Svg Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
afterSvgError :: (IsSvg a, MonadIO m) => a -> ((?self :: a) => SvgErrorCallback) -> m SignalHandlerId #
constructSvgPlaying :: (IsSvg o, MonadIO m) => Bool -> m (GValueConstruct o) #
constructSvgResource :: (IsSvg o, MonadIO m) => Text -> m (GValueConstruct o) #
constructSvgState :: (IsSvg o, MonadIO m) => Word32 -> m (GValueConstruct o) #
constructSvgWeight :: (IsSvg o, MonadIO m) => Double -> m (GValueConstruct o) #
getSvgPlaying :: (MonadIO m, IsSvg o) => o -> m Bool #
getSvgState :: (MonadIO m, IsSvg o) => o -> m Word32 #
getSvgWeight :: (MonadIO m, IsSvg o) => o -> m Double #
onSvgError :: (IsSvg a, MonadIO m) => a -> ((?self :: a) => SvgErrorCallback) -> m SignalHandlerId #
setSvgPlaying :: (MonadIO m, IsSvg o) => o -> Bool -> m () #
setSvgState :: (MonadIO m, IsSvg o) => o -> Word32 -> m () #
setSvgWeight :: (MonadIO m, IsSvg o) => o -> Double -> m () #
svgGetNStates :: (HasCallStack, MonadIO m, IsSvg a) => a -> m Word32 #
svgGetState :: (HasCallStack, MonadIO m, IsSvg a) => a -> m Word32 #
svgGetWeight :: (HasCallStack, MonadIO m, IsSvg a) => a -> m Double #
svgLoadFromBytes :: (HasCallStack, MonadIO m, IsSvg a) => a -> Bytes -> m () #
svgNewFromBytes :: (HasCallStack, MonadIO m) => Bytes -> m Svg #
svgNewFromResource :: (HasCallStack, MonadIO m) => Text -> m Svg #
svgPlaying :: AttrLabelProxy "playing" #
svgResource :: AttrLabelProxy "resource" #
svgSerialize :: (HasCallStack, MonadIO m, IsSvg a) => a -> m Bytes #
svgSetFrameClock :: (HasCallStack, MonadIO m, IsSvg a, IsFrameClock b) => a -> b -> m () #
svgSetState :: (HasCallStack, MonadIO m, IsSvg a) => a -> Word32 -> m () #
svgSetWeight :: (HasCallStack, MonadIO m, IsSvg a) => a -> Double -> m () #
svgWriteToFile :: (HasCallStack, MonadIO m, IsSvg a) => a -> Text -> m () #