table: Export scroll handles. (#371)
This commit is contained in:
parent
292d1a6a9a
commit
fe6566ce2f
1 changed files with 4 additions and 4 deletions
|
|
@ -114,10 +114,10 @@ pub struct Table<D: TableDelegate> {
|
||||||
|
|
||||||
col_groups: Vec<ColGroup>,
|
col_groups: Vec<ColGroup>,
|
||||||
|
|
||||||
vertical_scroll_handle: UniformListScrollHandle,
|
pub vertical_scroll_handle: UniformListScrollHandle,
|
||||||
scrollbar_state: Rc<Cell<ScrollbarState>>,
|
pub scrollbar_state: Rc<Cell<ScrollbarState>>,
|
||||||
horizontal_scroll_handle: ScrollHandle,
|
pub horizontal_scroll_handle: ScrollHandle,
|
||||||
horizontal_scrollbar_state: Rc<Cell<ScrollbarState>>,
|
pub horizontal_scrollbar_state: Rc<Cell<ScrollbarState>>,
|
||||||
|
|
||||||
selection_state: SelectionState,
|
selection_state: SelectionState,
|
||||||
selected_row: Option<usize>,
|
selected_row: Option<usize>,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue