mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +00:00
GTreeView: Add expand/collapse buttons to items with children.
This commit is contained in:
parent
eb182bcafc
commit
967eec1e52
4 changed files with 15 additions and 2 deletions
|
@ -21,6 +21,7 @@ private:
|
|||
int indent_width_in_pixels() const { return 16; }
|
||||
int icon_size() const { return 16; }
|
||||
int icon_spacing() const { return 4; }
|
||||
int toggle_size() const { return 9; }
|
||||
|
||||
template<typename Callback>
|
||||
void traverse_in_paint_order(Callback) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue