When trying to make the table resizable within a pack, I get the following error:
the trait bound `SmartTable: fltk::prelude::WidgetExt` is not satisfied
--> src/main.rs:75:20
|
75 | pack.resizable(&table);
| --------- ^^^^^^ the trait `fltk::prelude::WidgetExt` is not implemented for `SmartTable`
| |
| required by a bound introduced by this call
I see that WidgetExt is implemented for Table and TableRow...
When trying to make the table resizable within a pack, I get the following error:
I see that WidgetExt is implemented for Table and TableRow...