1
Fork 0
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:
thankyouverycool 2021-03-18 22:37:52 -04:00 committed by Andreas Kling
parent 2365e06b12
commit bf86676272
2 changed files with 42 additions and 0 deletions

View file

@ -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;