mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibGUI: Support double-click resizing multi-column TreeViews
This commit is contained in:
parent
2365e06b12
commit
bf86676272
Notes:
sideshowbarker
2024-07-18 21:13:48 +09:00
Author: https://github.com/thankyouverycool
Commit: bf86676272
Pull-request: https://github.com/SerenityOS/serenity/pull/5870
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