pub trait DocumentWorkspaceImplExt: ObjectSubclass {
    // Required methods
    fn parent_create_frame(&self, position: &Position) -> Frame;
    fn parent_add_widget(&self, widget: &Widget, position: &Position) -> bool;
}

Required Methods§

source

fn parent_create_frame(&self, position: &Position) -> Frame

source

fn parent_add_widget(&self, widget: &Widget, position: &Position) -> bool

Object Safety§

This trait is not object safe.

Implementors§