gi-gtk-3.0.6: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.FileChooserNative

Contents

Description

 

Synopsis

Exported types

newtype FileChooserNative Source #

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 SignalList FileChooserNative
type AttributeList FileChooserNative Source # 
type AttributeList FileChooserNative

class GObject o => IsFileChooserNative o Source #

Methods

fileChooserNativeGetAcceptLabel

data FileChooserNativeGetAcceptLabelMethodInfo Source #

Instances

((~) * signature (m (Maybe Text)), MonadIO m, IsFileChooserNative a) => MethodInfo * FileChooserNativeGetAcceptLabelMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy FileChooserNativeGetAcceptLabelMethodInfo a -> signature -> s

fileChooserNativeGetCancelLabel

data FileChooserNativeGetCancelLabelMethodInfo Source #

Instances

((~) * signature (m (Maybe Text)), MonadIO m, IsFileChooserNative a) => MethodInfo * FileChooserNativeGetCancelLabelMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy FileChooserNativeGetCancelLabelMethodInfo a -> signature -> s

fileChooserNativeNew

fileChooserNativeSetAcceptLabel

data FileChooserNativeSetAcceptLabelMethodInfo Source #

Instances

((~) * signature (Maybe Text -> m ()), MonadIO m, IsFileChooserNative a) => MethodInfo * FileChooserNativeSetAcceptLabelMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy FileChooserNativeSetAcceptLabelMethodInfo a -> signature -> s

fileChooserNativeSetCancelLabel

data FileChooserNativeSetCancelLabelMethodInfo Source #

Instances

((~) * signature (Maybe Text -> m ()), MonadIO m, IsFileChooserNative a) => MethodInfo * FileChooserNativeSetCancelLabelMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy FileChooserNativeSetCancelLabelMethodInfo a -> signature -> s

Properties

AcceptLabel

data FileChooserNativeAcceptLabelPropertyInfo Source #

Instances

AttrInfo FileChooserNativeAcceptLabelPropertyInfo Source # 
type AttrSetTypeConstraint FileChooserNativeAcceptLabelPropertyInfo Source # 
type AttrSetTypeConstraint FileChooserNativeAcceptLabelPropertyInfo = * ~ Text
type AttrLabel FileChooserNativeAcceptLabelPropertyInfo Source # 
type AttrLabel FileChooserNativeAcceptLabelPropertyInfo = "accept-label"
type AttrGetType FileChooserNativeAcceptLabelPropertyInfo Source # 
type AttrBaseTypeConstraint FileChooserNativeAcceptLabelPropertyInfo Source # 
type AttrAllowedOps FileChooserNativeAcceptLabelPropertyInfo Source # 
type AttrAllowedOps FileChooserNativeAcceptLabelPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

fileChooserNativeAcceptLabel :: AttrLabelProxy "acceptLabel" Source #

CancelLabel

data FileChooserNativeCancelLabelPropertyInfo Source #

Instances

AttrInfo FileChooserNativeCancelLabelPropertyInfo Source # 
type AttrSetTypeConstraint FileChooserNativeCancelLabelPropertyInfo Source # 
type AttrSetTypeConstraint FileChooserNativeCancelLabelPropertyInfo = * ~ Text
type AttrLabel FileChooserNativeCancelLabelPropertyInfo Source # 
type AttrLabel FileChooserNativeCancelLabelPropertyInfo = "cancel-label"
type AttrGetType FileChooserNativeCancelLabelPropertyInfo Source # 
type AttrBaseTypeConstraint FileChooserNativeCancelLabelPropertyInfo Source # 
type AttrAllowedOps FileChooserNativeCancelLabelPropertyInfo Source # 
type AttrAllowedOps FileChooserNativeCancelLabelPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

fileChooserNativeCancelLabel :: AttrLabelProxy "cancelLabel" Source #