wayland::zwp_text_input_v1_content_hint(3) Wayland++ wayland::zwp_text_input_v1_content_hint(3)

wayland::zwp_text_input_v1_content_hint - content hint

#include <wayland-client-protocol-unstable.hpp>

Inherits wayland::detail::bitfield< size, id >.


static const wayland::detail::bitfield< 10, 23 > none {0x0}
no special behaviour static const wayland::detail::bitfield< 10, 23 > _default {0x7}
auto completion, correction and capitalization static const wayland::detail::bitfield< 10, 23 > password {0xc0}
hidden and sensitive text static const wayland::detail::bitfield< 10, 23 > auto_completion {0x1}
suggest word completions static const wayland::detail::bitfield< 10, 23 > auto_correction {0x2}
suggest word corrections static const wayland::detail::bitfield< 10, 23 > auto_capitalization {0x4}
switch to uppercase letters at the start of a sentence static const wayland::detail::bitfield< 10, 23 > lowercase {0x8}
prefer lowercase letters static const wayland::detail::bitfield< 10, 23 > uppercase {0x10}
prefer uppercase letters static const wayland::detail::bitfield< 10, 23 > titlecase {0x20}
prefer casing for titles and headings (can be language dependent) static const wayland::detail::bitfield< 10, 23 > hidden_text {0x40}
characters should be hidden static const wayland::detail::bitfield< 10, 23 > sensitive_data {0x80}
typed text should not be stored static const wayland::detail::bitfield< 10, 23 > latin {0x100}
just latin characters should be entered static const wayland::detail::bitfield< 10, 23 > multiline {0x200}
the text input is multiline

content hint

Content hint is a bitmask to allow to modify the behavior of the text input.

Definition at line 5989 of file wayland-client-protocol-unstable.hpp.

auto completion, correction and capitalization

Definition at line 5998 of file wayland-client-protocol-unstable.hpp.

switch to uppercase letters at the start of a sentence

Definition at line 6006 of file wayland-client-protocol-unstable.hpp.

suggest word completions

Definition at line 6002 of file wayland-client-protocol-unstable.hpp.

suggest word corrections

Definition at line 6004 of file wayland-client-protocol-unstable.hpp.

characters should be hidden

Definition at line 6014 of file wayland-client-protocol-unstable.hpp.

just latin characters should be entered

Definition at line 6018 of file wayland-client-protocol-unstable.hpp.

prefer lowercase letters

Definition at line 6008 of file wayland-client-protocol-unstable.hpp.

the text input is multiline

Definition at line 6020 of file wayland-client-protocol-unstable.hpp.

no special behaviour

Definition at line 5996 of file wayland-client-protocol-unstable.hpp.

hidden and sensitive text

Definition at line 6000 of file wayland-client-protocol-unstable.hpp.

typed text should not be stored

Definition at line 6016 of file wayland-client-protocol-unstable.hpp.

prefer casing for titles and headings (can be language dependent)

Definition at line 6012 of file wayland-client-protocol-unstable.hpp.

prefer uppercase letters

Definition at line 6010 of file wayland-client-protocol-unstable.hpp.

Generated automatically by Doxygen for Wayland++ from the source code.

Mon Apr 22 2024 09:52:15 Version 1.0.0