Ignore:
Timestamp:
2023-11-09T13:02:16Z (6 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/lib/tbarcfg/include/tbarcfg/tbarcfg.h

    r40eab9f rb1397ab  
    4646extern const char *smenu_entry_get_caption(smenu_entry_t *);
    4747extern const char *smenu_entry_get_cmd(smenu_entry_t *);
     48extern errno_t smenu_entry_set_caption(smenu_entry_t *, const char *);
     49extern errno_t smenu_entry_set_cmd(smenu_entry_t *, const char *);
     50extern errno_t smenu_entry_save(smenu_entry_t *);
    4851
    4952#endif
Note: See TracChangeset for help on using the changeset viewer.