| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.FileChooserNative
Description
Documentation
newtype FileChooserNative #
Constructors
| FileChooserNative (ManagedPtr FileChooserNative) |
Instances
data FileChooserNativeAcceptLabelPropertyInfo #
Instances
data FileChooserNativeCancelLabelPropertyInfo #
Instances
| AttrInfo FileChooserNativeCancelLabelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.FileChooserNative Associated Types
Methods attrGet :: AttrBaseTypeConstraint FileChooserNativeCancelLabelPropertyInfo o => o -> IO (AttrGetType FileChooserNativeCancelLabelPropertyInfo) attrSet :: (AttrBaseTypeConstraint FileChooserNativeCancelLabelPropertyInfo o, AttrSetTypeConstraint FileChooserNativeCancelLabelPropertyInfo b) => o -> b -> IO () attrClear :: AttrBaseTypeConstraint FileChooserNativeCancelLabelPropertyInfo o => o -> IO () attrConstruct :: (AttrBaseTypeConstraint FileChooserNativeCancelLabelPropertyInfo o, AttrSetTypeConstraint FileChooserNativeCancelLabelPropertyInfo b) => b -> IO (GValueConstruct o) attrTransfer :: (AttrBaseTypeConstraint FileChooserNativeCancelLabelPropertyInfo o, AttrTransferTypeConstraint FileChooserNativeCancelLabelPropertyInfo b) => Proxy o -> b -> IO (AttrTransferType FileChooserNativeCancelLabelPropertyInfo) attrPut :: AttrBaseTypeConstraint FileChooserNativeCancelLabelPropertyInfo o => o -> AttrGetType FileChooserNativeCancelLabelPropertyInfo -> IO () dbgAttrInfo :: Maybe ResolvedSymbolInfo | |||||||||||||||||||||||||||||||||
| type AttrAllowedOps FileChooserNativeCancelLabelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.FileChooserNative type AttrAllowedOps FileChooserNativeCancelLabelPropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear] | |||||||||||||||||||||||||||||||||
| type AttrBaseTypeConstraint FileChooserNativeCancelLabelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.FileChooserNative | |||||||||||||||||||||||||||||||||
| type AttrGetType FileChooserNativeCancelLabelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.FileChooserNative type AttrGetType FileChooserNativeCancelLabelPropertyInfo = Maybe Text | |||||||||||||||||||||||||||||||||
| type AttrLabel FileChooserNativeCancelLabelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.FileChooserNative type AttrLabel FileChooserNativeCancelLabelPropertyInfo = "cancel-label" | |||||||||||||||||||||||||||||||||
| type AttrOrigin FileChooserNativeCancelLabelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.FileChooserNative | |||||||||||||||||||||||||||||||||
| type AttrSetTypeConstraint FileChooserNativeCancelLabelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.FileChooserNative type AttrSetTypeConstraint FileChooserNativeCancelLabelPropertyInfo = Type ~ Text | |||||||||||||||||||||||||||||||||
| type AttrTransferType FileChooserNativeCancelLabelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.FileChooserNative type AttrTransferType FileChooserNativeCancelLabelPropertyInfo = Text | |||||||||||||||||||||||||||||||||
| type AttrTransferTypeConstraint FileChooserNativeCancelLabelPropertyInfo | |||||||||||||||||||||||||||||||||
Defined in GI.Gtk.Objects.FileChooserNative type AttrTransferTypeConstraint FileChooserNativeCancelLabelPropertyInfo = Type ~ Text | |||||||||||||||||||||||||||||||||
data FileChooserNativeGetAcceptLabelMethodInfo #
Instances
| (signature ~ m (Maybe Text), MonadIO m, IsFileChooserNative a) => OverloadedMethod FileChooserNativeGetAcceptLabelMethodInfo a signature | |
Defined in GI.Gtk.Objects.FileChooserNative Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo FileChooserNativeGetAcceptLabelMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.FileChooserNative Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data FileChooserNativeGetCancelLabelMethodInfo #
Instances
| (signature ~ m (Maybe Text), MonadIO m, IsFileChooserNative a) => OverloadedMethod FileChooserNativeGetCancelLabelMethodInfo a signature | |
Defined in GI.Gtk.Objects.FileChooserNative Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo FileChooserNativeGetCancelLabelMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.FileChooserNative Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data FileChooserNativeSetAcceptLabelMethodInfo #
Instances
| (signature ~ (Maybe Text -> m ()), MonadIO m, IsFileChooserNative a) => OverloadedMethod FileChooserNativeSetAcceptLabelMethodInfo a signature | |
Defined in GI.Gtk.Objects.FileChooserNative Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo FileChooserNativeSetAcceptLabelMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.FileChooserNative Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
data FileChooserNativeSetCancelLabelMethodInfo #
Instances
| (signature ~ (Maybe Text -> m ()), MonadIO m, IsFileChooserNative a) => OverloadedMethod FileChooserNativeSetCancelLabelMethodInfo a signature | |
Defined in GI.Gtk.Objects.FileChooserNative Methods overloadedMethod :: a -> signature | |
| OverloadedMethodInfo FileChooserNativeSetCancelLabelMethodInfo (a :: Type) | |
Defined in GI.Gtk.Objects.FileChooserNative Methods overloadedMethodInfo :: Maybe ResolvedSymbolInfo | |
class (GObject o, IsDescendantOf FileChooserNative o) => IsFileChooserNative o #
Instances
| (GObject o, IsDescendantOf FileChooserNative o) => IsFileChooserNative o | |
Defined in GI.Gtk.Objects.FileChooserNative | |
type family ResolveFileChooserNativeMethod (t :: Symbol) o where ... #
Equations
| ResolveFileChooserNativeMethod "addChoice" o = FileChooserAddChoiceMethodInfo | |
| ResolveFileChooserNativeMethod "addFilter" o = FileChooserAddFilterMethodInfo | |
| ResolveFileChooserNativeMethod "addShortcutFolder" o = FileChooserAddShortcutFolderMethodInfo | |
| ResolveFileChooserNativeMethod "bindProperty" o = ObjectBindPropertyMethodInfo | |
| ResolveFileChooserNativeMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo | |
| ResolveFileChooserNativeMethod "destroy" o = NativeDialogDestroyMethodInfo | |
| ResolveFileChooserNativeMethod "forceFloating" o = ObjectForceFloatingMethodInfo | |
| ResolveFileChooserNativeMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo | |
| ResolveFileChooserNativeMethod "getv" o = ObjectGetvMethodInfo | |
| ResolveFileChooserNativeMethod "hide" o = NativeDialogHideMethodInfo | |
| ResolveFileChooserNativeMethod "isFloating" o = ObjectIsFloatingMethodInfo | |
| ResolveFileChooserNativeMethod "notify" o = ObjectNotifyMethodInfo | |
| ResolveFileChooserNativeMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo | |
| ResolveFileChooserNativeMethod "ref" o = ObjectRefMethodInfo | |
| ResolveFileChooserNativeMethod "refSink" o = ObjectRefSinkMethodInfo | |
| ResolveFileChooserNativeMethod "removeChoice" o = FileChooserRemoveChoiceMethodInfo | |
| ResolveFileChooserNativeMethod "removeFilter" o = FileChooserRemoveFilterMethodInfo | |
| ResolveFileChooserNativeMethod "removeShortcutFolder" o = FileChooserRemoveShortcutFolderMethodInfo | |
| ResolveFileChooserNativeMethod "runDispose" o = ObjectRunDisposeMethodInfo | |
| ResolveFileChooserNativeMethod "show" o = NativeDialogShowMethodInfo | |
| ResolveFileChooserNativeMethod "stealData" o = ObjectStealDataMethodInfo | |
| ResolveFileChooserNativeMethod "stealQdata" o = ObjectStealQdataMethodInfo | |
| ResolveFileChooserNativeMethod "thawNotify" o = ObjectThawNotifyMethodInfo | |
| ResolveFileChooserNativeMethod "unref" o = ObjectUnrefMethodInfo | |
| ResolveFileChooserNativeMethod "watchClosure" o = ObjectWatchClosureMethodInfo | |
| ResolveFileChooserNativeMethod "getAcceptLabel" o = FileChooserNativeGetAcceptLabelMethodInfo | |
| ResolveFileChooserNativeMethod "getAction" o = FileChooserGetActionMethodInfo | |
| ResolveFileChooserNativeMethod "getCancelLabel" o = FileChooserNativeGetCancelLabelMethodInfo | |
| ResolveFileChooserNativeMethod "getChoice" o = FileChooserGetChoiceMethodInfo | |
| ResolveFileChooserNativeMethod "getCreateFolders" o = FileChooserGetCreateFoldersMethodInfo | |
| ResolveFileChooserNativeMethod "getCurrentFolder" o = FileChooserGetCurrentFolderMethodInfo | |
| ResolveFileChooserNativeMethod "getCurrentName" o = FileChooserGetCurrentNameMethodInfo | |
| ResolveFileChooserNativeMethod "getData" o = ObjectGetDataMethodInfo | |
| ResolveFileChooserNativeMethod "getFile" o = FileChooserGetFileMethodInfo | |
| ResolveFileChooserNativeMethod "getFiles" o = FileChooserGetFilesMethodInfo | |
| ResolveFileChooserNativeMethod "getFilter" o = FileChooserGetFilterMethodInfo | |
| ResolveFileChooserNativeMethod "getFilters" o = FileChooserGetFiltersMethodInfo | |
| ResolveFileChooserNativeMethod "getModal" o = NativeDialogGetModalMethodInfo | |
| ResolveFileChooserNativeMethod "getProperty" o = ObjectGetPropertyMethodInfo | |
| ResolveFileChooserNativeMethod "getQdata" o = ObjectGetQdataMethodInfo | |
| ResolveFileChooserNativeMethod "getSelectMultiple" o = FileChooserGetSelectMultipleMethodInfo | |
| ResolveFileChooserNativeMethod "getShortcutFolders" o = FileChooserGetShortcutFoldersMethodInfo | |
| ResolveFileChooserNativeMethod "getTitle" o = NativeDialogGetTitleMethodInfo | |
| ResolveFileChooserNativeMethod "getTransientFor" o = NativeDialogGetTransientForMethodInfo | |
| ResolveFileChooserNativeMethod "getVisible" o = NativeDialogGetVisibleMethodInfo | |
| ResolveFileChooserNativeMethod "setAcceptLabel" o = FileChooserNativeSetAcceptLabelMethodInfo | |
| ResolveFileChooserNativeMethod "setAction" o = FileChooserSetActionMethodInfo | |
| ResolveFileChooserNativeMethod "setCancelLabel" o = FileChooserNativeSetCancelLabelMethodInfo | |
| ResolveFileChooserNativeMethod "setChoice" o = FileChooserSetChoiceMethodInfo | |
| ResolveFileChooserNativeMethod "setCreateFolders" o = FileChooserSetCreateFoldersMethodInfo | |
| ResolveFileChooserNativeMethod "setCurrentFolder" o = FileChooserSetCurrentFolderMethodInfo | |
| ResolveFileChooserNativeMethod "setCurrentName" o = FileChooserSetCurrentNameMethodInfo | |
| ResolveFileChooserNativeMethod "setData" o = ObjectSetDataMethodInfo | |
| ResolveFileChooserNativeMethod "setDataFull" o = ObjectSetDataFullMethodInfo | |
| ResolveFileChooserNativeMethod "setFile" o = FileChooserSetFileMethodInfo | |
| ResolveFileChooserNativeMethod "setFilter" o = FileChooserSetFilterMethodInfo | |
| ResolveFileChooserNativeMethod "setModal" o = NativeDialogSetModalMethodInfo | |
| ResolveFileChooserNativeMethod "setProperty" o = ObjectSetPropertyMethodInfo | |
| ResolveFileChooserNativeMethod "setSelectMultiple" o = FileChooserSetSelectMultipleMethodInfo | |
| ResolveFileChooserNativeMethod "setTitle" o = NativeDialogSetTitleMethodInfo | |
| ResolveFileChooserNativeMethod "setTransientFor" o = NativeDialogSetTransientForMethodInfo | |
| ResolveFileChooserNativeMethod l o = MethodResolutionFailed l o :: Type |
clearFileChooserNativeAcceptLabel :: (MonadIO m, IsFileChooserNative o) => o -> m () #
clearFileChooserNativeCancelLabel :: (MonadIO m, IsFileChooserNative o) => o -> m () #
constructFileChooserNativeAcceptLabel :: (IsFileChooserNative o, MonadIO m) => Text -> m (GValueConstruct o) #
constructFileChooserNativeCancelLabel :: (IsFileChooserNative o, MonadIO m) => Text -> m (GValueConstruct o) #
fileChooserNativeAcceptLabel :: AttrLabelProxy "acceptLabel" #
fileChooserNativeCancelLabel :: AttrLabelProxy "cancelLabel" #
fileChooserNativeGetAcceptLabel :: (HasCallStack, MonadIO m, IsFileChooserNative a) => a -> m (Maybe Text) #
fileChooserNativeGetCancelLabel :: (HasCallStack, MonadIO m, IsFileChooserNative a) => a -> m (Maybe Text) #
fileChooserNativeNew :: (HasCallStack, MonadIO m, IsWindow a) => Maybe Text -> Maybe a -> FileChooserAction -> Maybe Text -> Maybe Text -> m FileChooserNative #
fileChooserNativeSetAcceptLabel :: (HasCallStack, MonadIO m, IsFileChooserNative a) => a -> Maybe Text -> m () #
fileChooserNativeSetCancelLabel :: (HasCallStack, MonadIO m, IsFileChooserNative a) => a -> Maybe Text -> m () #
getFileChooserNativeAcceptLabel :: (MonadIO m, IsFileChooserNative o) => o -> m (Maybe Text) #
getFileChooserNativeCancelLabel :: (MonadIO m, IsFileChooserNative o) => o -> m (Maybe Text) #
setFileChooserNativeAcceptLabel :: (MonadIO m, IsFileChooserNative o) => o -> Text -> m () #
setFileChooserNativeCancelLabel :: (MonadIO m, IsFileChooserNative o) => o -> Text -> m () #
toFileChooserNative :: (MonadIO m, IsFileChooserNative o) => o -> m FileChooserNative #