Struct gtk4::IMMulticontextBuilder [−][src]
pub struct IMMulticontextBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct IMMulticontext
objects.
Implementations
Create a new IMMulticontextBuilder
.
Build the IMMulticontext
.
Additional hints that allow input methods to fine-tune their behaviour.
The purpose of the text field that the `GtkIMContext is connected to.
This property can be used by on-screen keyboards and other input methods to adjust their behaviour.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IMMulticontextBuilder
impl Send for IMMulticontextBuilder
impl Sync for IMMulticontextBuilder
impl Unpin for IMMulticontextBuilder
impl UnwindSafe for IMMulticontextBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more