mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
LibGUI+WindowServer: Add WindowType:Autocomplete and helpers
This commit is contained in:
parent
0bc3333740
commit
1718a40ac7
Notes:
sideshowbarker
2024-07-17 05:21:12 +09:00
Author: https://github.com/thankyouverycool
Commit: 1718a40ac7
Pull-request: https://github.com/SerenityOS/serenity/pull/16098
5 changed files with 10 additions and 1 deletions
|
@ -39,6 +39,8 @@ public:
|
|||
bool is_blocking() const { return m_window_mode == WindowMode::Blocking; }
|
||||
bool is_capturing_input() const { return m_window_mode == WindowMode::CaptureInput; }
|
||||
|
||||
bool is_autocomplete() const { return m_window_type == WindowType::Autocomplete; }
|
||||
|
||||
bool is_fullscreen() const { return m_fullscreen; }
|
||||
void set_fullscreen(bool);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue