mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-14 23:18:28 +00:00
parent
b1af6e1f72
commit
e5d06c434d
@ -59,6 +59,9 @@ bitflags!(
|
||||
|
||||
macro_rules! impl_text_flags {
|
||||
($InputType:ident) => {
|
||||
/// Override all existing flags with specified flags. Note
|
||||
/// some widgets may have flags set by default, so this should
|
||||
/// be used with care.
|
||||
#[inline]
|
||||
pub fn flags(mut self, flags: InputTextFlags) -> Self {
|
||||
self.flags = flags;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user