Struct gtk4::IMContextSimpleBuilder [−][src]
pub struct IMContextSimpleBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct IMContextSimple
objects.
Implementations
Create a new IMContextSimpleBuilder
.
Build the IMContextSimple
.
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 IMContextSimpleBuilder
impl Send for IMContextSimpleBuilder
impl Sync for IMContextSimpleBuilder
impl Unpin for IMContextSimpleBuilder
impl UnwindSafe for IMContextSimpleBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more