mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 15:32:31 +00:00
GTableView: Improve look of column headers, and add sort order indicators.
This commit is contained in:
parent
6228503c16
commit
a8c856ed3d
Notes:
sideshowbarker
2024-07-19 14:15:32 +09:00
Author: https://github.com/awesomekling
Commit: a8c856ed3d
4 changed files with 26 additions and 10 deletions
|
@ -30,6 +30,8 @@ public:
|
|||
bool is_column_hidden(int) const;
|
||||
void set_column_hidden(int, bool);
|
||||
|
||||
Point adjusted_position(const Point&);
|
||||
|
||||
virtual Rect content_rect(const GModelIndex&) const override;
|
||||
|
||||
virtual const char* class_name() const override { return "GTableView"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue