(&self)
| 202 | } |
| 203 | |
| 204 | pub fn create_cursor(&self) -> Ref<LinearViewCursor> { |
| 205 | unsafe { |
| 206 | let handle = BNCreateLinearViewCursor(self.handle); |
| 207 | LinearViewCursor::ref_from_raw(handle) |
| 208 | } |
| 209 | } |
| 210 | } |
| 211 | |
| 212 | unsafe impl RefCountable for LinearViewObject { |
no outgoing calls