gi-gtk-4.0.12: Gtk 4.x bindings (compatibility layer)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.MnemonicAction

Description

This is a backwards-compatibility module re-exporting the contents of the GI.Gtk.Objects.MnemonicAction module in the gi-gtk4 package.

The link below will take you to the relevant entry in the gi-gtk4 documentation.

Documentation

newtype MnemonicAction #

Instances

Instances details
Eq MnemonicAction 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

GObject MnemonicAction 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

ManagedPtrNewtype MnemonicAction 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

TypedObject MnemonicAction 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

Methods

glibType :: IO GType #

HasParentTypes MnemonicAction 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

HasAttributeList MnemonicAction 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

(info ~ ResolveMnemonicActionMethod t MnemonicAction, OverloadedMethod info MnemonicAction p, HasField t MnemonicAction p) => HasField (t :: Symbol) MnemonicAction p 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

Methods

getField :: MnemonicAction -> p

(info ~ ResolveMnemonicActionMethod t MnemonicAction, OverloadedMethodInfo info MnemonicAction) => IsLabel t (MethodProxy info MnemonicAction) 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

Methods

fromLabel :: MethodProxy info MnemonicAction

(info ~ ResolveMnemonicActionMethod t MnemonicAction, OverloadedMethod info MnemonicAction p) => IsLabel t (MnemonicAction -> p) 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

Methods

fromLabel :: MnemonicAction -> p

IsGValue (Maybe MnemonicAction) 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MnemonicAction -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MnemonicAction) #

type AttributeList MnemonicAction 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

type AttributeList MnemonicAction = MnemonicActionAttributeList
type ParentTypes MnemonicAction 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

type ParentTypes MnemonicAction = '[ShortcutAction, Object]
type SignalList MnemonicAction 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

type SignalList MnemonicAction = MnemonicActionSignalList

class (GObject o, IsDescendantOf MnemonicAction o) => IsMnemonicAction o #

Instances

Instances details
(GObject o, IsDescendantOf MnemonicAction o) => IsMnemonicAction o 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

type family ResolveMnemonicActionMethod (t :: Symbol) o where ... #

Equations

ResolveMnemonicActionMethod "activate" o = ShortcutActionActivateMethodInfo 
ResolveMnemonicActionMethod "bindProperty" o = ObjectBindPropertyMethodInfo 
ResolveMnemonicActionMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo 
ResolveMnemonicActionMethod "forceFloating" o = ObjectForceFloatingMethodInfo 
ResolveMnemonicActionMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo 
ResolveMnemonicActionMethod "getv" o = ObjectGetvMethodInfo 
ResolveMnemonicActionMethod "isFloating" o = ObjectIsFloatingMethodInfo 
ResolveMnemonicActionMethod "notify" o = ObjectNotifyMethodInfo 
ResolveMnemonicActionMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo 
ResolveMnemonicActionMethod "print" o = ShortcutActionPrintMethodInfo 
ResolveMnemonicActionMethod "ref" o = ObjectRefMethodInfo 
ResolveMnemonicActionMethod "refSink" o = ObjectRefSinkMethodInfo 
ResolveMnemonicActionMethod "runDispose" o = ObjectRunDisposeMethodInfo 
ResolveMnemonicActionMethod "stealData" o = ObjectStealDataMethodInfo 
ResolveMnemonicActionMethod "stealQdata" o = ObjectStealQdataMethodInfo 
ResolveMnemonicActionMethod "thawNotify" o = ObjectThawNotifyMethodInfo 
ResolveMnemonicActionMethod "toString" o = ShortcutActionToStringMethodInfo 
ResolveMnemonicActionMethod "unref" o = ObjectUnrefMethodInfo 
ResolveMnemonicActionMethod "watchClosure" o = ObjectWatchClosureMethodInfo 
ResolveMnemonicActionMethod "getData" o = ObjectGetDataMethodInfo 
ResolveMnemonicActionMethod "getProperty" o = ObjectGetPropertyMethodInfo 
ResolveMnemonicActionMethod "getQdata" o = ObjectGetQdataMethodInfo 
ResolveMnemonicActionMethod "setData" o = ObjectSetDataMethodInfo 
ResolveMnemonicActionMethod "setDataFull" o = ObjectSetDataFullMethodInfo 
ResolveMnemonicActionMethod "setProperty" o = ObjectSetPropertyMethodInfo 
ResolveMnemonicActionMethod l o = MethodResolutionFailed l o :: Type 

mnemonicActionGet :: (HasCallStack, MonadIO m) => m MnemonicAction #