mirror of
https://github.com/labwc/labwc.git
synced 2026-02-07 04:07:42 -05:00
view: add view_is_modal_dialog()
This commit is contained in:
parent
ac94e1d44c
commit
87586104cd
2 changed files with 12 additions and 5 deletions
|
|
@ -555,6 +555,8 @@ void view_move_to_output(struct view *view, struct output *output);
|
|||
void view_move_to_front(struct view *view);
|
||||
void view_move_to_back(struct view *view);
|
||||
|
||||
bool view_is_modal_dialog(struct view *view);
|
||||
|
||||
/**
|
||||
* view_get_modal_dialog() - returns any modal dialog found among this
|
||||
* view's children or siblings (or possibly this view itself). Applies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue