Updated Widgets (markdown)

NotPike 2022-01-31 18:29:52 -08:00
parent 669989c884
commit 6cb33ef927

@ -237,6 +237,8 @@ To enable scrolling you can use the `enable_scrolling(bool enable)` function::
my_console.enable_scrolling(true); my_console.enable_scrolling(true);
``` ```
* Note: Buffer size is limited to 256 char
### Checkbox ### Checkbox
Checkboxs are a boolean (True/False) widget that allows you chose between one of two options . Here you can find it's declaration and prototype: Checkboxs are a boolean (True/False) widget that allows you chose between one of two options . Here you can find it's declaration and prototype: