Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype IMMulticontext = IMMulticontext (ManagedPtr IMMulticontext)
- class GObject o => IsIMMulticontext o
- toIMMulticontext :: (MonadIO m, IsIMMulticontext o) => o -> m IMMulticontext
- noIMMulticontext :: Maybe IMMulticontext
- iMMulticontextAppendMenuitems :: (HasCallStack, MonadIO m, IsIMMulticontext a, IsMenuShell b) => a -> b -> m ()
- iMMulticontextGetContextId :: (HasCallStack, MonadIO m, IsIMMulticontext a) => a -> m Text
- iMMulticontextNew :: (HasCallStack, MonadIO m) => m IMMulticontext
- iMMulticontextSetContextId :: (HasCallStack, MonadIO m, IsIMMulticontext a) => a -> Text -> m ()
Exported types
newtype IMMulticontext Source #
Memory-managed wrapper type.
Instances
GObject IMMulticontext Source # | |
Defined in GI.Gtk.Objects.IMMulticontext gobjectType :: IMMulticontext -> IO GType # | |
IsObject IMMulticontext Source # | |
Defined in GI.Gtk.Objects.IMMulticontext | |
IsIMContext IMMulticontext Source # | |
Defined in GI.Gtk.Objects.IMMulticontext | |
IsIMMulticontext IMMulticontext Source # | |
Defined in GI.Gtk.Objects.IMMulticontext |
class GObject o => IsIMMulticontext o Source #
Type class for types which can be safely cast to IMMulticontext
, for instance with toIMMulticontext
.
Instances
(GObject a, (UnknownAncestorError IMMulticontext a :: Constraint)) => IsIMMulticontext a Source # | |
Defined in GI.Gtk.Objects.IMMulticontext | |
IsIMMulticontext IMMulticontext Source # | |
Defined in GI.Gtk.Objects.IMMulticontext |
toIMMulticontext :: (MonadIO m, IsIMMulticontext o) => o -> m IMMulticontext Source #
Cast to IMMulticontext
, for types for which this is known to be safe. For general casts, use castTo
.
noIMMulticontext :: Maybe IMMulticontext Source #
A convenience alias for Nothing
:: Maybe
IMMulticontext
.
Methods
appendMenuitems
iMMulticontextAppendMenuitems Source #
:: (HasCallStack, MonadIO m, IsIMMulticontext a, IsMenuShell b) | |
=> a |
|
-> b |
|
-> m () |
Deprecated: (Since version 3.10)It is better to use the system-wide input method framework for changing input methods. Modern desktop shells offer on-screen displays for this that can triggered with a keyboard shortcut, e.g. Super-Space.
Add menuitems for various available input methods to a menu; the menuitems, when selected, will switch the input method for the context and the global default input method.
getContextId
iMMulticontextGetContextId Source #
:: (HasCallStack, MonadIO m, IsIMMulticontext a) | |
=> a |
|
-> m Text | Returns: the id of the currently active slave |
Gets the id of the currently active slave of the context
.
Since: 2.16
new
:: (HasCallStack, MonadIO m) | |
=> m IMMulticontext | Returns: a new |
Creates a new IMMulticontext
.
setContextId
iMMulticontextSetContextId Source #
:: (HasCallStack, MonadIO m, IsIMMulticontext a) | |
=> a |
|
-> Text |
|
-> m () |
Sets the context id for context
.
This causes the currently active slave of context
to be
replaced by the slave corresponding to the new context id.
Since: 2.16