mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +00:00
LibGUI: Add AutocompleteProvider::has_suggestions()
This commit is contained in:
parent
1bf428d296
commit
713b6badb0
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ public:
|
||||||
void show(Gfx::IntPoint suggestion_box_location);
|
void show(Gfx::IntPoint suggestion_box_location);
|
||||||
void close();
|
void close();
|
||||||
|
|
||||||
|
bool has_suggestions() { return m_suggestion_view->model()->row_count() > 0; }
|
||||||
void next_suggestion();
|
void next_suggestion();
|
||||||
void previous_suggestion();
|
void previous_suggestion();
|
||||||
void apply_suggestion();
|
void apply_suggestion();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue