Changeset 1eaead4 in mainline for uspace/lib/ui/include/ui/paint.h


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/include/ui/paint.h

    r7c5320c r1eaead4  
    11/*
    2  * Copyright (c) 2022 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    7171extern errno_t ui_paint_unmaxicon(ui_resource_t *, gfx_coord2_t *, gfx_coord_t,
    7272    gfx_coord_t, gfx_coord_t, gfx_coord_t);
     73extern errno_t ui_paint_text_box_custom(ui_resource_t *, gfx_rect_t *,
     74    ui_box_chars_t *, gfx_color_t *);
    7375extern errno_t ui_paint_text_box(ui_resource_t *, gfx_rect_t *,
    7476    ui_box_style_t, gfx_color_t *);
Note: See TracChangeset for help on using the changeset viewer.