mirror of
https://github.com/google/pebble.git
synced 2025-05-01 07:41:41 -04:00
spelling: shrunk
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
1d3a78f7b6
commit
47319ea499
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ typedef struct {
|
||||||
#define GEdgeInsets(...) \
|
#define GEdgeInsets(...) \
|
||||||
GEdgeInsetsN(__VA_ARGS__, GEdgeInsets4, GEdgeInsets3, GEdgeInsets2, GEdgeInsets1)(__VA_ARGS__)
|
GEdgeInsetsN(__VA_ARGS__, GEdgeInsets4, GEdgeInsets3, GEdgeInsets2, GEdgeInsets1)(__VA_ARGS__)
|
||||||
|
|
||||||
//! Returns a rectangle that is shrinked or expanded by the given edge insets.
|
//! Returns a rectangle that is shrunk or expanded by the given edge insets.
|
||||||
//! @note The rectangle is standardized and then the inset parameters are applied.
|
//! @note The rectangle is standardized and then the inset parameters are applied.
|
||||||
//! If the resulting rectangle would have a negative height or width, a GRectZero is returned.
|
//! If the resulting rectangle would have a negative height or width, a GRectZero is returned.
|
||||||
//! @param rect The rectangle that will be inset
|
//! @param rect The rectangle that will be inset
|
||||||
|
|
Loading…
Add table
Reference in a new issue