mirror of
https://github.com/google/pebble.git
synced 2025-11-18 13:30:56 -05:00
spelling: accessible
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user