pub trait RelmRemoveAllExt {
    // Required method
    fn remove_all(&self);
}
Expand description

Widget types that allow removal of all their children.

Required Methods§

source

fn remove_all(&self)

Remove all children from the container.

Implementations on Foreign Types§

source§

impl RelmRemoveAllExt for Stack

source§

impl RelmRemoveAllExt for Box

source§

impl RelmRemoveAllExt for FlowBox

source§

impl RelmRemoveAllExt for Grid

source§

impl RelmRemoveAllExt for ListBox

Implementors§