getText
Deprecated in favor of textGet.
Parameters
- self:*const TextEntryWidget
- *const TextEntryWidget
Source
Implementation
pub fn getText(self: *const TextEntryWidget) []u8 {
return self.textGet();
}Deprecated in favor of textGet.
Source
pub fn getText(self: *const TextEntryWidget) []u8 {
return self.textGet();
}