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

GI.Gtk.Objects.ActivateAction

Description

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

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

Documentation

newtype ActivateAction #

Instances

Instances details
Eq ActivateAction 
Instance details

Defined in GI.Gtk.Objects.ActivateAction

GObject ActivateAction 
Instance details

Defined in GI.Gtk.Objects.ActivateAction

ManagedPtrNewtype ActivateAction 
Instance details

Defined in GI.Gtk.Objects.ActivateAction

TypedObject ActivateAction 
Instance details

Defined in GI.Gtk.Objects.ActivateAction

Methods

glibType :: IO GType #

HasParentTypes ActivateAction 
Instance details

Defined in GI.Gtk.Objects.ActivateAction

HasAttributeList ActivateAction 
Instance details

Defined in GI.Gtk.Objects.ActivateAction

(info ~ ResolveActivateActionMethod t ActivateAction, OverloadedMethod info ActivateAction p, HasField t ActivateAction p) => HasField (t :: Symbol) ActivateAction p 
Instance details

Defined in GI.Gtk.Objects.ActivateAction

Methods

getField :: ActivateAction -> p

(info ~ ResolveActivateActionMethod t ActivateAction, OverloadedMethodInfo info ActivateAction) => IsLabel t (MethodProxy info ActivateAction) 
Instance details

Defined in GI.Gtk.Objects.ActivateAction

Methods

fromLabel :: MethodProxy info ActivateAction

(info ~ ResolveActivateActionMethod t ActivateAction, OverloadedMethod info ActivateAction p) => IsLabel t (ActivateAction -> p) 
Instance details

Defined in GI.Gtk.Objects.ActivateAction

Methods

fromLabel :: ActivateAction -> p

IsGValue (Maybe ActivateAction) 
Instance details

Defined in GI.Gtk.Objects.ActivateAction

Methods

gvalueGType_ :: IO GType #

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

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

type AttributeList ActivateAction 
Instance details

Defined in GI.Gtk.Objects.ActivateAction

type AttributeList ActivateAction = ActivateActionAttributeList
type ParentTypes ActivateAction 
Instance details

Defined in GI.Gtk.Objects.ActivateAction

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

Defined in GI.Gtk.Objects.ActivateAction

type SignalList ActivateAction = ActivateActionSignalList

class (GObject o, IsDescendantOf ActivateAction o) => IsActivateAction o #

Instances

Instances details
(GObject o, IsDescendantOf ActivateAction o) => IsActivateAction o 
Instance details

Defined in GI.Gtk.Objects.ActivateAction

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

Equations

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

activateActionGet :: (HasCallStack, MonadIO m) => m ActivateAction #