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

GI.Gtk.Objects.NativeDialog

Description

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

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

Documentation

newtype NativeDialog #

Instances

Instances details
Eq NativeDialog 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

(==) :: NativeDialog -> NativeDialog -> Bool

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

GObject NativeDialog 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

ManagedPtrNewtype NativeDialog 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

TypedObject NativeDialog 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

glibType :: IO GType #

HasParentTypes NativeDialog 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

HasAttributeList NativeDialog 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

(info ~ ResolveNativeDialogMethod t NativeDialog, OverloadedMethod info NativeDialog p, HasField t NativeDialog p) => HasField (t :: Symbol) NativeDialog p 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

getField :: NativeDialog -> p

(info ~ ResolveNativeDialogMethod t NativeDialog, OverloadedMethodInfo info NativeDialog) => IsLabel t (MethodProxy info NativeDialog) 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

fromLabel :: MethodProxy info NativeDialog

(info ~ ResolveNativeDialogMethod t NativeDialog, OverloadedMethod info NativeDialog p) => IsLabel t (NativeDialog -> p) 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

fromLabel :: NativeDialog -> p

IsGValue (Maybe NativeDialog) 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

gvalueGType_ :: IO GType #

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

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

type AttributeList NativeDialog 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttributeList NativeDialog = NativeDialogAttributeList
type ParentTypes NativeDialog 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type ParentTypes NativeDialog = '[Object]
type SignalList NativeDialog 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type SignalList NativeDialog = NativeDialogSignalList

class (GObject o, IsDescendantOf NativeDialog o) => IsNativeDialog o #

Instances

Instances details
(GObject o, IsDescendantOf NativeDialog o) => IsNativeDialog o 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

data NativeDialogDestroyMethodInfo #

Instances

Instances details
(signature ~ m (), MonadIO m, IsNativeDialog a) => OverloadedMethod NativeDialogDestroyMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NativeDialogDestroyMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NativeDialogGetModalMethodInfo #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsNativeDialog a) => OverloadedMethod NativeDialogGetModalMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NativeDialogGetModalMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NativeDialogGetTitleMethodInfo #

Instances

Instances details
(signature ~ m (Maybe Text), MonadIO m, IsNativeDialog a) => OverloadedMethod NativeDialogGetTitleMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NativeDialogGetTitleMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NativeDialogGetTransientForMethodInfo #

Instances

Instances details
(signature ~ m (Maybe Window), MonadIO m, IsNativeDialog a) => OverloadedMethod NativeDialogGetTransientForMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NativeDialogGetTransientForMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NativeDialogGetVisibleMethodInfo #

Instances

Instances details
(signature ~ m Bool, MonadIO m, IsNativeDialog a) => OverloadedMethod NativeDialogGetVisibleMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NativeDialogGetVisibleMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NativeDialogHideMethodInfo #

Instances

Instances details
(signature ~ m (), MonadIO m, IsNativeDialog a) => OverloadedMethod NativeDialogHideMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NativeDialogHideMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NativeDialogModalPropertyInfo #

Instances

Instances details
AttrInfo NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Associated Types

type AttrAllowedOps NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrAllowedOps NativeDialogModalPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrBaseTypeConstraint NativeDialogModalPropertyInfo = IsNativeDialog
type AttrGetType NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrGetType NativeDialogModalPropertyInfo = Bool
type AttrSetTypeConstraint NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrSetTypeConstraint NativeDialogModalPropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrTransferTypeConstraint NativeDialogModalPropertyInfo = Type ~ Bool
type AttrTransferType NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrTransferType NativeDialogModalPropertyInfo = Bool
type AttrLabel NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrLabel NativeDialogModalPropertyInfo = "modal"
type AttrOrigin NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrAllowedOps NativeDialogModalPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrBaseTypeConstraint NativeDialogModalPropertyInfo = IsNativeDialog
type AttrGetType NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrGetType NativeDialogModalPropertyInfo = Bool
type AttrLabel NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrLabel NativeDialogModalPropertyInfo = "modal"
type AttrOrigin NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrSetTypeConstraint NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrSetTypeConstraint NativeDialogModalPropertyInfo = Type ~ Bool
type AttrTransferType NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrTransferType NativeDialogModalPropertyInfo = Bool
type AttrTransferTypeConstraint NativeDialogModalPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrTransferTypeConstraint NativeDialogModalPropertyInfo = Type ~ Bool

type NativeDialogResponseCallback = Int32 -> IO () #

data NativeDialogResponseSignalInfo #

Instances

Instances details
SignalInfo NativeDialogResponseSignalInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Associated Types

type HaskellCallbackType NativeDialogResponseSignalInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

connectSignal :: GObject o => o -> (o -> HaskellCallbackType NativeDialogResponseSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType NativeDialogResponseSignalInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

data NativeDialogSetModalMethodInfo #

Instances

Instances details
(signature ~ (Bool -> m ()), MonadIO m, IsNativeDialog a) => OverloadedMethod NativeDialogSetModalMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NativeDialogSetModalMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NativeDialogSetTitleMethodInfo #

Instances

Instances details
(signature ~ (Text -> m ()), MonadIO m, IsNativeDialog a) => OverloadedMethod NativeDialogSetTitleMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NativeDialogSetTitleMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NativeDialogSetTransientForMethodInfo #

Instances

Instances details
(signature ~ (Maybe b -> m ()), MonadIO m, IsNativeDialog a, IsWindow b) => OverloadedMethod NativeDialogSetTransientForMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NativeDialogSetTransientForMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NativeDialogShowMethodInfo #

Instances

Instances details
(signature ~ m (), MonadIO m, IsNativeDialog a) => OverloadedMethod NativeDialogShowMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo NativeDialogShowMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data NativeDialogTitlePropertyInfo #

Instances

Instances details
AttrInfo NativeDialogTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Associated Types

type AttrAllowedOps NativeDialogTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

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

Defined in GI.Gtk.Objects.NativeDialog

type AttrBaseTypeConstraint NativeDialogTitlePropertyInfo = IsNativeDialog
type AttrGetType NativeDialogTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrGetType NativeDialogTitlePropertyInfo = Maybe Text
type AttrSetTypeConstraint NativeDialogTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrSetTypeConstraint NativeDialogTitlePropertyInfo = Type ~ Text
type AttrTransferTypeConstraint NativeDialogTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrTransferTypeConstraint NativeDialogTitlePropertyInfo = Type ~ Text
type AttrTransferType NativeDialogTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrTransferType NativeDialogTitlePropertyInfo = Text
type AttrLabel NativeDialogTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrLabel NativeDialogTitlePropertyInfo = "title"
type AttrOrigin NativeDialogTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NativeDialogTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

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

Defined in GI.Gtk.Objects.NativeDialog

type AttrBaseTypeConstraint NativeDialogTitlePropertyInfo = IsNativeDialog
type AttrGetType NativeDialogTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrGetType NativeDialogTitlePropertyInfo = Maybe Text
type AttrLabel NativeDialogTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrLabel NativeDialogTitlePropertyInfo = "title"
type AttrOrigin NativeDialogTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrSetTypeConstraint NativeDialogTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrSetTypeConstraint NativeDialogTitlePropertyInfo = Type ~ Text
type AttrTransferType NativeDialogTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrTransferType NativeDialogTitlePropertyInfo = Text
type AttrTransferTypeConstraint NativeDialogTitlePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrTransferTypeConstraint NativeDialogTitlePropertyInfo = Type ~ Text

data NativeDialogTransientForPropertyInfo #

Instances

Instances details
AttrInfo NativeDialogTransientForPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Associated Types

type AttrAllowedOps NativeDialogTransientForPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

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

Defined in GI.Gtk.Objects.NativeDialog

type AttrGetType NativeDialogTransientForPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrSetTypeConstraint NativeDialogTransientForPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrSetTypeConstraint NativeDialogTransientForPropertyInfo = IsWindow
type AttrTransferTypeConstraint NativeDialogTransientForPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrTransferTypeConstraint NativeDialogTransientForPropertyInfo = IsWindow
type AttrTransferType NativeDialogTransientForPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrLabel NativeDialogTransientForPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrLabel NativeDialogTransientForPropertyInfo = "transient-for"
type AttrOrigin NativeDialogTransientForPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NativeDialogTransientForPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

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

Defined in GI.Gtk.Objects.NativeDialog

type AttrGetType NativeDialogTransientForPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrLabel NativeDialogTransientForPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrLabel NativeDialogTransientForPropertyInfo = "transient-for"
type AttrOrigin NativeDialogTransientForPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrSetTypeConstraint NativeDialogTransientForPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrSetTypeConstraint NativeDialogTransientForPropertyInfo = IsWindow
type AttrTransferType NativeDialogTransientForPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrTransferTypeConstraint NativeDialogTransientForPropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrTransferTypeConstraint NativeDialogTransientForPropertyInfo = IsWindow

data NativeDialogVisiblePropertyInfo #

Instances

Instances details
AttrInfo NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Associated Types

type AttrAllowedOps NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrAllowedOps NativeDialogVisiblePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrBaseTypeConstraint NativeDialogVisiblePropertyInfo = IsNativeDialog
type AttrGetType NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrGetType NativeDialogVisiblePropertyInfo = Bool
type AttrSetTypeConstraint NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrSetTypeConstraint NativeDialogVisiblePropertyInfo = Type ~ Bool
type AttrTransferTypeConstraint NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrTransferTypeConstraint NativeDialogVisiblePropertyInfo = Type ~ Bool
type AttrTransferType NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrTransferType NativeDialogVisiblePropertyInfo = Bool
type AttrLabel NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrLabel NativeDialogVisiblePropertyInfo = "visible"
type AttrOrigin NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

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

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

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

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

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

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

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrAllowedOps NativeDialogVisiblePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrBaseTypeConstraint NativeDialogVisiblePropertyInfo = IsNativeDialog
type AttrGetType NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrGetType NativeDialogVisiblePropertyInfo = Bool
type AttrLabel NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrLabel NativeDialogVisiblePropertyInfo = "visible"
type AttrOrigin NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrSetTypeConstraint NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrSetTypeConstraint NativeDialogVisiblePropertyInfo = Type ~ Bool
type AttrTransferType NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrTransferType NativeDialogVisiblePropertyInfo = Bool
type AttrTransferTypeConstraint NativeDialogVisiblePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

type AttrTransferTypeConstraint NativeDialogVisiblePropertyInfo = Type ~ Bool

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

Equations

ResolveNativeDialogMethod "bindProperty" o = ObjectBindPropertyMethodInfo 
ResolveNativeDialogMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo 
ResolveNativeDialogMethod "destroy" o = NativeDialogDestroyMethodInfo 
ResolveNativeDialogMethod "forceFloating" o = ObjectForceFloatingMethodInfo 
ResolveNativeDialogMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo 
ResolveNativeDialogMethod "getv" o = ObjectGetvMethodInfo 
ResolveNativeDialogMethod "hide" o = NativeDialogHideMethodInfo 
ResolveNativeDialogMethod "isFloating" o = ObjectIsFloatingMethodInfo 
ResolveNativeDialogMethod "notify" o = ObjectNotifyMethodInfo 
ResolveNativeDialogMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo 
ResolveNativeDialogMethod "ref" o = ObjectRefMethodInfo 
ResolveNativeDialogMethod "refSink" o = ObjectRefSinkMethodInfo 
ResolveNativeDialogMethod "runDispose" o = ObjectRunDisposeMethodInfo 
ResolveNativeDialogMethod "show" o = NativeDialogShowMethodInfo 
ResolveNativeDialogMethod "stealData" o = ObjectStealDataMethodInfo 
ResolveNativeDialogMethod "stealQdata" o = ObjectStealQdataMethodInfo 
ResolveNativeDialogMethod "thawNotify" o = ObjectThawNotifyMethodInfo 
ResolveNativeDialogMethod "unref" o = ObjectUnrefMethodInfo 
ResolveNativeDialogMethod "watchClosure" o = ObjectWatchClosureMethodInfo 
ResolveNativeDialogMethod "getData" o = ObjectGetDataMethodInfo 
ResolveNativeDialogMethod "getModal" o = NativeDialogGetModalMethodInfo 
ResolveNativeDialogMethod "getProperty" o = ObjectGetPropertyMethodInfo 
ResolveNativeDialogMethod "getQdata" o = ObjectGetQdataMethodInfo 
ResolveNativeDialogMethod "getTitle" o = NativeDialogGetTitleMethodInfo 
ResolveNativeDialogMethod "getTransientFor" o = NativeDialogGetTransientForMethodInfo 
ResolveNativeDialogMethod "getVisible" o = NativeDialogGetVisibleMethodInfo 
ResolveNativeDialogMethod "setData" o = ObjectSetDataMethodInfo 
ResolveNativeDialogMethod "setDataFull" o = ObjectSetDataFullMethodInfo 
ResolveNativeDialogMethod "setModal" o = NativeDialogSetModalMethodInfo 
ResolveNativeDialogMethod "setProperty" o = ObjectSetPropertyMethodInfo 
ResolveNativeDialogMethod "setTitle" o = NativeDialogSetTitleMethodInfo 
ResolveNativeDialogMethod "setTransientFor" o = NativeDialogSetTransientForMethodInfo 
ResolveNativeDialogMethod l o = MethodResolutionFailed l o :: Type 

afterNativeDialogResponse :: (IsNativeDialog a, MonadIO m) => a -> ((?self :: a) => NativeDialogResponseCallback) -> m SignalHandlerId #

clearNativeDialogTransientFor :: (MonadIO m, IsNativeDialog o) => o -> m () #

constructNativeDialogModal :: (IsNativeDialog o, MonadIO m) => Bool -> m (GValueConstruct o) #

constructNativeDialogTitle :: (IsNativeDialog o, MonadIO m) => Text -> m (GValueConstruct o) #

constructNativeDialogTransientFor :: (IsNativeDialog o, MonadIO m, IsWindow a) => a -> m (GValueConstruct o) #

constructNativeDialogVisible :: (IsNativeDialog o, MonadIO m) => Bool -> m (GValueConstruct o) #

getNativeDialogModal :: (MonadIO m, IsNativeDialog o) => o -> m Bool #

getNativeDialogTitle :: (MonadIO m, IsNativeDialog o) => o -> m (Maybe Text) #

getNativeDialogTransientFor :: (MonadIO m, IsNativeDialog o) => o -> m (Maybe Window) #

getNativeDialogVisible :: (MonadIO m, IsNativeDialog o) => o -> m Bool #

nativeDialogDestroy :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> m () #

nativeDialogGetModal :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> m Bool #

nativeDialogGetTitle :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> m (Maybe Text) #

nativeDialogGetTransientFor :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> m (Maybe Window) #

nativeDialogGetVisible :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> m Bool #

nativeDialogHide :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> m () #

nativeDialogModal :: AttrLabelProxy "modal" #

nativeDialogSetModal :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> Bool -> m () #

nativeDialogSetTitle :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> Text -> m () #

nativeDialogSetTransientFor :: (HasCallStack, MonadIO m, IsNativeDialog a, IsWindow b) => a -> Maybe b -> m () #

nativeDialogShow :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> m () #

nativeDialogTitle :: AttrLabelProxy "title" #

nativeDialogTransientFor :: AttrLabelProxy "transientFor" #

nativeDialogVisible :: AttrLabelProxy "visible" #

onNativeDialogResponse :: (IsNativeDialog a, MonadIO m) => a -> ((?self :: a) => NativeDialogResponseCallback) -> m SignalHandlerId #

setNativeDialogModal :: (MonadIO m, IsNativeDialog o) => o -> Bool -> m () #

setNativeDialogTitle :: (MonadIO m, IsNativeDialog o) => o -> Text -> m () #

setNativeDialogTransientFor :: (MonadIO m, IsNativeDialog o, IsWindow a) => o -> a -> m () #

setNativeDialogVisible :: (MonadIO m, IsNativeDialog o) => o -> Bool -> m () #

toNativeDialog :: (MonadIO m, IsNativeDialog o) => o -> m NativeDialog #