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

GI.Gtk.Objects.IMContextSimple

Description

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

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

Documentation

newtype IMContextSimple #

Instances

Instances details
Eq IMContextSimple 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

GObject IMContextSimple 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

ManagedPtrNewtype IMContextSimple 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

TypedObject IMContextSimple 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

Methods

glibType :: IO GType #

HasParentTypes IMContextSimple 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

HasAttributeList IMContextSimple 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

(info ~ ResolveIMContextSimpleMethod t IMContextSimple, OverloadedMethod info IMContextSimple p, HasField t IMContextSimple p) => HasField (t :: Symbol) IMContextSimple p 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

Methods

getField :: IMContextSimple -> p

(info ~ ResolveIMContextSimpleMethod t IMContextSimple, OverloadedMethodInfo info IMContextSimple) => IsLabel t (MethodProxy info IMContextSimple) 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

Methods

fromLabel :: MethodProxy info IMContextSimple

(info ~ ResolveIMContextSimpleMethod t IMContextSimple, OverloadedMethod info IMContextSimple p) => IsLabel t (IMContextSimple -> p) 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

Methods

fromLabel :: IMContextSimple -> p

IsGValue (Maybe IMContextSimple) 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

Methods

gvalueGType_ :: IO GType #

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

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

type AttributeList IMContextSimple 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

type AttributeList IMContextSimple = IMContextSimpleAttributeList
type ParentTypes IMContextSimple 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

type ParentTypes IMContextSimple = '[IMContext, Object]
type SignalList IMContextSimple 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

type SignalList IMContextSimple = IMContextSimpleSignalList

data IMContextSimpleAddComposeFileMethodInfo #

Instances

Instances details
(signature ~ (Text -> m ()), MonadIO m, IsIMContextSimple a) => OverloadedMethod IMContextSimpleAddComposeFileMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo IMContextSimpleAddComposeFileMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

class (GObject o, IsDescendantOf IMContextSimple o) => IsIMContextSimple o #

Instances

Instances details
(GObject o, IsDescendantOf IMContextSimple o) => IsIMContextSimple o 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

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

Equations

ResolveIMContextSimpleMethod "activateOsk" o = IMContextActivateOskMethodInfo 
ResolveIMContextSimpleMethod "addComposeFile" o = IMContextSimpleAddComposeFileMethodInfo 
ResolveIMContextSimpleMethod "bindProperty" o = ObjectBindPropertyMethodInfo 
ResolveIMContextSimpleMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo 
ResolveIMContextSimpleMethod "deleteSurrounding" o = IMContextDeleteSurroundingMethodInfo 
ResolveIMContextSimpleMethod "filterKey" o = IMContextFilterKeyMethodInfo 
ResolveIMContextSimpleMethod "filterKeypress" o = IMContextFilterKeypressMethodInfo 
ResolveIMContextSimpleMethod "focusIn" o = IMContextFocusInMethodInfo 
ResolveIMContextSimpleMethod "focusOut" o = IMContextFocusOutMethodInfo 
ResolveIMContextSimpleMethod "forceFloating" o = ObjectForceFloatingMethodInfo 
ResolveIMContextSimpleMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo 
ResolveIMContextSimpleMethod "getv" o = ObjectGetvMethodInfo 
ResolveIMContextSimpleMethod "isFloating" o = ObjectIsFloatingMethodInfo 
ResolveIMContextSimpleMethod "notify" o = ObjectNotifyMethodInfo 
ResolveIMContextSimpleMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo 
ResolveIMContextSimpleMethod "ref" o = ObjectRefMethodInfo 
ResolveIMContextSimpleMethod "refSink" o = ObjectRefSinkMethodInfo 
ResolveIMContextSimpleMethod "reset" o = IMContextResetMethodInfo 
ResolveIMContextSimpleMethod "runDispose" o = ObjectRunDisposeMethodInfo 
ResolveIMContextSimpleMethod "stealData" o = ObjectStealDataMethodInfo 
ResolveIMContextSimpleMethod "stealQdata" o = ObjectStealQdataMethodInfo 
ResolveIMContextSimpleMethod "thawNotify" o = ObjectThawNotifyMethodInfo 
ResolveIMContextSimpleMethod "unref" o = ObjectUnrefMethodInfo 
ResolveIMContextSimpleMethod "watchClosure" o = ObjectWatchClosureMethodInfo 
ResolveIMContextSimpleMethod "getData" o = ObjectGetDataMethodInfo 
ResolveIMContextSimpleMethod "getPreeditString" o = IMContextGetPreeditStringMethodInfo 
ResolveIMContextSimpleMethod "getProperty" o = ObjectGetPropertyMethodInfo 
ResolveIMContextSimpleMethod "getQdata" o = ObjectGetQdataMethodInfo 
ResolveIMContextSimpleMethod "getSurrounding" o = IMContextGetSurroundingMethodInfo 
ResolveIMContextSimpleMethod "getSurroundingWithSelection" o = IMContextGetSurroundingWithSelectionMethodInfo 
ResolveIMContextSimpleMethod "setClientWidget" o = IMContextSetClientWidgetMethodInfo 
ResolveIMContextSimpleMethod "setCursorLocation" o = IMContextSetCursorLocationMethodInfo 
ResolveIMContextSimpleMethod "setData" o = ObjectSetDataMethodInfo 
ResolveIMContextSimpleMethod "setDataFull" o = ObjectSetDataFullMethodInfo 
ResolveIMContextSimpleMethod "setProperty" o = ObjectSetPropertyMethodInfo 
ResolveIMContextSimpleMethod "setSurrounding" o = IMContextSetSurroundingMethodInfo 
ResolveIMContextSimpleMethod "setSurroundingWithSelection" o = IMContextSetSurroundingWithSelectionMethodInfo 
ResolveIMContextSimpleMethod "setUsePreedit" o = IMContextSetUsePreeditMethodInfo 
ResolveIMContextSimpleMethod l o = MethodResolutionFailed l o :: Type 

iMContextSimpleAddComposeFile :: (HasCallStack, MonadIO m, IsIMContextSimple a) => a -> Text -> m () #

iMContextSimpleNew :: (HasCallStack, MonadIO m) => m IMContextSimple #