mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: accessible
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2a7756f365
commit
eb5cbb2f63
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ typedef void (*ActionMenuWillCloseCb)(ActionMenu *menu,
|
|||
//! Configuration struct for the ActionMenu
|
||||
typedef struct {
|
||||
const ActionMenuLevel *root_level; //!< the root level of the ActionMenu
|
||||
void *context; //!< a context pointer which will be accessbile when actions are performed
|
||||
void *context; //!< a context pointer which will be accessible when actions are performed
|
||||
struct {
|
||||
GColor background; //!< the color of the left column of the ActionMenu
|
||||
GColor foreground; //!< the color of the individual "crumbs" that indicate menu depth
|
||||
|
|
Loading…
Add table
Reference in a new issue