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

GI.Gtk.Objects.NothingAction

Description

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

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

Documentation

newtype NothingAction #

Instances

Instances details
Eq NothingAction 
Instance details

Defined in GI.Gtk.Objects.NothingAction

GObject NothingAction 
Instance details

Defined in GI.Gtk.Objects.NothingAction

ManagedPtrNewtype NothingAction 
Instance details

Defined in GI.Gtk.Objects.NothingAction

TypedObject NothingAction 
Instance details

Defined in GI.Gtk.Objects.NothingAction

Methods

glibType :: IO GType #

HasParentTypes NothingAction 
Instance details

Defined in GI.Gtk.Objects.NothingAction

HasAttributeList NothingAction 
Instance details

Defined in GI.Gtk.Objects.NothingAction

(info ~ ResolveNothingActionMethod t NothingAction, OverloadedMethod info NothingAction p, HasField t NothingAction p) => HasField (t :: Symbol) NothingAction p 
Instance details

Defined in GI.Gtk.Objects.NothingAction

Methods

getField :: NothingAction -> p

(info ~ ResolveNothingActionMethod t NothingAction, OverloadedMethodInfo info NothingAction) => IsLabel t (MethodProxy info NothingAction) 
Instance details

Defined in GI.Gtk.Objects.NothingAction

Methods

fromLabel :: MethodProxy info NothingAction

(info ~ ResolveNothingActionMethod t NothingAction, OverloadedMethod info NothingAction p) => IsLabel t (NothingAction -> p) 
Instance details

Defined in GI.Gtk.Objects.NothingAction

Methods

fromLabel :: NothingAction -> p

IsGValue (Maybe NothingAction) 
Instance details

Defined in GI.Gtk.Objects.NothingAction

Methods

gvalueGType_ :: IO GType #

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

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

type AttributeList NothingAction 
Instance details

Defined in GI.Gtk.Objects.NothingAction

type AttributeList NothingAction = NothingActionAttributeList
type ParentTypes NothingAction 
Instance details

Defined in GI.Gtk.Objects.NothingAction

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

Defined in GI.Gtk.Objects.NothingAction

type SignalList NothingAction = NothingActionSignalList

class (GObject o, IsDescendantOf NothingAction o) => IsNothingAction o #

Instances

Instances details
(GObject o, IsDescendantOf NothingAction o) => IsNothingAction o 
Instance details

Defined in GI.Gtk.Objects.NothingAction

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

Equations

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

nothingActionGet :: (HasCallStack, MonadIO m) => m NothingAction #

toNothingAction :: (MonadIO m, IsNothingAction o) => o -> m NothingAction #