mirror of
https://github.com/google/pebble.git
synced 2025-05-29 14:33:12 +00:00
spelling: its
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a35061eaf8
commit
4806c06f10
5 changed files with 7 additions and 7 deletions
|
@ -53,7 +53,7 @@ void actionable_dialog_set_action_bar_type(ActionableDialog *actionable_dialog,
|
|||
ActionBarLayer *action_bar);
|
||||
|
||||
//! Sets the ClickConfigProvider of the action bar. If the dialog has a custom action bar then
|
||||
//! this function has no effect. The action bar is responsible for setting up it's own click
|
||||
//! this function has no effect. The action bar is responsible for setting up its own click
|
||||
//! config provider
|
||||
//! @param actionable_dialog Pointer to a \ref ActionableDialog to which to set the provider on
|
||||
//! @param click_config_provider The \ref ClickConfigProvider to set
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
//!
|
||||
//! A UI component that is a window that contains a progress bar. The state of the progress bar
|
||||
//! is updated using progress_window_set_progress. When the window is first pushed, the progress
|
||||
//! bar will fill on it's own, faking progress until the max_fake_progress_percent threshold is
|
||||
//! bar will fill on its own, faking progress until the max_fake_progress_percent threshold is
|
||||
//! hit. Once the client wishes to indicate success or failure, calling
|
||||
//! progress_window_set_progress_success or progress_window_set_progress_failure will cause the
|
||||
//! UI to animate out to indicate the result, followed by calling the .finished callback if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue