Portability | portable (depends on GHC) |
---|---|
Stability | provisional |
Maintainer | gtk2hs-users@lists.sourceforge.net |
Safe Haskell | None |
An action of which represents a list of recently used files
- Module available since Gtk+ version 2.12
- data RecentAction
- class ActionClass o => RecentActionClass o
- castToRecentAction :: GObjectClass obj => obj -> RecentAction
- toRecentAction :: RecentActionClass o => o -> RecentAction
- recentActionNew :: String -> Maybe String -> Maybe String -> Maybe String -> IO RecentAction
- recentActionNewForManager :: RecentManagerClass manager => String -> Maybe String -> Maybe String -> Maybe String -> Maybe manager -> IO RecentAction
- recentActionShowNumbers :: RecentActionClass self => Attr self Bool
Detail
A RecentAction
represents a list of recently used files, which can be
shown by widgets such as RecentChooserDialog
or RecentChooserMenu
.
To construct a submenu showing recently used files, use a RecentAction
as the action for a <menuitem>. To construct a menu toolbutton showing the
recently used files in the popup menu, use a RecentAction
as the action
for a <toolitem> element.
Class Hierarchy
Types
data RecentAction Source
class ActionClass o => RecentActionClass o Source
castToRecentAction :: GObjectClass obj => obj -> RecentActionSource
toRecentAction :: RecentActionClass o => o -> RecentActionSource
Constructors
:: String |
|
-> Maybe String |
|
-> Maybe String |
|
-> Maybe String |
|
-> IO RecentAction |
Creates a new RecentAction
object. To add the action to a ActionGroup
and set the accelerator for the action, call
actionGroupAddActionWithAccel
.
recentActionNewForManagerSource
:: RecentManagerClass manager | |
=> String |
|
-> Maybe String |
|
-> Maybe String |
|
-> Maybe String |
|
-> Maybe manager |
|
-> IO RecentAction |
Creates a new RecentAction
object. To add the action to a ActionGroup
and set the accelerator for the action, call
actionGroupAddActionWithAccel
.
Attributes
recentActionShowNumbers :: RecentActionClass self => Attr self BoolSource
If recent items should be shown with numbers next to them.