Struct gtk4::builders::IMContextSimpleBuilder
source · pub struct IMContextSimpleBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct IMContextSimple
objects.
Implementations§
source§impl IMContextSimpleBuilder
impl IMContextSimpleBuilder
sourcepub fn input_hints(self, input_hints: InputHints) -> Self
pub fn input_hints(self, input_hints: InputHints) -> Self
Additional hints that allow input methods to fine-tune their behaviour.
sourcepub fn input_purpose(self, input_purpose: InputPurpose) -> Self
pub fn input_purpose(self, input_purpose: InputPurpose) -> Self
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.
sourcepub fn build(self) -> IMContextSimple
pub fn build(self) -> IMContextSimple
Build the IMContextSimple
.