Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tray
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
tray
Commits
b3cdc6e8
Commit
b3cdc6e8
authored
8 years ago
by
Serge A. Zaitsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
checked nested menus item, added a comment about menu null termination
parent
f71d2ba1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
README.md
README.md
+6
-1
No files found.
README.md
View file @
b3cdc6e8
...
...
@@ -59,6 +59,8 @@ struct tray_menu {
void
(
*
cb
)(
struct
tray_menu
*
);
void
*
context
;
struct
tray_menu
*
submenu
;
};
```
...
...
@@ -69,6 +71,9 @@ struct tray_menu {
All functions are meant to be called from the UI thread only.
Menu arrays must be terminated with a NULL item, e.g. the last item in the
array must have text field set to NULL.
## Roadmap
*
[
x
]
Cross-platform tray icon
...
...
@@ -76,7 +81,7 @@ All functions are meant to be called from the UI thread only.
*
[
x
]
Separators in the menu
*
[
x
]
Disabled/enabled menu items
*
[
x
]
Checked/unchecked menu items
*
[
]
Nested menus
*
[
x
]
Nested menus
*
[
]
Icons for menu items
*
[
]
Rewrite ObjC code in C using ObjC Runtime (now ObjC code breaks many linters and static analyzers)
*
[
]
Call GTK code using dlopen/dlsym (to make binaries run safely if Gtk libraries are not available)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment