Changeset 379cd75f in mainline for uspace/lib/ui/include/ui/control.h


Ignore:
Timestamp:
2021-04-01T21:04:11Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Children:
0563982
Parents:
cd62879
Message:

Close menu when window is unfocused

This of course means we need to do all the plumbing for delivering
unfocus event to UI controls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/include/ui/control.h

    rcd62879 r379cd75f  
    4747extern errno_t ui_control_paint(ui_control_t *);
    4848extern ui_evclaim_t ui_control_pos_event(ui_control_t *, pos_event_t *);
     49extern void ui_control_unfocus(ui_control_t *);
    4950
    5051#endif
Note: See TracChangeset for help on using the changeset viewer.