Changeset 1eaead4 in mainline for uspace/lib/ui/src/window.c


Ignore:
Timestamp:
2023-02-07T16:11:53Z (15 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0366d09d
Parents:
7c5320c
Message:

Tab set control

This allows to expand the space available in a dialog window
using stacking, with individual tabs that can be activated
by clicking the handle.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/src/window.c

    r7c5320c r1eaead4  
    452452 * @param window Window
    453453 * @param control Control
    454  * @return EOK on success, ENOMEM if out of memory
    455454 */
    456455void ui_window_add(ui_window_t *window, ui_control_t *control)
Note: See TracChangeset for help on using the changeset viewer.