mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
GTreeView: A bunch of work on the tree view.
This commit is contained in:
parent
d02238af48
commit
474340b9cd
Notes:
sideshowbarker
2024-07-19 14:54:16 +09:00
Author: https://github.com/awesomekling
Commit: 474340b9cd
5 changed files with 215 additions and 9 deletions
|
@ -13,6 +13,8 @@ public:
|
|||
|
||||
void* internal_data() const { return m_internal_data; }
|
||||
|
||||
GModelIndex parent() const;
|
||||
|
||||
bool operator==(const GModelIndex& other) const { return m_row == other.m_row && m_column == other.m_column; }
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue