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 |
- Exported types
- Methods
- addFilter
- getCurrentItem
- getCurrentUri
- getFilter
- getItems
- getLimit
- getLocalOnly
- getSelectMultiple
- getShowIcons
- getShowNotFound
- getShowPrivate
- getShowTips
- getSortType
- getUris
- listFilters
- removeFilter
- selectAll
- selectUri
- setCurrentUri
- setFilter
- setLimit
- setLocalOnly
- setSelectMultiple
- setShowIcons
- setShowNotFound
- setShowPrivate
- setShowTips
- setSortFunc
- setSortType
- unselectAll
- unselectUri
- Properties
- Signals
RecentChooser
is an interface that can be implemented by widgets
displaying the list of recently used files. In GTK+, the main objects
that implement this interface are RecentChooserWidget
,
RecentChooserDialog
and RecentChooserMenu
.
Recently used files are supported since GTK+ 2.10.
Synopsis
- newtype RecentChooser = RecentChooser (ManagedPtr RecentChooser)
- noRecentChooser :: Maybe RecentChooser
- class GObject o => IsRecentChooser o
- toRecentChooser :: (MonadIO m, IsRecentChooser o) => o -> m RecentChooser
- recentChooserAddFilter :: (HasCallStack, MonadIO m, IsRecentChooser a, IsRecentFilter b) => a -> b -> m ()
- recentChooserGetCurrentItem :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m RecentInfo
- recentChooserGetCurrentUri :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m Text
- recentChooserGetFilter :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m RecentFilter
- recentChooserGetItems :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m [RecentInfo]
- recentChooserGetLimit :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m Int32
- recentChooserGetLocalOnly :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m Bool
- recentChooserGetSelectMultiple :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m Bool
- recentChooserGetShowIcons :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m Bool
- recentChooserGetShowNotFound :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m Bool
- recentChooserGetShowPrivate :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m Bool
- recentChooserGetShowTips :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m Bool
- recentChooserGetSortType :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m RecentSortType
- recentChooserGetUris :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m ([Text], Word64)
- recentChooserListFilters :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m [RecentFilter]
- recentChooserRemoveFilter :: (HasCallStack, MonadIO m, IsRecentChooser a, IsRecentFilter b) => a -> b -> m ()
- recentChooserSelectAll :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m ()
- recentChooserSelectUri :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> Text -> m ()
- recentChooserSetCurrentUri :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> Text -> m ()
- recentChooserSetFilter :: (HasCallStack, MonadIO m, IsRecentChooser a, IsRecentFilter b) => a -> Maybe b -> m ()
- recentChooserSetLimit :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> Int32 -> m ()
- recentChooserSetLocalOnly :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> Bool -> m ()
- recentChooserSetSelectMultiple :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> Bool -> m ()
- recentChooserSetShowIcons :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> Bool -> m ()
- recentChooserSetShowNotFound :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> Bool -> m ()
- recentChooserSetShowPrivate :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> Bool -> m ()
- recentChooserSetShowTips :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> Bool -> m ()
- recentChooserSetSortFunc :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> RecentSortFunc -> m ()
- recentChooserSetSortType :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> RecentSortType -> m ()
- recentChooserUnselectAll :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> m ()
- recentChooserUnselectUri :: (HasCallStack, MonadIO m, IsRecentChooser a) => a -> Text -> m ()
- clearRecentChooserFilter :: (MonadIO m, IsRecentChooser o) => o -> m ()
- constructRecentChooserFilter :: (IsRecentChooser o, IsRecentFilter a) => a -> IO (GValueConstruct o)
- getRecentChooserFilter :: (MonadIO m, IsRecentChooser o) => o -> m RecentFilter
- setRecentChooserFilter :: (MonadIO m, IsRecentChooser o, IsRecentFilter a) => o -> a -> m ()
- constructRecentChooserLimit :: IsRecentChooser o => Int32 -> IO (GValueConstruct o)
- getRecentChooserLimit :: (MonadIO m, IsRecentChooser o) => o -> m Int32
- setRecentChooserLimit :: (MonadIO m, IsRecentChooser o) => o -> Int32 -> m ()
- constructRecentChooserLocalOnly :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
- getRecentChooserLocalOnly :: (MonadIO m, IsRecentChooser o) => o -> m Bool
- setRecentChooserLocalOnly :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()
- constructRecentChooserRecentManager :: (IsRecentChooser o, IsRecentManager a) => a -> IO (GValueConstruct o)
- constructRecentChooserSelectMultiple :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
- getRecentChooserSelectMultiple :: (MonadIO m, IsRecentChooser o) => o -> m Bool
- setRecentChooserSelectMultiple :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()
- constructRecentChooserShowIcons :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
- getRecentChooserShowIcons :: (MonadIO m, IsRecentChooser o) => o -> m Bool
- setRecentChooserShowIcons :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()
- constructRecentChooserShowNotFound :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
- getRecentChooserShowNotFound :: (MonadIO m, IsRecentChooser o) => o -> m Bool
- setRecentChooserShowNotFound :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()
- constructRecentChooserShowPrivate :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
- getRecentChooserShowPrivate :: (MonadIO m, IsRecentChooser o) => o -> m Bool
- setRecentChooserShowPrivate :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()
- constructRecentChooserShowTips :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
- getRecentChooserShowTips :: (MonadIO m, IsRecentChooser o) => o -> m Bool
- setRecentChooserShowTips :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()
- constructRecentChooserSortType :: IsRecentChooser o => RecentSortType -> IO (GValueConstruct o)
- getRecentChooserSortType :: (MonadIO m, IsRecentChooser o) => o -> m RecentSortType
- setRecentChooserSortType :: (MonadIO m, IsRecentChooser o) => o -> RecentSortType -> m ()
- type C_RecentChooserItemActivatedCallback = Ptr () -> Ptr () -> IO ()
- type RecentChooserItemActivatedCallback = IO ()
- afterRecentChooserItemActivated :: (IsRecentChooser a, MonadIO m) => a -> RecentChooserItemActivatedCallback -> m SignalHandlerId
- genClosure_RecentChooserItemActivated :: RecentChooserItemActivatedCallback -> IO Closure
- mk_RecentChooserItemActivatedCallback :: C_RecentChooserItemActivatedCallback -> IO (FunPtr C_RecentChooserItemActivatedCallback)
- noRecentChooserItemActivatedCallback :: Maybe RecentChooserItemActivatedCallback
- onRecentChooserItemActivated :: (IsRecentChooser a, MonadIO m) => a -> RecentChooserItemActivatedCallback -> m SignalHandlerId
- wrap_RecentChooserItemActivatedCallback :: RecentChooserItemActivatedCallback -> C_RecentChooserItemActivatedCallback
- type C_RecentChooserSelectionChangedCallback = Ptr () -> Ptr () -> IO ()
- type RecentChooserSelectionChangedCallback = IO ()
- afterRecentChooserSelectionChanged :: (IsRecentChooser a, MonadIO m) => a -> RecentChooserSelectionChangedCallback -> m SignalHandlerId
- genClosure_RecentChooserSelectionChanged :: RecentChooserSelectionChangedCallback -> IO Closure
- mk_RecentChooserSelectionChangedCallback :: C_RecentChooserSelectionChangedCallback -> IO (FunPtr C_RecentChooserSelectionChangedCallback)
- noRecentChooserSelectionChangedCallback :: Maybe RecentChooserSelectionChangedCallback
- onRecentChooserSelectionChanged :: (IsRecentChooser a, MonadIO m) => a -> RecentChooserSelectionChangedCallback -> m SignalHandlerId
- wrap_RecentChooserSelectionChangedCallback :: RecentChooserSelectionChangedCallback -> C_RecentChooserSelectionChangedCallback
Exported types
newtype RecentChooser Source #
Memory-managed wrapper type.
Instances
GObject RecentChooser Source # | |
Defined in GI.Gtk.Interfaces.RecentChooser gobjectType :: RecentChooser -> IO GType # | |
IsObject RecentChooser Source # | |
Defined in GI.Gtk.Interfaces.RecentChooser | |
IsRecentChooser RecentChooser Source # | |
Defined in GI.Gtk.Interfaces.RecentChooser |
noRecentChooser :: Maybe RecentChooser Source #
A convenience alias for Nothing
:: Maybe
RecentChooser
.
class GObject o => IsRecentChooser o Source #
Type class for types which can be safely cast to RecentChooser
, for instance with toRecentChooser
.
Instances
(GObject a, (UnknownAncestorError RecentChooser a :: Constraint)) => IsRecentChooser a Source # | |
Defined in GI.Gtk.Interfaces.RecentChooser | |
IsRecentChooser RecentChooser Source # | |
Defined in GI.Gtk.Interfaces.RecentChooser | |
IsRecentChooser RecentAction Source # | |
Defined in GI.Gtk.Objects.RecentAction | |
IsRecentChooser RecentChooserWidget Source # | |
Defined in GI.Gtk.Objects.RecentChooserWidget | |
IsRecentChooser RecentChooserMenu Source # | |
Defined in GI.Gtk.Objects.RecentChooserMenu | |
IsRecentChooser RecentChooserDialog Source # | |
Defined in GI.Gtk.Objects.RecentChooserDialog |
toRecentChooser :: (MonadIO m, IsRecentChooser o) => o -> m RecentChooser Source #
Cast to RecentChooser
, for types for which this is known to be safe. For general casts, use castTo
.
Methods
addFilter
recentChooserAddFilter Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a, IsRecentFilter b) | |
=> a |
|
-> b |
|
-> m () |
Adds filter
to the list of RecentFilter
objects held by chooser
.
If no previous filter objects were defined, this function will call
recentChooserSetFilter
.
Since: 2.10
getCurrentItem
recentChooserGetCurrentItem Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> m RecentInfo | Returns: a |
Gets the RecentInfo
currently selected by chooser
.
Since: 2.10
getCurrentUri
recentChooserGetCurrentUri Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> m Text | Returns: a newly allocated string holding a URI. |
Gets the URI currently selected by chooser
.
Since: 2.10
getFilter
recentChooserGetFilter Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> m RecentFilter | Returns: a |
Gets the RecentFilter
object currently used by chooser
to affect
the display of the recently used resources.
Since: 2.10
getItems
recentChooserGetItems Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> m [RecentInfo] | Returns: A newly allocated
list of |
Gets the list of recently used resources in form of RecentInfo
objects.
The return value of this function is affected by the “sort-type” and
“limit” properties of chooser
.
Since: 2.10
getLimit
recentChooserGetLimit Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> m Int32 | Returns: A positive integer, or -1 meaning that all items are returned. |
Gets the number of items returned by recentChooserGetItems
and recentChooserGetUris
.
Since: 2.10
getLocalOnly
recentChooserGetLocalOnly Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> m Bool | Returns: |
Gets whether only local resources should be shown in the recently used
resources selector. See recentChooserSetLocalOnly
Since: 2.10
getSelectMultiple
recentChooserGetSelectMultiple Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> m Bool | Returns: |
Gets whether chooser
can select multiple items.
Since: 2.10
getShowIcons
recentChooserGetShowIcons Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> m Bool | Returns: |
Retrieves whether chooser
should show an icon near the resource.
Since: 2.10
getShowNotFound
recentChooserGetShowNotFound Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> m Bool | Returns: |
Retrieves whether chooser
should show the recently used resources that
were not found.
Since: 2.10
getShowPrivate
recentChooserGetShowPrivate Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> m Bool | Returns: |
Returns whether chooser
should display recently used resources
registered as private.
Since: 2.10
getShowTips
recentChooserGetShowTips Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> m Bool | Returns: |
Gets whether chooser
should display tooltips containing the full path
of a recently user resource.
Since: 2.10
getSortType
recentChooserGetSortType Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> m RecentSortType | Returns: the sorting order of the |
Gets the value set by recentChooserSetSortType
.
Since: 2.10
getUris
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> m ([Text], Word64) | Returns:
A newly allocated, |
listFilters
recentChooserListFilters Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> m [RecentFilter] | Returns: A singly linked list
of |
Gets the RecentFilter
objects held by chooser
.
Since: 2.10
removeFilter
recentChooserRemoveFilter Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a, IsRecentFilter b) | |
=> a |
|
-> b |
|
-> m () |
Removes filter
from the list of RecentFilter
objects held by chooser
.
Since: 2.10
selectAll
recentChooserSelectAll Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> m () |
Selects all the items inside chooser
, if the chooser
supports
multiple selection.
Since: 2.10
selectUri
recentChooserSelectUri Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> Text |
|
-> m () | (Can throw |
Selects uri
inside chooser
.
Since: 2.10
setCurrentUri
recentChooserSetCurrentUri Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> Text |
|
-> m () | (Can throw |
Sets uri
as the current URI for chooser
.
Since: 2.10
setFilter
recentChooserSetFilter Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a, IsRecentFilter b) | |
=> a |
|
-> Maybe b |
|
-> m () |
Sets filter
as the current RecentFilter
object used by chooser
to affect the displayed recently used resources.
Since: 2.10
setLimit
recentChooserSetLimit Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> Int32 |
|
-> m () |
Sets the number of items that should be returned by
recentChooserGetItems
and recentChooserGetUris
.
Since: 2.10
setLocalOnly
recentChooserSetLocalOnly Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> Bool |
|
-> m () |
Sets whether only local resources, that is resources using the file:// URI
scheme, should be shown in the recently used resources selector. If
localOnly
is True
(the default) then the shown resources are guaranteed
to be accessible through the operating system native file system.
Since: 2.10
setSelectMultiple
recentChooserSetSelectMultiple Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> Bool |
|
-> m () |
Sets whether chooser
can select multiple items.
Since: 2.10
setShowIcons
recentChooserSetShowIcons Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> Bool |
|
-> m () |
Sets whether chooser
should show an icon near the resource when
displaying it.
Since: 2.10
setShowNotFound
recentChooserSetShowNotFound Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> Bool |
|
-> m () |
Sets whether chooser
should display the recently used resources that
it didn’t find. This only applies to local resources.
Since: 2.10
setShowPrivate
recentChooserSetShowPrivate Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> Bool | |
-> m () |
Whether to show recently used resources marked registered as private.
Since: 2.10
setShowTips
recentChooserSetShowTips Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> Bool |
|
-> m () |
Sets whether to show a tooltips containing the full path of each
recently used resource in a RecentChooser
widget.
Since: 2.10
setSortFunc
recentChooserSetSortFunc Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> RecentSortFunc |
|
-> m () |
Sets the comparison function used when sorting to be sortFunc
. If
the chooser
has the sort type set to GTK_RECENT_SORT_CUSTOM
then
the chooser will sort using this function.
To the comparison function will be passed two RecentInfo
structs and
sortData
; sortFunc
should return a positive integer if the first
item comes before the second, zero if the two items are equal and
a negative integer if the first item comes after the second.
Since: 2.10
setSortType
recentChooserSetSortType Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> RecentSortType |
|
-> m () |
Changes the sorting order of the recently used resources list displayed by
chooser
.
Since: 2.10
unselectAll
recentChooserUnselectAll Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> m () |
Unselects all the items inside chooser
.
Since: 2.10
unselectUri
recentChooserUnselectUri Source #
:: (HasCallStack, MonadIO m, IsRecentChooser a) | |
=> a |
|
-> Text |
|
-> m () |
Unselects uri
inside chooser
.
Since: 2.10
Properties
filter
The RecentFilter
object to be used when displaying
the recently used resources.
Since: 2.10
clearRecentChooserFilter :: (MonadIO m, IsRecentChooser o) => o -> m () Source #
Set the value of the “filter
” property to Nothing
.
When overloading is enabled, this is equivalent to
clear
#filter
constructRecentChooserFilter :: (IsRecentChooser o, IsRecentFilter a) => a -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “filter
” property. This is rarely needed directly, but it is used by new
.
getRecentChooserFilter :: (MonadIO m, IsRecentChooser o) => o -> m RecentFilter Source #
Get the value of the “filter
” property.
When overloading is enabled, this is equivalent to
get
recentChooser #filter
setRecentChooserFilter :: (MonadIO m, IsRecentChooser o, IsRecentFilter a) => o -> a -> m () Source #
Set the value of the “filter
” property.
When overloading is enabled, this is equivalent to
set
recentChooser [ #filter:=
value ]
limit
The maximum number of recently used resources to be displayed, or -1 to display all items.
Since: 2.10
constructRecentChooserLimit :: IsRecentChooser o => Int32 -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “limit
” property. This is rarely needed directly, but it is used by new
.
getRecentChooserLimit :: (MonadIO m, IsRecentChooser o) => o -> m Int32 Source #
Get the value of the “limit
” property.
When overloading is enabled, this is equivalent to
get
recentChooser #limit
setRecentChooserLimit :: (MonadIO m, IsRecentChooser o) => o -> Int32 -> m () Source #
Set the value of the “limit
” property.
When overloading is enabled, this is equivalent to
set
recentChooser [ #limit:=
value ]
localOnly
Whether this RecentChooser
should display only local (file:)
resources.
Since: 2.10
constructRecentChooserLocalOnly :: IsRecentChooser o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “local-only
” property. This is rarely needed directly, but it is used by new
.
getRecentChooserLocalOnly :: (MonadIO m, IsRecentChooser o) => o -> m Bool Source #
Get the value of the “local-only
” property.
When overloading is enabled, this is equivalent to
get
recentChooser #localOnly
setRecentChooserLocalOnly :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m () Source #
Set the value of the “local-only
” property.
When overloading is enabled, this is equivalent to
set
recentChooser [ #localOnly:=
value ]
recentManager
The RecentManager
instance used by the RecentChooser
to
display the list of recently used resources.
Since: 2.10
constructRecentChooserRecentManager :: (IsRecentChooser o, IsRecentManager a) => a -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “recent-manager
” property. This is rarely needed directly, but it is used by new
.
selectMultiple
Allow the user to select multiple resources.
Since: 2.10
constructRecentChooserSelectMultiple :: IsRecentChooser o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “select-multiple
” property. This is rarely needed directly, but it is used by new
.
getRecentChooserSelectMultiple :: (MonadIO m, IsRecentChooser o) => o -> m Bool Source #
Get the value of the “select-multiple
” property.
When overloading is enabled, this is equivalent to
get
recentChooser #selectMultiple
setRecentChooserSelectMultiple :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m () Source #
Set the value of the “select-multiple
” property.
When overloading is enabled, this is equivalent to
set
recentChooser [ #selectMultiple:=
value ]
showIcons
Whether this RecentChooser
should display an icon near the item.
Since: 2.10
constructRecentChooserShowIcons :: IsRecentChooser o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “show-icons
” property. This is rarely needed directly, but it is used by new
.
getRecentChooserShowIcons :: (MonadIO m, IsRecentChooser o) => o -> m Bool Source #
Get the value of the “show-icons
” property.
When overloading is enabled, this is equivalent to
get
recentChooser #showIcons
setRecentChooserShowIcons :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m () Source #
Set the value of the “show-icons
” property.
When overloading is enabled, this is equivalent to
set
recentChooser [ #showIcons:=
value ]
showNotFound
Whether this RecentChooser
should display the recently used resources
even if not present anymore. Setting this to False
will perform a
potentially expensive check on every local resource (every remote
resource will always be displayed).
Since: 2.10
constructRecentChooserShowNotFound :: IsRecentChooser o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “show-not-found
” property. This is rarely needed directly, but it is used by new
.
getRecentChooserShowNotFound :: (MonadIO m, IsRecentChooser o) => o -> m Bool Source #
Get the value of the “show-not-found
” property.
When overloading is enabled, this is equivalent to
get
recentChooser #showNotFound
setRecentChooserShowNotFound :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m () Source #
Set the value of the “show-not-found
” property.
When overloading is enabled, this is equivalent to
set
recentChooser [ #showNotFound:=
value ]
showPrivate
No description available in the introspection data.
constructRecentChooserShowPrivate :: IsRecentChooser o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “show-private
” property. This is rarely needed directly, but it is used by new
.
getRecentChooserShowPrivate :: (MonadIO m, IsRecentChooser o) => o -> m Bool Source #
Get the value of the “show-private
” property.
When overloading is enabled, this is equivalent to
get
recentChooser #showPrivate
setRecentChooserShowPrivate :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m () Source #
Set the value of the “show-private
” property.
When overloading is enabled, this is equivalent to
set
recentChooser [ #showPrivate:=
value ]
showTips
Whether this RecentChooser
should display a tooltip containing the
full path of the recently used resources.
Since: 2.10
constructRecentChooserShowTips :: IsRecentChooser o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “show-tips
” property. This is rarely needed directly, but it is used by new
.
getRecentChooserShowTips :: (MonadIO m, IsRecentChooser o) => o -> m Bool Source #
Get the value of the “show-tips
” property.
When overloading is enabled, this is equivalent to
get
recentChooser #showTips
setRecentChooserShowTips :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m () Source #
Set the value of the “show-tips
” property.
When overloading is enabled, this is equivalent to
set
recentChooser [ #showTips:=
value ]
sortType
Sorting order to be used when displaying the recently used resources.
Since: 2.10
constructRecentChooserSortType :: IsRecentChooser o => RecentSortType -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “sort-type
” property. This is rarely needed directly, but it is used by new
.
getRecentChooserSortType :: (MonadIO m, IsRecentChooser o) => o -> m RecentSortType Source #
Get the value of the “sort-type
” property.
When overloading is enabled, this is equivalent to
get
recentChooser #sortType
setRecentChooserSortType :: (MonadIO m, IsRecentChooser o) => o -> RecentSortType -> m () Source #
Set the value of the “sort-type
” property.
When overloading is enabled, this is equivalent to
set
recentChooser [ #sortType:=
value ]
Signals
itemActivated
type C_RecentChooserItemActivatedCallback = Ptr () -> Ptr () -> IO () Source #
Type for the callback on the (unwrapped) C side.
type RecentChooserItemActivatedCallback = IO () Source #
This signal is emitted when the user "activates" a recent item
in the recent chooser. This can happen by double-clicking on an item
in the recently used resources list, or by pressing
Enter
.
Since: 2.10
afterRecentChooserItemActivated :: (IsRecentChooser a, MonadIO m) => a -> RecentChooserItemActivatedCallback -> m SignalHandlerId Source #
Connect a signal handler for the “item-activated
” signal, to be run after the default handler.
When overloading is enabled, this is equivalent to
after
recentChooser #itemActivated callback
genClosure_RecentChooserItemActivated :: RecentChooserItemActivatedCallback -> IO Closure Source #
Wrap the callback into a Closure
.
mk_RecentChooserItemActivatedCallback :: C_RecentChooserItemActivatedCallback -> IO (FunPtr C_RecentChooserItemActivatedCallback) Source #
Generate a function pointer callable from C code, from a C_RecentChooserItemActivatedCallback
.
noRecentChooserItemActivatedCallback :: Maybe RecentChooserItemActivatedCallback Source #
A convenience synonym for
.Nothing
:: Maybe
RecentChooserItemActivatedCallback
onRecentChooserItemActivated :: (IsRecentChooser a, MonadIO m) => a -> RecentChooserItemActivatedCallback -> m SignalHandlerId Source #
Connect a signal handler for the “item-activated
” signal, to be run before the default handler.
When overloading is enabled, this is equivalent to
on
recentChooser #itemActivated callback
wrap_RecentChooserItemActivatedCallback :: RecentChooserItemActivatedCallback -> C_RecentChooserItemActivatedCallback Source #
selectionChanged
type C_RecentChooserSelectionChangedCallback = Ptr () -> Ptr () -> IO () Source #
Type for the callback on the (unwrapped) C side.
type RecentChooserSelectionChangedCallback = IO () Source #
This signal is emitted when there is a change in the set of selected recently used resources. This can happen when a user modifies the selection with the mouse or the keyboard, or when explicitly calling functions to change the selection.
Since: 2.10
afterRecentChooserSelectionChanged :: (IsRecentChooser a, MonadIO m) => a -> RecentChooserSelectionChangedCallback -> m SignalHandlerId Source #
Connect a signal handler for the “selection-changed
” signal, to be run after the default handler.
When overloading is enabled, this is equivalent to
after
recentChooser #selectionChanged callback
genClosure_RecentChooserSelectionChanged :: RecentChooserSelectionChangedCallback -> IO Closure Source #
Wrap the callback into a Closure
.
mk_RecentChooserSelectionChangedCallback :: C_RecentChooserSelectionChangedCallback -> IO (FunPtr C_RecentChooserSelectionChangedCallback) Source #
Generate a function pointer callable from C code, from a C_RecentChooserSelectionChangedCallback
.
noRecentChooserSelectionChangedCallback :: Maybe RecentChooserSelectionChangedCallback Source #
A convenience synonym for
.Nothing
:: Maybe
RecentChooserSelectionChangedCallback
onRecentChooserSelectionChanged :: (IsRecentChooser a, MonadIO m) => a -> RecentChooserSelectionChangedCallback -> m SignalHandlerId Source #
Connect a signal handler for the “selection-changed
” signal, to be run before the default handler.
When overloading is enabled, this is equivalent to
on
recentChooser #selectionChanged callback