iced-yoda/native/src/widget/pane_grid
Cory Forsstrom dca99f35e9 Fix pane grid mouse interactions
- Use `grabbing` interaction while dragging
- Ignore grab interaction when dragging is disabled
2022-10-17 14:38:24 -07:00
..
axis.rs Implement pure version of PaneGrid widget 2022-03-14 17:44:25 +07:00
configuration.rs Fix broken intra-doc links in documentation 2022-04-30 14:20:52 +02:00
content.rs Fix pane grid mouse interactions 2022-10-17 14:38:24 -07:00
direction.rs Write documentation for pane_grid 2020-03-19 09:30:54 +01:00
draggable.rs Implement pure version of PaneGrid widget 2022-03-14 17:44:25 +07:00
node.rs Address Clippy lints 2022-07-09 17:07:38 +02:00
pane.rs Use BTreeMap for splits and regions in pane_grid 2021-01-07 21:07:44 +01:00
split.rs Use BTreeMap for splits and regions in pane_grid 2021-01-07 21:07:44 +01:00
state.rs Replace stateful widgets with new iced_pure API 2022-07-27 06:49:20 +02:00
title_bar.rs When pane grid title bar is cramped, still show content until hover and allow dragging where content would've been 2022-08-27 06:25:12 +08:00