summaryrefslogtreecommitdiff
path: root/LibGUI/GTableView.h
diff options
context:
space:
mode:
Diffstat (limited to 'LibGUI/GTableView.h')
-rw-r--r--LibGUI/GTableView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/LibGUI/GTableView.h b/LibGUI/GTableView.h
index 109782b2e8..803d699d09 100644
--- a/LibGUI/GTableView.h
+++ b/LibGUI/GTableView.h
@@ -40,6 +40,8 @@ private:
void update_scrollbar_ranges();
int item_count() const;
Rect row_rect(int item_index) const;
+ Rect header_rect(int) const;
+ int column_width(int) const;
GScrollBar* m_vertical_scrollbar { nullptr };
GScrollBar* m_horizontal_scrollbar { nullptr };