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
eddbbc58
Commit
eddbbc58
authored
Apr 04, 2018
by
Josh McAtee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing function definition for lv_group_del
parent
8a42ab14
Hide 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 @
eddbbc58
...
@@ -62,6 +62,12 @@ typedef struct _lv_group_t
...
@@ -62,6 +62,12 @@ typedef struct _lv_group_t
lv_group_t
*
lv_group_create
(
void
);
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
* Add an object to a group
* @param group pointer to a group
* @param group pointer to a group
* @param obj pointer to an object to add
* @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