Alexandre Bury
|
8fa704bcfa
|
Rename Dialog::new -> Dialog::around
And `Dialog::empty` -> `Dialog::new`
|
2016-10-02 15:15:30 -07:00 |
|
Alexandre Bury
|
d684a5bc1e
|
Remove prelude module
Add `traits` module instead
|
2016-09-28 22:45:27 -07:00 |
|
Alexandre Bury
|
1052c0b74c
|
Remove EditView::min_length
Uses `.fixed_width()` from `Boxable` or something like that.
|
2016-08-03 21:58:00 -07:00 |
|
Alexandre Bury
|
5dd20db676
|
Add Dialog::empty and Dialog::content
Allows to set the content after the title, for when it's more
readable.
|
2016-07-25 20:43:01 -07:00 |
|
Alexandre Bury
|
f28ac264f1
|
Add prelude import module
Update examples to use it.
|
2016-07-20 21:25:14 -07:00 |
|
Alexandre Bury
|
64d176ffa5
|
Add proper select popup placement
Added a popup select to the `list_view` example
|
2016-07-20 00:30:00 -07:00 |
|
Alexandre Bury
|
77a623674a
|
Add on_change callback to CheckBox
|
2016-07-16 18:18:33 -07:00 |
|
Alexandre Bury
|
d4afdf024f
|
Add checkbox view
|
2016-07-16 17:22:24 -07:00 |
|
Alexandre Bury
|
a22c92a1a1
|
Add ListView
Also added `examples/list_view.rs`.
|
2016-07-16 13:25:21 -07:00 |
|