Changeset bfb055b in mainline for uspace/lib/ui/private/resource.h


Ignore:
Timestamp:
2021-03-27T22:52:09Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Children:
cd62879
Parents:
dbf1be5
Message:

UI menu (WIP)

File:
1 edited

Legend:

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

    rdbf1be5 rbfb055b  
    4343#include <gfx/typeface.h>
    4444#include <stdbool.h>
     45#include <types/ui/resource.h>
    4546
    4647/** Actual structure of UI resources.
     
    7374        /** Window text color */
    7475        gfx_color_t *wnd_text_color;
     76        /** Window selected text color */
     77        gfx_color_t *wnd_sel_text_color;
     78        /** Window selected text background color */
     79        gfx_color_t *wnd_sel_text_bg_color;
    7580        /** Window frame hightlight color */
    7681        gfx_color_t *wnd_frame_hi_color;
     
    97102        /** Entry (text entry, checkbox, raido button) active background color */
    98103        gfx_color_t *entry_act_bg_color;
     104
     105        /** Expose callback or @c NULL */
     106        ui_expose_cb_t expose_cb;
     107        /** Expose callback argument */
     108        void *expose_arg;
    99109};
    100110
Note: See TracChangeset for help on using the changeset viewer.