mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 20:35:06 +00:00
LibGUI: Add GAbstractView::activate_selected()
This is a nice little utility to activate all the selected items, which is what you usually want to do.
This commit is contained in:
parent
caa08938e5
commit
0f18a16e2c
5 changed files with 21 additions and 24 deletions
|
@ -51,6 +51,7 @@ protected:
|
|||
|
||||
virtual void did_scroll() override;
|
||||
void activate(const GModelIndex&);
|
||||
void activate_selected();
|
||||
void update_edit_widget_position();
|
||||
|
||||
bool m_editable { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue