Changeset 20d2c6c in mainline for uspace/lib/ui/private/wdecor.h


Ignore:
Timestamp:
2020-10-21T20:58:52Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
172188a
Parents:
ba09d06
Message:

Window close button

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/wdecor.h

    rba09d06 r20d2c6c  
    5656        gfx_rect_t rect;
    5757        /** Caption */
    58         const char *caption;
     58        char *caption;
    5959        /** Window is active */
    6060        bool active;
     61        /** Close button */
     62        struct ui_pbutton *btn_close;
    6163};
    6264
     65extern void ui_wdecor_close(ui_wdecor_t *);
    6366extern void ui_wdecor_move(ui_wdecor_t *, gfx_coord2_t *);
    6467
Note: See TracChangeset for help on using the changeset viewer.