fix typos: Gets -> Get, Sets -> Set, Retrieves -> Retrieve

This commit is contained in:
Vincent Wei
2020-02-26 08:55:38 +08:00
parent db9ed261d8
commit 881776c7a9
39 changed files with 428 additions and 424 deletions
+2 -2
View File
@@ -264,7 +264,7 @@ MG_EXPORT void DestroyAnimation (ANIMATION* anim, BOOL free_it);
/**
* \def ANM_SETANIMATION
* \brief Sets the animation object for the control.
* \brief Set the animation object for the control.
*
* An application can send ANM_SETANIMATION to set the animation object of a control.
*
@@ -282,7 +282,7 @@ MG_EXPORT void DestroyAnimation (ANIMATION* anim, BOOL free_it);
/**
* \def ANM_GETANIMATION
* \brief Gets the animation object of the control.
* \brief Get the animation object of the control.
*
* An application can send ANM_GETANIMATION to retrive the animation object of a control.
*
+5 -5
View File
@@ -420,7 +420,7 @@ extern "C" {
/**
* \def BM_GETCHECK
* \brief Retrieves the check state of a radio button or check box.
* \brief Retrieve the check state of a radio button or check box.
*
* An application sends a BM_GETCHECK message to retrieve
* the check state of a radio button or check box.
@@ -443,7 +443,7 @@ extern "C" {
/**
* \def BM_SETCHECK
* \brief Sets the check state of a radio button or check box.
* \brief Set the check state of a radio button or check box.
*
* An application sends a BM_SETCHECK message to set
* the check state of a radio button or check box.
@@ -469,7 +469,7 @@ extern "C" {
/**
* \def BM_GETSTATE
* \brief Gets the state of a button or check box.
* \brief Get the state of a button or check box.
*
* An application sends a BM_GETSTATE message to
* determine the state of a button or check box.
@@ -488,7 +488,7 @@ extern "C" {
/**
* \def BM_SETSTATE
* \brief Sets the state of a button.
* \brief Set the state of a button.
*
* An application sends a BM_SETSTATE message to set the state of a
* button.
@@ -569,7 +569,7 @@ extern "C" {
/**
* \def BM_GETIMAGE
* \brief Retrieves the handle to the image.
* \brief Retrieve the handle to the image.
*
* An application sends a BM_GETIMAGE message to
* retrieve a handle to the image (icon or bitmap) associated with the button.
+12 -12
View File
@@ -238,7 +238,7 @@ extern "C" {
/**
* \def CB_GETEDITSEL
* \brief Gets the starting and ending character positions of the current
* \brief Get the starting and ending character positions of the current
* selection.
*
* An application sends a CB_GETEDITSEL message to get the starting and ending
@@ -285,7 +285,7 @@ extern "C" {
/**
* \def CB_SETEDITSEL
* \brief Sets the starting and ending character positions of the current
* \brief Set the starting and ending character positions of the current
* selection.
*
* An application sends a CB_SETEDITSEL message to set the starting and ending
@@ -419,7 +419,7 @@ extern "C" {
/**
* \def CB_GETLBTEXTLEN
* \brief Gets the string length of an item in the list box.
* \brief Get the string length of an item in the list box.
*
* An application sends a CB_GETLBTEXTLEN message to get the string length
* of a specified item in the list box of a combo box.
@@ -556,7 +556,7 @@ extern "C" {
/**
* \def CB_SETITEMADDDATA
* \brief Sets a 32-bit data value with the specified item.
* \brief Set a 32-bit data value with the specified item.
*
* An application sends an CB_SETITEMADDDATA message to associate a 32-bit data
* value specified in the lParam parameter with an item in the list box that
@@ -598,7 +598,7 @@ extern "C" {
/**
* \def CB_SETITEMHEIGHT
* \brief Sets the height of all items of the list box in a combo box.
* \brief Set the height of all items of the list box in a combo box.
*
* An application sends an CB_SETITEMHEIGHT message to set the height of
* all items of the list box in a combo box.
@@ -619,7 +619,7 @@ extern "C" {
/**
* \def CB_GETITEMHEIGHT
* \brief Gets the height of items of the list box in a combo box.
* \brief Get the height of items of the list box in a combo box.
*
* \code
* CB_GETITEMHEIGHT
@@ -686,7 +686,7 @@ extern "C" {
/**
* \def CB_SETSPINFORMAT
* \brief Sets the format string of value for CBS_AUTOSPIN type.
* \brief Set the format string of value for CBS_AUTOSPIN type.
*
* \code
* CB_SETSPINFORMAT
@@ -725,7 +725,7 @@ extern "C" {
/**
* \def CB_GETSPINRANGE
* \brief Gets the range of the spin box in a combo box.
* \brief Get the range of the spin box in a combo box.
*
* \code
* CB_GETSPINRANGE
@@ -763,7 +763,7 @@ extern "C" {
/**
* \def CB_GETSPINVALUE
* \brief Gets the current value of the spin box in a combo box.
* \brief Get the current value of the spin box in a combo box.
*
* \code
* CB_GETSPINVALUE
@@ -798,7 +798,7 @@ extern "C" {
/**
* \def CB_GETSPINPACE
* \brief Gets the pace and the fast pace of the spin box in a combo box.
* \brief Get the pace and the fast pace of the spin box in a combo box.
*
* \code
* CB_GETSPINPACE
@@ -856,7 +856,7 @@ extern "C" {
/**
* \def CB_SETSTRCMPFUNC
* \brief Sets the STRCMP function used to sort items.
* \brief Set the STRCMP function used to sort items.
*
* An application sends a CB_SETSTRCMPFUNC message to set a
* new STRCMP function to sort items in the combo-box.
@@ -889,7 +889,7 @@ extern "C" {
/**
* \def CB_GETCHILDREN
* \brief Gets the handles to the children of a ComboBox control.
* \brief Get the handles to the children of a ComboBox control.
*
* An application sends a CB_GETCHILDREN message to get the handles
* to the children of a ComboBox control.
+1 -1
View File
@@ -213,7 +213,7 @@ typedef COOLBARITEMINFO *PCOOLBARITEMINFO;
/**
* \def CBM_ENABLE
* \brief Sets an item to be enabled or disabled.
* \brief Set an item to be enabled or disabled.
*
* \code
* CBM_ENABLE
+27 -27
View File
@@ -233,7 +233,7 @@ extern "C" {
/**
* \def EM_GETSEL
* \brief Gets the selected string in the edit control.
* \brief Get the selected string in the edit control.
*
* \code
* EM_GETSEL
@@ -254,7 +254,7 @@ extern "C" {
/**
* \def EM_SETSEL
* \brief Sets the selected point in the edit control and makes
* \brief Set the selected point in the edit control and makes
* the text between insertion point and selection point selected.
*
* Generally, you should send EM_SETCARETPOS first to set insertion
@@ -308,7 +308,7 @@ extern "C" {
/**
* \def EM_GETSELPOS
* \brief Gets the position of the selection point.
* \brief Get the position of the selection point.
*
* \code
* EM_GETSELPOS
@@ -380,7 +380,7 @@ extern "C" {
/**
* \def EM_SETLFDISPCHAR
* \brief Sets the char used to represent the line seperator.
* \brief Set the char used to represent the line seperator.
*
* In default case, the line sperator will not be shown.
* If the char used to represent the line seperator is not zero,
@@ -400,7 +400,7 @@ extern "C" {
/**
* \def EM_SETLINESEP
* \brief Sets the line seperator.
* \brief Set the line seperator.
*
* In default case, the line sperator is Line Feed
* characters(LF , ASCII 10, '\n').
@@ -424,7 +424,7 @@ extern "C" {
/**
* \def EM_GETCARETPOS
* \brief Gets the position of the caret.
* \brief Get the position of the caret.
*
* \code
* EM_GETCARETPOS
@@ -448,7 +448,7 @@ extern "C" {
/**
* \def EM_SETCARETPOS
* \brief Sets the position of the caret.
* \brief Set the position of the caret.
*
* \code
* EM_SETCARETPOS
@@ -482,7 +482,7 @@ extern "C" {
/**
* \def EM_GETLINECOUNT
* \brief Gets the line number.
* \brief Get the line number.
*
* \code
* EM_GETLINECOUNT
@@ -498,7 +498,7 @@ extern "C" {
/**
* \def EM_GETLINEHEIGHT
* \brief Gets the height of a line.
* \brief Get the height of a line.
*
* \code
* EM_GETLINEHEIGHT
@@ -514,7 +514,7 @@ extern "C" {
/**
* \def EM_SETLINEHEIGHT
* \brief Sets the height of a line.
* \brief Set the height of a line.
*
* \code
* EM_SETLINEHEIGHT
@@ -679,7 +679,7 @@ extern "C" {
/**
* \def EM_SETREADONLY
* \brief Sets or removes the read-only style (ES_READONLY) in an edit control.
* \brief Set or removes the read-only style (ES_READONLY) in an edit control.
*
* \code
* EM_SETREADONLY
@@ -715,7 +715,7 @@ typedef int (*ED_DRAWSEL_FUNC) (HWND, HDC, int, int, const char*, int, int);
/**
* \def EM_SETDRAWSELECTFUNC
* \brief Sets the callback function on drawing selected chars
* \brief Set the callback function on drawing selected chars
*
* \code
* EM_SETDRAWSELECTFUNC
@@ -731,7 +731,7 @@ typedef int (*ED_DRAWSEL_FUNC) (HWND, HDC, int, int, const char*, int, int);
/**
* \def EM_SETGETCARETWIDTHFUNC
* \brief Sets the callback function on getting caret width
* \brief Set the callback function on getting caret width
*
* \code
* EM_SETGETCARETWIDTHFUNC
@@ -907,7 +907,7 @@ typedef int (*ED_DRAWSEL_FUNC) (HWND, HDC, int, int, const char*, int, int);
/**
* \def EM_SETTITLETEXT
* \brief Sets the title text displayed before content text.
* \brief Set the title text displayed before content text.
*
* \code
* EM_SETTITLETEXT
@@ -924,7 +924,7 @@ typedef int (*ED_DRAWSEL_FUNC) (HWND, HDC, int, int, const char*, int, int);
/**
* \def EM_GETTITLETEXT
* \brief Gets the title text displayed before content text.
* \brief Get the title text displayed before content text.
*
* \code
* EM_GETTITLETEXT
@@ -946,7 +946,7 @@ typedef int (*ED_DRAWSEL_FUNC) (HWND, HDC, int, int, const char*, int, int);
/**
* \def EM_SETTIPTEXT
* \brief Sets the tip text displayed when content is empty.
* \brief Set the tip text displayed when content is empty.
*
* \code
* EM_SETTIPTEXT
@@ -962,7 +962,7 @@ typedef int (*ED_DRAWSEL_FUNC) (HWND, HDC, int, int, const char*, int, int);
/**
* \def EM_GETTIPTEXT
* \brief Gets the tip text displayed when content is empty.
* \brief Get the tip text displayed when content is empty.
*
* \code
* EM_GETTIPTEXT
@@ -1002,14 +1002,14 @@ typedef struct _TEXTPOSINFO {
/**
* \def EM_GETNUMOFPARAGRAPHS
* \brief Gets the number of paragraphs in textedit control.
* \brief Get the number of paragraphs in textedit control.
*
* \return The number of paragraphs.
*/
#define EM_GETNUMOFPARAGRAPHS 0xF0E0
/**
* \def EM_GETPARAGRAPHLENGTH
* \brief Gets the specified paragraph length in textedit control.
* \brief Get the specified paragraph length in textedit control.
*
* \code
* EM_GETPARAGRAPHLENGTH
@@ -1021,7 +1021,7 @@ typedef struct _TEXTPOSINFO {
#define EM_GETPARAGRAPHLENGTH 0xF0E1
/**
* \def EM_GETPARAGRAPHTEXT
* \brief Gets the specified paragraph text from textedit control.
* \brief Get the specified paragraph text from textedit control.
*
* \code
* EM_GETPARAGRAPHTEXT
@@ -1055,7 +1055,7 @@ typedef struct _TEXTPOSINFO {
/**
* \def EM_SETCARETPOSBYLINE
* \brief Sets the selected point in the edit control and makes
* \brief Set the selected point in the edit control and makes
* the text between insertion point and selection point selected.
* This is set by really line. That means if you set the TES_AUTOWRAP,
* the line number you set, the caret pos line number you see. This is
@@ -1085,7 +1085,7 @@ typedef struct _TEXTPOSINFO {
/**
* \def EM_GETCARETPOSBYLINE
* \brief Gets the position of the caret.
* \brief Get the position of the caret.
*
* \code
* EM_GETCARETPOSBYLINE
@@ -1113,7 +1113,7 @@ typedef struct _TEXTPOSINFO {
/**
* \def EM_GETSELPOSBYLINE
* \brief Gets the position of the selection point.
* \brief Get the position of the selection point.
*
* \code
* EM_GETSELPOSBYLINE
@@ -1134,7 +1134,7 @@ typedef struct _TEXTPOSINFO {
/**
* \def EM_GETPARAGRAPHLENGTHINMCHAR
* \brief Gets the specified paragraph length in textedit control.
* \brief Get the specified paragraph length in textedit control.
* in text not charactors.
*
* \code
@@ -1148,7 +1148,7 @@ typedef struct _TEXTPOSINFO {
/**
* \def EM_GETLINELENGTHINMCHAR
* \brief Gets the specified line length in textedit control.
* \brief Get the specified line length in textedit control.
* in charactors not byte.
*
* \code
@@ -1162,7 +1162,7 @@ typedef struct _TEXTPOSINFO {
/**
* \def EM_GETLINELENGTH
* \brief Gets the specified line length in textedit control.
* \brief Get the specified line length in textedit control.
*
* \code
* EM_GETLINELENGTH
@@ -1175,7 +1175,7 @@ typedef struct _TEXTPOSINFO {
/**
* \def EM_GETLINETEXT
* \brief Gets the specified line text from textedit control.
* \brief Get the specified line text from textedit control.
*
* \code
* EM_GETLINETEXT
+5 -5
View File
@@ -503,7 +503,7 @@ typedef struct _GRIDCELLDATA
#define GRIDM_DELCOLUMN 0xF219
/**
* \def GRIDM_GETROWCOUNT
* \brief Gets the number of all rows in the grid control.
* \brief Get the number of all rows in the grid control.
*
* An application sends an GRIDM_GETROWCOUNT message to get the number of all rows in the grid control.
*
@@ -519,7 +519,7 @@ typedef struct _GRIDCELLDATA
#define GRIDM_GETROWCOUNT 0xF21A
/**
* \def GRIDM_GETCOLCOUNT
* \brief Gets the number of all columns in the grid control.
* \brief Get the number of all columns in the grid control.
*
* An application sends an GRIDM_GETCOLCOUNT message to get the number of all columns in the grid control.
*
@@ -535,7 +535,7 @@ typedef struct _GRIDCELLDATA
#define GRIDM_GETCOLCOUNT 0xF21B
/**
* \def GRIDM_SETNUMFORMAT
* \brief Sets the number format of a cell in the grid control. the format is
* \brief Set the number format of a cell in the grid control. the format is
* just same as format in c printf.
*
* An application sends an GRIDM_SETNUMFORMAT message to
@@ -557,7 +557,7 @@ typedef struct _GRIDCELLDATA
/**
* \def GRIDM_SETSELECTED
* \brief Sets the selected cell(s) in the grid control.
* \brief Set the selected cell(s) in the grid control.
*
* An application sends an GRIDM_SETSELECTED message to
* set the selected cell(s) in the grid control.
@@ -577,7 +577,7 @@ typedef struct _GRIDCELLDATA
/**
* \def GRIDM_GETSELECTED
* \brief Gets the selected cell(s) in the grid control.
* \brief Get the selected cell(s) in the grid control.
*
* An application sends an GRIDM_GETSELECTED message to
* get the selected cell(s) in the grid control.
+1 -1
View File
@@ -235,7 +235,7 @@ MG_EXPORT PBITMAP iconview_set_item_bitmap(GHANDLE hivi, PBITMAP pbmp);
/**
* \def IVM_SETITEMSIZE
* \brief Sets the item width and height of an iconview control
* \brief Set the item width and height of an iconview control
*
* All the items have the same item size. This message should be sent
* before you add items to iconview control.
+21 -21
View File
@@ -368,7 +368,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_GETSEL
* \brief Gets the selected state for an specified item.
* \brief Get the selected state for an specified item.
*
* An application sends an LB_GETSEL message to a list box to get the selected
* state for an item specified in the wParam parameter.
@@ -419,7 +419,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_GETCURSEL
* \brief Gets the index of the currently selected or highlighted item.
* \brief Get the index of the currently selected or highlighted item.
*
* An application sends an LB_GETCURSEL message to a list box to get the index of
* the currently selected item, if there is one, in a single-selection list box.
@@ -462,7 +462,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_GETTEXT
* \brief Retrieves the text of an item in list box.
* \brief Retrieve the text of an item in list box.
*
* An application sends an LB_GETTEXT message to a list box to retrieve the text
* of an item.
@@ -490,7 +490,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_GETTEXTLEN
* \brief Gets the length of text of item specified in a list box.
* \brief Get the length of text of item specified in a list box.
*
* An application sends an LB_GETTEXTLEN message to a list box to get the length
* of text of the item specified in the \a wParam parameter.
@@ -511,7 +511,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_GETCOUNT
* \brief Gets the number of items in the list box.
* \brief Get the number of items in the list box.
*
* An application sends an LB_GETCOUNT message to a list box to get the number
* of items in the list box.
@@ -541,7 +541,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_GETTOPINDEX
* \brief Gets the index to the first visible item in the list box.
* \brief Get the index to the first visible item in the list box.
*
* An application sends an LB_GETTOPINDEX message to get the index to the first
* visible item in the list box. Initially, the first visible item is item 0, but
@@ -586,7 +586,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_GETSELCOUNT
* \brief Gets the number of selected items in a multiple-selection list box.
* \brief Get the number of selected items in a multiple-selection list box.
*
* An application sends an LB_GETSELCOUNT message to a list box to get the number
* of selected items in a multiple-selection list box.
@@ -604,7 +604,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_GETSELITEMS
* \brief Gets the numbers of selected items.
* \brief Get the numbers of selected items.
*
* An application sends an LB_GETSELITEMS message to a list box to fill a buffer
* with an array of integers that specify the item numbers of selected items in
@@ -681,7 +681,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_GETITEMRECT
* \brief Retrieves the dimensions of the rectangle.
* \brief Retrieve the dimensions of the rectangle.
*
* An application sends an LB_GETITEMRECT message to a list box to retrieve
* the dimensions of the rectangle that bounds an item as it is currently
@@ -706,7 +706,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_GETITEMDATA
* \brief Gets item data in a list box if the box has LBS_CHECKBOX
* \brief Get item data in a list box if the box has LBS_CHECKBOX
* and/or LBS_USEICON styles.
*
* An application sends LB_GETITEMDATA message to a list box to retrive the
@@ -735,7 +735,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_SETITEMDATA
* \brief Sets item data in a list box if the box has LBS_CHECKBOX
* \brief Set item data in a list box if the box has LBS_CHECKBOX
* and/or LBS_USEICON styles.
*
* An application sends LB_SETITEMDATA message to a list box to set the
@@ -768,7 +768,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_SETCARETINDEX
* \brief Sets the focus rectangle to the item at the specified index.
* \brief Set the focus rectangle to the item at the specified index.
*
* An application sends an LB_SETCARETINDEX message to set the focus rectangle
* to the item at the specified index in a multiple-selection list box.
@@ -804,7 +804,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_SETITEMHEIGHT
* \brief Sets the height of all items.
* \brief Set the height of all items.
*
* An application sends an LB_SETITEMHEIGHT message to set the height of
* all items in a list box.
@@ -825,7 +825,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_GETITEMHEIGHT
* \brief Gets the height in pixels of an item specified in the wParam parameter.
* \brief Get the height in pixels of an item specified in the wParam parameter.
*
* An application sends an LB_GETITEMHEIGHT message to a list box to get the
* height in pixels of an item specified in the wParam parameter.
@@ -892,7 +892,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_SETTEXT
* \brief Sets text of the specified item.
* \brief Set text of the specified item.
*
* \code
* LB_SETTEXT
@@ -914,7 +914,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_GETCHECKMARK
* \brief Gets check mark status of an item.
* \brief Get check mark status of an item.
*
* \code
* LB_GETCHECKMARK
@@ -937,7 +937,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_SETCHECKMARK
* \brief Sets check mark status of an item.
* \brief Set check mark status of an item.
*
* \code
* LB_SETCHECKMARK
@@ -962,7 +962,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_GETITEMADDDATA
* \brief Gets the 32-bit data value associated with an item.
* \brief Get the 32-bit data value associated with an item.
*
* An application sends an LB_GETITEMADDDATA message to a list box to get the
* 32-bit data value the list box has stored for the item with index of
@@ -1012,7 +1012,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_SETSTRCMPFUNC
* \brief Sets the STRCMP function used to sort items.
* \brief Set the STRCMP function used to sort items.
*
* An application sends an LB_SETSTRCMPFUNC message to set a
* new STRCMP function to sort items.
@@ -1043,7 +1043,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_SETITEMDISABLE
* \brief Sets the item disable.
* \brief Set the item disable.
*
* An application sends an LB_SETITEMDISABLE message to set a
* item to disable.
@@ -1079,7 +1079,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_SETITEMBOLD
* \brief Sets the item display use bold font.
* \brief Set the item display use bold font.
*
* An application sends an LB_SETITEMBOLD message to set a
* item display use bold font.
+20 -20
View File
@@ -407,7 +407,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_FILLSUBITEM
* \brief Sets the content of a subitem, indentified by rows and columns.
* \brief Set the content of a subitem, indentified by rows and columns.
*
* \code
* LVM_FILLSUBITEM
@@ -526,7 +526,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_SETSUBITEMCOLOR
* \brief Sets the text color of a subitem.
* \brief Set the text color of a subitem.
*
* \code
* LVM_SETSUBITEMCOLOR
@@ -570,7 +570,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
*
* \def LVM_GETSUBITEMTEXT
* \brief Retrieves the text of a listview subitem.
* \brief Retrieve the text of a listview subitem.
*
* \code
* LVM_GETSUBITEMTEXT
@@ -595,7 +595,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_GETITEMCOUNT
* \brief Gets the number of all the items(rows) in a listview.
* \brief Get the number of all the items(rows) in a listview.
*
* \code
* LVM_GETITEMCOUNT
@@ -610,7 +610,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_GETCOLUMNCOUNT
* \brief Gets the number of all the columns in listview.
* \brief Get the number of all the columns in listview.
*
* \code
* LVM_GETCOLUMNCOUNT
@@ -625,7 +625,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_GETSELECTEDITEM
* \brief Gets the current selected item.
* \brief Get the current selected item.
*
* \code
* LVM_GETSELECTEDITEM
@@ -713,7 +713,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_GETSUBITEMLEN
* \brief Gets the text length of the subitem.
* \brief Get the text length of the subitem.
*
* \code
* LVM_GETSUBITEMLEN
@@ -737,7 +737,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_SETCOLUMN
* \brief Sets the attributes of a list view column.
* \brief Set the attributes of a list view column.
*
* \code
* LVM_SETCOLUMN
@@ -755,7 +755,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_SETSUBITEMTEXT
* \brief Sets the text of a subitem.
* \brief Set the text of a subitem.
*
* \code
* LVM_SETSUBITEMTEXT
@@ -779,7 +779,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_SETSUBITEM
* \brief Sets the attributes of a subitem.
* \brief Set the attributes of a subitem.
*
* \code
* LVM_SETSUBITEM
@@ -803,7 +803,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_GETCOLUMN
* \brief Retrieves the information about a listview column.
* \brief Retrieve the information about a listview column.
*
* \code
* LVM_GETCOLUMN
@@ -824,7 +824,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_GETCOLUMNWIDTH
* \brief Retrieves the width of a listview column.
* \brief Retrieve the width of a listview column.
*
* \code
* LVM_GETCOLUMNWIDTH
@@ -842,7 +842,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_GETITEM
* \brief Retrieves the item's attributes.
* \brief Retrieve the item's attributes.
*
* \code
* LVM_GETITEM
@@ -864,7 +864,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_GETITEMSTATE
* \brief Retrieves the state of a listview item.
* \brief Retrieve the state of a listview item.
*
* \code
* LVM_GETITEMSTATE
@@ -885,7 +885,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_GETSELECTEDCOLUMN
* \brief Retrieves the index of the currently selected column of a listview.
* \brief Retrieve the index of the currently selected column of a listview.
*
* \code
* LVM_GETSELECTEDCOLUMN
@@ -900,7 +900,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_GETSELECTEDCOUNT
* \brief Retrieves the number of the selected items in a listview.
* \brief Retrieve the number of the selected items in a listview.
*
* \code
* LVM_GETSELECTEDCOUNT
@@ -915,7 +915,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_GETTOPVISIBLE
* \brief Retrieves the index of the topmost visible item in a listview.
* \brief Retrieve the index of the topmost visible item in a listview.
*
* \code
* LVM_GETTOPVISIBLE
@@ -1015,7 +1015,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_GETITEMADDDATA
* \brief Gets the 32-bit data value associated with an item.
* \brief Get the 32-bit data value associated with an item.
*
* An application sends an LVM_GETITEMADDDATA message to a listview to get the
* 32-bit data value stored for the item with index of \a wParam;
@@ -1088,7 +1088,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_SETSTRCMPFUNC
* \brief Sets the STRCMP function used to sort items.
* \brief Set the STRCMP function used to sort items.
*
* An application sends a LVM_SETSTRCMPFUNC message to set a
* new STRCMP function to sort items in the Listview control.
@@ -1174,7 +1174,7 @@ typedef LVNM_ITEMRUP *PLVNM_ITEMRUP;
/**
* \def LVM_SETCUSTOMDRAW
* \brief Sets the customized drawing functions of listview.
* \brief Set the customized drawing functions of listview.
*
* \code
* LVM_SETCUSTOMDRAW
+1 -1
View File
@@ -327,7 +327,7 @@ typedef MENUBUTTONITEM* PMENUBUTTONITEM;
/**
* \def MBM_SETSTRCMPFUNC
* \brief Sets the STRCMP function used to sort items.
* \brief Set the STRCMP function used to sort items.
*
* An application sends a MBM_SETSTRCMPFUNC message to set a
* new STRCMP function to sort items in the menubutton.
+15 -15
View File
@@ -179,7 +179,7 @@ typedef MCCOLORINFO *PMCCOLORINFO;
/**
* \def MCM_GETCURDAY
* \brief Gets the day number of the current selected date.
* \brief Get the day number of the current selected date.
*
* \code
* MCM_GETCURDAY
@@ -194,7 +194,7 @@ typedef MCCOLORINFO *PMCCOLORINFO;
/**
* \def MCM_GETCURMONTH
* \brief Gets the month number of the current selected date.
* \brief Get the month number of the current selected date.
*
* \code
* MCM_GETCURMONTH
@@ -209,7 +209,7 @@ typedef MCCOLORINFO *PMCCOLORINFO;
/**
* \def MCM_GETCURYEAR
* \brief Gets the year number of the current selected date.
* \brief Get the year number of the current selected date.
*
* \code
* MCM_GETCURYEAR
@@ -224,7 +224,7 @@ typedef MCCOLORINFO *PMCCOLORINFO;
/**
* \def MCM_GETCURWEEKDAY
* \brief Gets the weekday number of the current selected date.
* \brief Get the weekday number of the current selected date.
*
* \code
* MCM_GETCURWEEKDAY
@@ -239,7 +239,7 @@ typedef MCCOLORINFO *PMCCOLORINFO;
/**
* \def MCM_GETCURMONLEN
* \brief Gets the month length of the current selected date.
* \brief Get the month length of the current selected date.
*
* \code
* MCM_GETCURMONLEN
@@ -302,7 +302,7 @@ typedef MCCOLORINFO *PMCCOLORINFO;
/**
* \def MCM_SETTODAY
* \brief Sets the currently selected date as the date of "today".
* \brief Set the currently selected date as the date of "today".
*
* \code
* MCM_SETTODAY
@@ -315,7 +315,7 @@ typedef MCCOLORINFO *PMCCOLORINFO;
/**
* \def MCM_GETFIRSTWEEKDAY
* \brief Gets the weekday of the first day of this month.
* \brief Get the weekday of the first day of this month.
*
* \code
* MCM_GETFIRSTWEEKDAY
@@ -330,7 +330,7 @@ typedef MCCOLORINFO *PMCCOLORINFO;
/**
* \def MCM_GETCURDATE
* \brief Gets the currently selected date.
* \brief Get the currently selected date.
*
* \code
* MCM_GETCURDATE
@@ -346,7 +346,7 @@ typedef MCCOLORINFO *PMCCOLORINFO;
/**
* \def MCM_GETTODAY
* \brief Gets the date of "today".
* \brief Get the date of "today".
*
* \code
* MCM_GETTODAY
@@ -363,7 +363,7 @@ typedef MCCOLORINFO *PMCCOLORINFO;
/**
* \def MCM_GETMINREQRECTW
* \brief Gets the minimum width required to display a full month in a month
* \brief Get the minimum width required to display a full month in a month
* calendar control.
*
* \code
@@ -379,7 +379,7 @@ typedef MCCOLORINFO *PMCCOLORINFO;
/**
* \def MCM_GETMINREQRECTH
* \brief Gets the minimum height required to display a full month in a month
* \brief Get the minimum height required to display a full month in a month
* calendar control.
*
* \code
@@ -395,7 +395,7 @@ typedef MCCOLORINFO *PMCCOLORINFO;
/**
* \def MCM_SETCURDATE
* \brief Sets the currently selected date.
* \brief Set the currently selected date.
*
* \code
* MCM_SETCURDATE
@@ -412,7 +412,7 @@ typedef MCCOLORINFO *PMCCOLORINFO;
/**
* \def MCM_SETCOLOR
* \brief Sets the color of the monthcalendar control.
* \brief Set the color of the monthcalendar control.
*
* \code
* MCM_SETCOLOR
@@ -429,7 +429,7 @@ typedef MCCOLORINFO *PMCCOLORINFO;
/**
* \def MCM_GETCOLOR
* \brief Gets the color of the monthcalendar control.
* \brief Get the color of the monthcalendar control.
*
* \code
* MCM_GETCOLOR
@@ -445,7 +445,7 @@ typedef MCCOLORINFO *PMCCOLORINFO;
/**
* \def MCM_SETDAYCOLOR
* \brief Sets the color of a specified date .
* \brief Set the color of a specified date .
*
* \code
* MCM_SETDAYCOLOR
+2 -2
View File
@@ -346,7 +346,7 @@ typedef NTBITEMINFO* PNTBITEMINFO;
/**
* \def NTBM_SETITEM
* \brief Sets the information of an item in a newtoolbar control.
* \brief Set the information of an item in a newtoolbar control.
*
* \code
* NTBM_SETITEM
@@ -386,7 +386,7 @@ typedef NTBITEMINFO* PNTBITEMINFO;
/**
* \def NTBM_SETBITMAP
* \brief Sets the bitmap of a newtoolbar control.
* \brief Set the bitmap of a newtoolbar control.
*
* \code
* NTBM_SETBITMAP
+4 -4
View File
@@ -116,9 +116,9 @@ extern "C" {
/**
* \def PBM_SETRANGE
* \brief Sets the limits of the range.
* \brief Set the limits of the range.
*
* Sets the upper and lower limits of the progress bar control's range,
* Set the upper and lower limits of the progress bar control's range,
* and redraws the bar to reflect the new ranges.
*
* \code
@@ -155,9 +155,9 @@ extern "C" {
/**
* \def PBM_SETPOS
* \brief Sets the progress bar control's current position.
* \brief Set the progress bar control's current position.
*
* Sets the progress bar control's current position as specified by nPos,
* Set the progress bar control's current position as specified by nPos,
* and redraw the bar to reflect the new position.
*
* \code
+8 -8
View File
@@ -126,7 +126,7 @@ extern "C" {
/**
* \def PSM_GETACTIVEPAGE
* \brief Gets the handle of current active page.
* \brief Get the handle of current active page.
*
* Sends this message to retreive the propsheet window's active page.
*
@@ -163,7 +163,7 @@ extern "C" {
/**
* \def PSM_GETPAGE
* \brief Gets the handle of a page by index.
* \brief Get the handle of a page by index.
*
* Sends this message to retreive the handle to a page by index.
*
@@ -183,7 +183,7 @@ extern "C" {
/**
* \def PSM_GETACTIVEINDEX
* \brief Gets the index of the current active page.
* \brief Get the index of the current active page.
*
* Sends this message to retreive the index of the propsheet window's active page.
*
@@ -200,7 +200,7 @@ extern "C" {
/**
* \def PSM_GETPAGEINDEX
* \brief Gets the index of a page by handle.
* \brief Get the index of a page by handle.
*
* Sends this message to retreive the index to a page by handle.
*
@@ -220,7 +220,7 @@ extern "C" {
/**
* \def PSM_GETPAGECOUNT
* \brief Gets the number of pages of the propsheet.
* \brief Get the number of pages of the propsheet.
*
* Sends this message to retreive the number of pages currently in the propsheet.
*
@@ -237,7 +237,7 @@ extern "C" {
/**
* \def PSM_GETTITLELENGTH
* \brief Gets the length of a page title.
* \brief Get the length of a page title.
*
* Sends this message to retreive the title length of a page.
*
@@ -257,7 +257,7 @@ extern "C" {
/**
* \def PSM_GETTITLE
* \brief Gets a page title.
* \brief Get a page title.
*
* Sends this message to retreive the title of a page.
*
@@ -279,7 +279,7 @@ extern "C" {
/**
* \def PSM_SETTITLE
* \brief Sets a page title.
* \brief Set a page title.
*
* Sends this message to specify the title of a page.
*
+37 -37
View File
@@ -163,7 +163,7 @@ MG_EXPORT BOOL scrollview_is_item_selected (HSVITEM hsvi);
/**
* \fn int scrollview_set_item_height (HWND hWnd, HSVITEM hsvi, int height)
* \brief Sets the height of an item
* \brief Set the height of an item
*/
MG_EXPORT int scrollview_set_item_height (HWND hWnd, HSVITEM hsvi, int height);
@@ -310,7 +310,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_SETITEMDRAW
* \brief Sets the drawing operation of an item.
* \brief Set the drawing operation of an item.
*
* Scrollview item drawing function will be called when doing with MSG_PAINT message,
* scrollview window should define this function if it want to draw an customed item.
@@ -351,7 +351,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_SETCONTWIDTH
* \brief Sets the scrollview content area (scrollable area) width.
* \brief Set the scrollview content area (scrollable area) width.
*
* Scrollable area of a scrolled window is always larger than the visible area.
*
@@ -371,7 +371,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_SETCONTHEIGHT
* \brief Sets the scrollview content area (scrollable area) height.
* \brief Set the scrollview content area (scrollable area) height.
*
* Scrollable area of a scrolled window is always larger than the visible area.
*
@@ -391,7 +391,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETCTRL
* \brief Gets the control handle in the scrollview window by control id.
* \brief Get the control handle in the scrollview window by control id.
*
* \code
* SVM_GETCTRL
@@ -424,7 +424,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_SETITEMOPS
* \brief Sets the item operations of the items in the scrollview.
* \brief Set the item operations of the items in the scrollview.
*
* Normally item operations should be set before adding items.
*
@@ -444,7 +444,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETMARGINS
* \brief Gets the margin values of the scrollview.
* \brief Get the margin values of the scrollview.
*
* Application should use a RECT structure to get left, top, right, and bottom margins.
*
@@ -464,7 +464,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_SETMARGINS
* \brief Sets the margin values of the scrollview.
* \brief Set the margin values of the scrollview.
*
* Application should use a RECT structure to give left, top, right, and bottom margins.
* If you want to change a margin value, give a value large than zero, or else -1.
@@ -485,7 +485,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETLEFTMARGIN
* \brief Gets the left margin value of the scrollview.
* \brief Get the left margin value of the scrollview.
*
* \code
* SVM_GETLEFTMARGIN
@@ -500,7 +500,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETTOPMARGIN
* \brief Gets the top margin value of the scrollview.
* \brief Get the top margin value of the scrollview.
*
* \code
* SVM_GETTOPMARGIN
@@ -515,7 +515,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETRIGHTMARGIN
* \brief Gets the right margin value of the scrollview.
* \brief Get the right margin value of the scrollview.
*
* \code
* SVM_GETRIGHTMARGIN
@@ -530,7 +530,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETBOTTOMMARGIN
* \brief Gets the bottom margin value of the scrollview.
* \brief Get the bottom margin value of the scrollview.
*
* \code
* SVM_GETBOTTOMMARGIN
@@ -545,7 +545,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETVISIBLEWIDTH
* \brief Gets the width of the visible content area.
* \brief Get the width of the visible content area.
*
* \code
* SVM_GETVISIBLEWIDTH
@@ -560,7 +560,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETVISIBLEHEIGHT
* \brief Gets the height of the visible content area.
* \brief Get the height of the visible content area.
*
* \code
* SVM_GETVISIBLEHEIGHT
@@ -575,7 +575,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETCONTWIDTH
* \brief Gets the width of the content area.
* \brief Get the width of the content area.
*
* \code
* SVM_GETCONTWIDTH
@@ -590,7 +590,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETCONTHEIGHT
* \brief Gets the height of the content area.
* \brief Get the height of the content area.
*
* \code
* SVM_GETCONTHEIGHT
@@ -605,7 +605,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_SETCONTRANGE
* \brief Sets the width and height of the content area.
* \brief Set the width and height of the content area.
*
* If you want to change width and height, give a value large than zero.
* If you give -1, this value will remain untouched.
@@ -627,7 +627,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETCONTENTX
* \brief Gets the content x offset in the viewport.
* \brief Get the content x offset in the viewport.
*
* \code
* SVM_GETCONTENTX
@@ -642,7 +642,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETCONTENTY
* \brief Gets the content y offset in the viewport.
* \brief Get the content y offset in the viewport.
*
* \code
* SVM_GETCONTENTY
@@ -657,7 +657,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_SETCONTPOS
* \brief Sets the content offset position in the viewport.
* \brief Set the content offset position in the viewport.
*
* \code
* SVM_SETCONTPOS
@@ -676,7 +676,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETCURSEL
* \brief Gets the index of the current hilighted scrollview item.
* \brief Get the index of the current hilighted scrollview item.
*
* An application sends an this message to a scrollview window to get the index of
* the currently selected item, if there is one, in a single-selection scrollview.
@@ -775,7 +775,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_SETITEMINIT
* \brief Sets the init operation of the items in the scrollview.
* \brief Set the init operation of the items in the scrollview.
*
* Normally item operations should be set before adding items.
* The initialization callback function will be called when adding an item.
@@ -796,7 +796,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_SETITEMDESTROY
* \brief Sets the destroy operation of the items in the scrollview.
* \brief Set the destroy operation of the items in the scrollview.
*
* Normally item operations should be set before adding items.
* The destroy callback function will be called when deleting an item
@@ -817,7 +817,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_SETITEMCMP
* \brief Sets the item compare function.
* \brief Set the item compare function.
*
* \code
* SVM_SETITEMCMP
@@ -852,7 +852,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_SETCONTAINERPROC
* \brief Sets the window procedure of the container window in the scrollview.
* \brief Set the window procedure of the container window in the scrollview.
*
* \code
* SVM_SETCONTAINERPROC
@@ -870,7 +870,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETFOCUSCHILD
* \brief Gets the focus control in the scrollview.
* \brief Get the focus control in the scrollview.
*
* \code
* SVM_GETFOCUSCHILD
@@ -885,7 +885,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETHSCROLLVAL
* \brief Gets the horizontal scroll value.
* \brief Get the horizontal scroll value.
*
* \code
* SVM_GETHSCROLLVAL
@@ -900,7 +900,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETVSCROLLVAL
* \brief Gets the vertical scroll value.
* \brief Get the vertical scroll value.
*
* \code
* SVM_GETVSCROLLVAL
@@ -915,7 +915,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETHSCROLLPAGEVAL
* \brief Gets the horizontal page scroll value.
* \brief Get the horizontal page scroll value.
*
* \code
* SVM_GETHSCROLLPAGEVAL
@@ -930,7 +930,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETVSCROLLPAGEVAL
* \brief Gets the vertical page scroll value.
* \brief Get the vertical page scroll value.
*
* \code
* SVM_GETVSCROLLPAGEVAL
@@ -945,7 +945,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_SETSCROLLVAL
* \brief Sets the horizontal and vertical scroll value.
* \brief Set the horizontal and vertical scroll value.
*
* \code
* SVM_SETSCROLLVAL
@@ -964,7 +964,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_SETSCROLLPAGEVAL
* \brief Sets the horizontal and vertical page value.
* \brief Set the horizontal and vertical page value.
*
* \code
* SVM_SETSCROLLPAGEVAL
@@ -1000,7 +1000,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETITEMCOUNT
* \brief Gets the total number of the items.
* \brief Get the total number of the items.
*
* \return Number of the items.
*/
@@ -1008,7 +1008,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETITEMADDDATA
* \brief Gets the additional data of the item
* \brief Get the additional data of the item
*
* \code
* SVM_GETITEMADDDATA
@@ -1029,7 +1029,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_SETITEMADDDATA
* \brief Sets the additional data of the item
* \brief Set the additional data of the item
*
* \code
* SVM_SETITEMADDDATA
@@ -1069,7 +1069,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_SETITEMHEIGHT
* \brief Sets the height of an item
* \brief Set the height of an item
*
* \code
* SVM_SETITEMHEIGHT
@@ -1089,7 +1089,7 @@ typedef SVITEMINFO* PSVITEMINFO;
/**
* \def SVM_GETFIRSTVISIBLEITEM
* \brief Gets the index of the first visible item
* \brief Get the index of the first visible item
*
* \code
* SVM_GETFIRSTVISIBLEITEM
+7 -7
View File
@@ -100,7 +100,7 @@ typedef SPININFO *PSPININFO;
/**
* \fn void GetSpinBoxSize (DWORD dwStyle, int* w, int* h)
* \brief Gets size of a vertical spin box control.
* \brief Get size of a vertical spin box control.
*
* The spin box control in MiniGUI has fixed size.
* This function gets the size of a spin box control.
@@ -167,7 +167,7 @@ void GetSpinBoxSize (DWORD dwStyle, int* w, int* h);
/**
* \def SPM_SETTARGET
* \brief Sets the target window of the spinbox.
* \brief Set the target window of the spinbox.
*
* When the user click the up/left or down/right arrow of the spin box, it will
* emulate the down and up of the key SCANCODE_CURSORBLOCKUP or
@@ -190,7 +190,7 @@ void GetSpinBoxSize (DWORD dwStyle, int* w, int* h);
/**
* \def SPM_GETTARGET
* \brief Gets the target window of the spinbox.
* \brief Get the target window of the spinbox.
*
* \code
* SPM_GETTARGET
@@ -205,7 +205,7 @@ void GetSpinBoxSize (DWORD dwStyle, int* w, int* h);
/**
* \def SPM_SETINFO
* \brief Sets the parameter information of the spinbox.
* \brief Set the parameter information of the spinbox.
*
* \code
* SPM_SETINFO
@@ -225,7 +225,7 @@ void GetSpinBoxSize (DWORD dwStyle, int* w, int* h);
/**
* \def SPM_GETINFO
* \brief Gets the parameter infos of the spinbox.
* \brief Get the parameter infos of the spinbox.
*
* \code
* SPM_GETINFO
@@ -305,7 +305,7 @@ void GetSpinBoxSize (DWORD dwStyle, int* w, int* h);
/**
* \def SPM_SETCUR
* \brief Sets the current position in the range of the spinbox.
* \brief Set the current position in the range of the spinbox.
*
* \code
* SPM_SETCUR
@@ -323,7 +323,7 @@ void GetSpinBoxSize (DWORD dwStyle, int* w, int* h);
/**
* \def SPM_GETCUR
* \brief Gets the current position in the range of the spinbox.
* \brief Get the current position in the range of the spinbox.
*
* \code
* SPM_GETCUR
+1 -1
View File
@@ -270,7 +270,7 @@ extern "C" {
/**
* \def STM_GETIMAGE
* \brief Retrieves a handle to the image.
* \brief Retrieve a handle to the image.
*
* An application sends an STM_GETIMAGE message to retrieve a handle
* to the image associated with a static control.
+19 -19
View File
@@ -137,7 +137,7 @@ extern "C" {
/**
* \def TBM_SETRANGE
* \brief Sets the range of minimum and maximum logical positions for the
* \brief Set the range of minimum and maximum logical positions for the
* slider in a trackbar.
*
* \code
@@ -158,7 +158,7 @@ extern "C" {
/**
* \def TBM_GETMIN
* \brief Gets the minimum logical position for the slider.
* \brief Get the minimum logical position for the slider.
*
* \code
* TBM_GETMIN
@@ -173,7 +173,7 @@ extern "C" {
/**
* \def TBM_SETPOS
* \brief Sets the current logical position of the slider.
* \brief Set the current logical position of the slider.
*
* \code
* TBM_SETPOS
@@ -191,7 +191,7 @@ extern "C" {
/**
* \def TBM_GETPOS
* \brief Gets the current logical position of the slider.
* \brief Get the current logical position of the slider.
*
* \code
* TBM_GETPOS
@@ -206,10 +206,10 @@ extern "C" {
/**
* \def TBM_SETLINESIZE
* \brief Sets the number of logical positions moved in response to keyboard
* \brief Set the number of logical positions moved in response to keyboard
* input from the arrow keys.
*
* Sets the number of logical positions the trackbar's slider moves in response
* Set the number of logical positions the trackbar's slider moves in response
* to keyboard input from the arrow keys. The logical positions are the integer
* increments in the trackbar's range of minimum to maximum slider positions.
*
@@ -229,10 +229,10 @@ extern "C" {
/**
* \def TBM_GETLINESIZE
* \brief Gets the number of logical positions moved in response to keyboard
* \brief Get the number of logical positions moved in response to keyboard
* input from the arrow keys.
*
* Gets the number of logical positions the trackbar's slider moves in response
* Get the number of logical positions the trackbar's slider moves in response
* to keyboard input from the arrow keys. The logical positions are the integer
* increments in the trackbar's range of minimum to maximum slider positions.
*
@@ -249,10 +249,10 @@ extern "C" {
/**
* \def TBM_SETPAGESIZE
* \brief Sets the number of logical positions moved in response to keyboard
* \brief Set the number of logical positions moved in response to keyboard
* input from page keys..
*
* Sets the number of logical positions the trackbar's slider moves in response
* Set the number of logical positions the trackbar's slider moves in response
* to keyboard input form page keys, such as PAGE DOWN or PAGE UP keys. The
* logical positions are the integer increments in the trackbar's range of
* minimum to maximum slider positions.
@@ -273,10 +273,10 @@ extern "C" {
/**
* \def TBM_GETPAGESIZE
* \brief Gets the number of logical positions moved in response to keyboard
* \brief Get the number of logical positions moved in response to keyboard
* input from page keys..
*
* Gets the number of logical positions the trackbar's slider moves in response
* Get the number of logical positions the trackbar's slider moves in response
* to keyboard input form page keys, such as PAGE DOWN or PAGE UP keys. The
* logical positions are the integer increments in the trackbar's range of
* minimum to maximum slider positions.
@@ -294,7 +294,7 @@ extern "C" {
/**
* \def TBM_SETTIP
* \brief Sets the start and end tip strings.
* \brief Set the start and end tip strings.
*
* \code
* TBM_SETTIP
@@ -314,7 +314,7 @@ extern "C" {
/**
* \def TBM_GETTIP
* \brief Gets the start and end tip strings.
* \brief Get the start and end tip strings.
*
* \code
* TBM_GETTIP
@@ -336,7 +336,7 @@ extern "C" {
/**
* \def TBM_SETTICKFREQ
* \brief Sets the interval frequency for tick marks in a trackbar.
* \brief Set the interval frequency for tick marks in a trackbar.
*
* \code
* TBM_SETTICKFREQ
@@ -354,7 +354,7 @@ extern "C" {
/**
* \def TBM_GETTICKFREQ
* \brief Gets the interval frequency for tick marks in a trackbar.
* \brief Get the interval frequency for tick marks in a trackbar.
*
* \code
* TBM_GETTICKFREQ
@@ -369,7 +369,7 @@ extern "C" {
/**
* \def TBM_SETMIN
* \brief Sets the minimum logical position for the slider in a trackbar.
* \brief Set the minimum logical position for the slider in a trackbar.
*
* \code
* TBM_SETMIN
@@ -387,7 +387,7 @@ extern "C" {
/**
* \def TBM_SETMAX
* \brief Sets the maximum logical position for the slider in a trackbar.
* \brief Set the maximum logical position for the slider in a trackbar.
*
* \code
* TBM_SETMAX
@@ -405,7 +405,7 @@ extern "C" {
/**
* \def TBM_GETMAX
* \brief Gets the maximum logical position for the slider in a trackbar.
* \brief Get the maximum logical position for the slider in a trackbar.
*
* \code
* TBM_GETMAX
+4 -4
View File
@@ -209,7 +209,7 @@ typedef TVITEMINFO *PTVITEMINFO;
/**
* \def TVM_GETROOT
* \brief Gets the root item of a treeview control.
* \brief Get the root item of a treeview control.
*
* \code
* TVM_GETROOT
@@ -285,7 +285,7 @@ typedef TVITEMINFO *PTVITEMINFO;
/**
* \def TVM_GETSELITEM
* \brief Gets the selected item.
* \brief Get the selected item.
*
* \code
* TVM_GETSELITEM
@@ -300,7 +300,7 @@ typedef TVITEMINFO *PTVITEMINFO;
/**
* \def TVM_SETSELITEM
* \brief Sets the selected item.
* \brief Set the selected item.
*
* \code
* TVM_SETSELITEM
@@ -439,7 +439,7 @@ typedef TVITEMINFO *PTVITEMINFO;
/**
* \def TVM_SETSTRCMPFUNC
* \brief Sets the STRCMP function used to sort items.
* \brief Set the STRCMP function used to sort items.
*
* An application sends a TVM_SETSTRCMPFUNC message to set a
* new STRCMP function to sort items in the TreeView control.