mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 18:31:57 +08:00
fix typos: Checks -> Check, Determines -> Determine
This commit is contained in:
@@ -637,7 +637,7 @@ extern "C" {
|
||||
|
||||
/**
|
||||
* \def CB_GETDROPPEDSTATE
|
||||
* \brief Determines whether the list box of a combo box is dropped down.
|
||||
* \brief Determine whether the list box of a combo box is dropped down.
|
||||
*
|
||||
* \code
|
||||
* CB_GETIDROPSTATE
|
||||
@@ -705,7 +705,7 @@ extern "C" {
|
||||
|
||||
/**
|
||||
* \def CB_SETSPINRANGE
|
||||
* \brief Determines the range of the spin box in a combo box.
|
||||
* \brief Determine the range of the spin box in a combo box.
|
||||
*
|
||||
* \code
|
||||
* CB_SETSPINRANGE
|
||||
@@ -745,7 +745,7 @@ extern "C" {
|
||||
|
||||
/**
|
||||
* \def CB_SETSPINVALUE
|
||||
* \brief Determines the value of the spin box in a combo box.
|
||||
* \brief Determine the value of the spin box in a combo box.
|
||||
*
|
||||
* \code
|
||||
* CB_SETSPINVALUE
|
||||
@@ -778,7 +778,7 @@ extern "C" {
|
||||
|
||||
/**
|
||||
* \def CB_SETSPINPACE
|
||||
* \brief Determines the pace and the fast pace of the spin box in a combo box.
|
||||
* \brief Determine the pace and the fast pace of the spin box in a combo box.
|
||||
*
|
||||
* \code
|
||||
* CB_SETSPINPACE
|
||||
|
||||
@@ -785,7 +785,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
|
||||
|
||||
/**
|
||||
* \def LB_GETCARETINDEX
|
||||
* \brief Determines the index of the item that has the focus rectangle.
|
||||
* \brief Determine the index of the item that has the focus rectangle.
|
||||
*
|
||||
* An application sends an LB_GETCARETINDEX message to a list box to determine
|
||||
* the index of the item that has the focus rectangle in a multiple-selection
|
||||
|
||||
Reference in New Issue
Block a user