Popups have also been converted to windows
Controls using the old modal API have been replaced to use popups.
This commit is contained in:
parent
09ba290364
commit
b3080bc2f4
25 changed files with 326 additions and 95 deletions
|
|
@ -41,9 +41,11 @@ class Popup : public Window {
|
|||
|
||||
void _input_from_window(const Ref<InputEvent> &p_event);
|
||||
void _parent_focused();
|
||||
void _close_pressed();
|
||||
|
||||
protected:
|
||||
void _close_pressed();
|
||||
virtual Rect2i _popup_adjust_rect() const;
|
||||
|
||||
void _notification(int p_what);
|
||||
static void _bind_methods();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue