| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gtk.Objects.FileChooserNative
Contents
Description
- newtype FileChooserNative = FileChooserNative (ManagedPtr FileChooserNative)
- class GObject o => IsFileChooserNative o
- toFileChooserNative :: IsFileChooserNative o => o -> IO FileChooserNative
- noFileChooserNative :: Maybe FileChooserNative
- data FileChooserNativeGetAcceptLabelMethodInfo
- fileChooserNativeGetAcceptLabel :: (MonadIO m, IsFileChooserNative a) => a -> m (Maybe Text)
- data FileChooserNativeGetCancelLabelMethodInfo
- fileChooserNativeGetCancelLabel :: (MonadIO m, IsFileChooserNative a) => a -> m (Maybe Text)
- fileChooserNativeNew :: (MonadIO m, IsWindow a) => Maybe Text -> Maybe a -> FileChooserAction -> Maybe Text -> Maybe Text -> m FileChooserNative
- data FileChooserNativeSetAcceptLabelMethodInfo
- fileChooserNativeSetAcceptLabel :: (MonadIO m, IsFileChooserNative a) => a -> Maybe Text -> m ()
- data FileChooserNativeSetCancelLabelMethodInfo
- fileChooserNativeSetCancelLabel :: (MonadIO m, IsFileChooserNative a) => a -> Maybe Text -> m ()
- data FileChooserNativeAcceptLabelPropertyInfo
- clearFileChooserNativeAcceptLabel :: (MonadIO m, IsFileChooserNative o) => o -> m ()
- constructFileChooserNativeAcceptLabel :: IsFileChooserNative o => Text -> IO (GValueConstruct o)
- fileChooserNativeAcceptLabel :: AttrLabelProxy "acceptLabel"
- getFileChooserNativeAcceptLabel :: (MonadIO m, IsFileChooserNative o) => o -> m (Maybe Text)
- setFileChooserNativeAcceptLabel :: (MonadIO m, IsFileChooserNative o) => o -> Text -> m ()
- data FileChooserNativeCancelLabelPropertyInfo
- clearFileChooserNativeCancelLabel :: (MonadIO m, IsFileChooserNative o) => o -> m ()
- constructFileChooserNativeCancelLabel :: IsFileChooserNative o => Text -> IO (GValueConstruct o)
- fileChooserNativeCancelLabel :: AttrLabelProxy "cancelLabel"
- getFileChooserNativeCancelLabel :: (MonadIO m, IsFileChooserNative o) => o -> m (Maybe Text)
- setFileChooserNativeCancelLabel :: (MonadIO m, IsFileChooserNative o) => o -> Text -> m ()
Exported types
newtype FileChooserNative Source #
Constructors
| FileChooserNative (ManagedPtr FileChooserNative) |
Instances
| GObject FileChooserNative Source # | |
| IsObject FileChooserNative Source # | |
| IsNativeDialog FileChooserNative Source # | |
| IsFileChooser FileChooserNative Source # | |
| IsFileChooserNative FileChooserNative Source # | |
| ((~) * info (ResolveFileChooserNativeMethod t FileChooserNative), MethodInfo * info FileChooserNative p) => IsLabel t (FileChooserNative -> p) Source # | |
| ((~) * info (ResolveFileChooserNativeMethod t FileChooserNative), MethodInfo * info FileChooserNative p) => IsLabelProxy t (FileChooserNative -> p) Source # | |
| HasAttributeList * FileChooserNative Source # | |
| type SignalList FileChooserNative Source # | |
| type AttributeList FileChooserNative Source # | |
class GObject o => IsFileChooserNative o Source #
Instances
| (GObject a, UnknownAncestorError Constraint FileChooserNative a) => IsFileChooserNative a Source # | |
| IsFileChooserNative FileChooserNative Source # | |
toFileChooserNative :: IsFileChooserNative o => o -> IO FileChooserNative Source #
Methods
getAcceptLabel
data FileChooserNativeGetAcceptLabelMethodInfo Source #
Instances
| ((~) * signature (m (Maybe Text)), MonadIO m, IsFileChooserNative a) => MethodInfo * FileChooserNativeGetAcceptLabelMethodInfo a signature Source # | |
fileChooserNativeGetAcceptLabel :: (MonadIO m, IsFileChooserNative a) => a -> m (Maybe Text) Source #
getCancelLabel
data FileChooserNativeGetCancelLabelMethodInfo Source #
Instances
| ((~) * signature (m (Maybe Text)), MonadIO m, IsFileChooserNative a) => MethodInfo * FileChooserNativeGetCancelLabelMethodInfo a signature Source # | |
fileChooserNativeGetCancelLabel :: (MonadIO m, IsFileChooserNative a) => a -> m (Maybe Text) Source #
new
fileChooserNativeNew :: (MonadIO m, IsWindow a) => Maybe Text -> Maybe a -> FileChooserAction -> Maybe Text -> Maybe Text -> m FileChooserNative Source #
setAcceptLabel
data FileChooserNativeSetAcceptLabelMethodInfo Source #
Instances
| ((~) * signature (Maybe Text -> m ()), MonadIO m, IsFileChooserNative a) => MethodInfo * FileChooserNativeSetAcceptLabelMethodInfo a signature Source # | |
fileChooserNativeSetAcceptLabel :: (MonadIO m, IsFileChooserNative a) => a -> Maybe Text -> m () Source #
setCancelLabel
data FileChooserNativeSetCancelLabelMethodInfo Source #
Instances
| ((~) * signature (Maybe Text -> m ()), MonadIO m, IsFileChooserNative a) => MethodInfo * FileChooserNativeSetCancelLabelMethodInfo a signature Source # | |
fileChooserNativeSetCancelLabel :: (MonadIO m, IsFileChooserNative a) => a -> Maybe Text -> m () Source #
Properties
acceptLabel
data FileChooserNativeAcceptLabelPropertyInfo Source #
Instances
| AttrInfo FileChooserNativeAcceptLabelPropertyInfo Source # | |
| type AttrSetTypeConstraint FileChooserNativeAcceptLabelPropertyInfo Source # | |
| type AttrOrigin FileChooserNativeAcceptLabelPropertyInfo Source # | |
| type AttrLabel FileChooserNativeAcceptLabelPropertyInfo Source # | |
| type AttrGetType FileChooserNativeAcceptLabelPropertyInfo Source # | |
| type AttrBaseTypeConstraint FileChooserNativeAcceptLabelPropertyInfo Source # | |
| type AttrAllowedOps FileChooserNativeAcceptLabelPropertyInfo Source # | |
clearFileChooserNativeAcceptLabel :: (MonadIO m, IsFileChooserNative o) => o -> m () Source #
constructFileChooserNativeAcceptLabel :: IsFileChooserNative o => Text -> IO (GValueConstruct o) Source #
fileChooserNativeAcceptLabel :: AttrLabelProxy "acceptLabel" Source #
getFileChooserNativeAcceptLabel :: (MonadIO m, IsFileChooserNative o) => o -> m (Maybe Text) Source #
setFileChooserNativeAcceptLabel :: (MonadIO m, IsFileChooserNative o) => o -> Text -> m () Source #
cancelLabel
data FileChooserNativeCancelLabelPropertyInfo Source #
Instances
| AttrInfo FileChooserNativeCancelLabelPropertyInfo Source # | |
| type AttrSetTypeConstraint FileChooserNativeCancelLabelPropertyInfo Source # | |
| type AttrOrigin FileChooserNativeCancelLabelPropertyInfo Source # | |
| type AttrLabel FileChooserNativeCancelLabelPropertyInfo Source # | |
| type AttrGetType FileChooserNativeCancelLabelPropertyInfo Source # | |
| type AttrBaseTypeConstraint FileChooserNativeCancelLabelPropertyInfo Source # | |
| type AttrAllowedOps FileChooserNativeCancelLabelPropertyInfo Source # | |
clearFileChooserNativeCancelLabel :: (MonadIO m, IsFileChooserNative o) => o -> m () Source #
constructFileChooserNativeCancelLabel :: IsFileChooserNative o => Text -> IO (GValueConstruct o) Source #
fileChooserNativeCancelLabel :: AttrLabelProxy "cancelLabel" Source #
getFileChooserNativeCancelLabel :: (MonadIO m, IsFileChooserNative o) => o -> m (Maybe Text) Source #
setFileChooserNativeCancelLabel :: (MonadIO m, IsFileChooserNative o) => o -> Text -> m () Source #