Implement Widget::draw for Checkbox
This commit is contained in:
parent
7c08c6bd13
commit
1397be38ca
4 changed files with 75 additions and 19 deletions
|
|
@ -91,6 +91,10 @@ where
|
|||
{
|
||||
type Font = Font;
|
||||
|
||||
const ICON_FONT: Font = B::ICON_FONT;
|
||||
const CHECKMARK_ICON: char = B::CHECKMARK_ICON;
|
||||
const ARROW_DOWN_ICON: char = B::ARROW_DOWN_ICON;
|
||||
|
||||
fn default_size(&self) -> u16 {
|
||||
self.backend().default_size()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue