mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
LibGUI: Add (optional) row headers to GUI::TableView
You can now get row headers in your TableView by simply calling:
table_view.row_header().set_visible(true)
Note that rows are not yet resizable.
This commit is contained in:
@@ -68,6 +68,9 @@ private:
|
||||
|
||||
Gfx::IntRect section_resize_grabbable_rect(int) const;
|
||||
|
||||
void paint_horizontal(Painter&);
|
||||
void paint_vertical(Painter&);
|
||||
|
||||
Menu& ensure_context_menu();
|
||||
RefPtr<Menu> m_context_menu;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user