Implement Widget::draw for PaneGrid
This commit is contained in:
parent
1afbc98544
commit
41394b4e90
6 changed files with 218 additions and 154 deletions
|
|
@ -74,10 +74,6 @@ impl progress_bar::Renderer for Null {
|
|||
const DEFAULT_HEIGHT: u16 = 30;
|
||||
}
|
||||
|
||||
impl pane_grid::Renderer for Null {
|
||||
type Style = ();
|
||||
}
|
||||
|
||||
impl toggler::Renderer for Null {
|
||||
type Style = ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue