gi-gtk-0.3.18.15: 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.RecentAction

Contents

Description

 

Synopsis

Exported types

newtype RecentAction Source

Instances

GObject RecentAction 
((~) * info (ResolveRecentActionMethod t RecentAction), MethodInfo * info RecentAction p) => IsLabelProxy t (RecentAction -> p) 
type ParentTypes RecentAction 
type AttributeList RecentAction 
type SignalList RecentAction 

Methods

recentActionGetShowNumbers

recentActionGetShowNumbers :: (MonadIO m, RecentActionK a) => a -> m Bool Source

Deprecated: (Since version 3.10)

recentActionNew

recentActionNew :: MonadIO m => Text -> Maybe Text -> Maybe Text -> Maybe Text -> m RecentAction Source

Deprecated: (Since version 3.10)

recentActionNewForManager

recentActionNewForManager :: (MonadIO m, RecentManagerK a) => Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe a -> m RecentAction Source

Deprecated: (Since version 3.10)

recentActionSetShowNumbers

recentActionSetShowNumbers :: (MonadIO m, RecentActionK a) => a -> Bool -> m () Source

Deprecated: (Since version 3.10)

Properties

ShowNumbers