Struct gio::BindingBuilder
source · pub struct BindingBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> BindingBuilder<'a>
impl<'a> BindingBuilder<'a>
pub fn flags(self, flags: SettingsBindFlags) -> Self
sourcepub fn no_sensitivity(self) -> Self
pub fn no_sensitivity(self) -> Self
Set the binding flags to NO_SENSITIVITY
.
sourcepub fn get_no_changes(self) -> Self
pub fn get_no_changes(self) -> Self
Set the binding flags to GET_NO_CHANGES
.
sourcepub fn invert_boolean(self) -> Self
pub fn invert_boolean(self) -> Self
Set the binding flags to INVERT_BOOLEAN
.