Changeset bb65ccb3 in mainline for uspace/app/taskbar/types/taskbar.h


Ignore:
Timestamp:
2023-04-14T13:05:15Z (21 months ago)
Author:
GitHub <noreply@…>
Children:
00ef082
Parents:
4bfb5a0
git-author:
SimonJRiddix <69309548+simonjriddix@…> (2023-04-14 13:05:15)
git-committer:
GitHub <noreply@…> (2023-04-14 13:05:15)
Message:

add application launcher button & 12/24 h formats

taskbar with button to start the application launcher, 12/24 hour date formats have also been added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskbar/types/taskbar.h

    r4bfb5a0 rbb65ccb3  
    3939#include <types/common.h>
    4040#include <ui/fixed.h>
    41 #include <ui/label.h>
     41#include <ui/pbutton.h>
    4242#include <ui/ui.h>
    4343#include <ui/window.h>
     
    5353        /** Fixed layout */
    5454        ui_fixed_t *fixed;
    55         ui_label_t *label;
     55        /** Taskbar Application Menu */
     56        ui_pbutton_t *buttonApps;
    5657        /** Window list */
    5758        wndlist_t *wndlist;
Note: See TracChangeset for help on using the changeset viewer.