BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lvgl
Project
Overview
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
lvgl
Commits
a5d6881e
Unverified
Commit
a5d6881e
authored
Apr 05, 2018
by
Gabor Kiss-Vamosi
Committed by
GitHub
Apr 05, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #187 from upbeat27/group_missing_def
Add missing function definition for lv_group_del
parents
8a42ab14
eddbbc58
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lv_group.h
lv_core/lv_group.h
+6
-0
No files found.
lv_core/lv_group.h
View file @
a5d6881e
...
...
@@ -62,6 +62,12 @@ typedef struct _lv_group_t
lv_group_t
*
lv_group_create
(
void
);
/**
* Delete a group object
* @param group pointer to a group
*/
void
lv_group_del
(
lv_group_t
*
group
)
/**
* Add an object to a group
* @param group pointer to a group
* @param obj pointer to an object to add
...
...
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