Ignore:
Timestamp:
2023-11-09T13:02:16Z (7 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/msim-upgrade, topic/simplify-dev-export
Children:
e0d874b7
Parents:
40eab9f
git-author:
Jiri Svoboda <jiri@…> (2023-11-08 18:01:53)
git-committer:
Jiri Svoboda <jiri@…> (2023-11-09 13:02:16)
Message:

Start menu editor is editing

You can change an entry and it will be saved to the configuration repo.
(Cannot create/delete yet). To see the change in the editor, you need
to restart it. To see the change in the taskbar, you need to restart it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskbar-cfg/types/startmenu.h

    r40eab9f rb1397ab  
    3737#define TYPES_STARTMENU_H
    3838
     39#include <tbarcfg/tbarcfg.h>
    3940#include <ui/fixed.h>
    4041#include <ui/label.h>
     
    6465
    6566/** Start menu entry */
    66 typedef struct {
     67typedef struct startmenu_entry {
    6768        /** Containing start menu configuration tab */
    6869        struct startmenu *startmenu;
     70        /** Backing entry */
     71        smenu_entry_t *entry;
    6972        /** List entry */
    7073        ui_list_entry_t *lentry;
    71         /** Caption */
    72         char *caption;
    73         /** Command */
    74         char *cmd;
    7574} startmenu_entry_t;
    7675
Note: See TracChangeset for help on using the changeset viewer.