mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
LibGUI: Support double-click resizing multi-column TreeViews
This commit is contained in:
parent
2365e06b12
commit
bf86676272
2 changed files with 42 additions and 0 deletions
|
@ -76,6 +76,7 @@ private:
|
|||
int text_padding() const { return 2; }
|
||||
int tree_column_x_offset() const;
|
||||
virtual void update_column_sizes() override;
|
||||
virtual void auto_resize_column(int column) override;
|
||||
|
||||
template<typename Callback>
|
||||
void traverse_in_paint_order(Callback) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue