copy
Parameters
- self:*TextLayoutWidget
- *TextLayoutWidget
Source
Implementation
pub fn copy(self: *TextLayoutWidget) void {
self.copy_sel = self.selection.*;
}Source
pub fn copy(self: *TextLayoutWidget) void {
self.copy_sel = self.selection.*;
}