Added missing words in event documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -389,13 +389,13 @@ typedef int (*wxPGSortCallback)(wxPropertyGrid* propGrid,
|
|||||||
Respond to wxEVT_PG_ITEM_EXPANDED event, generated when user expands
|
Respond to wxEVT_PG_ITEM_EXPANDED event, generated when user expands
|
||||||
a property or category.
|
a property or category.
|
||||||
@event{EVT_PG_LABEL_EDIT_BEGIN(id, func)}
|
@event{EVT_PG_LABEL_EDIT_BEGIN(id, func)}
|
||||||
Respond to wxEVT_PG_LABEL_EDIT_BEGIN event, generated when is about to
|
Respond to wxEVT_PG_LABEL_EDIT_BEGIN event, generated when user is
|
||||||
begin editing a property label. You can veto this event to prevent the
|
about to begin editing a property label. You can veto this event to
|
||||||
action.
|
prevent the action.
|
||||||
@event{EVT_PG_LABEL_EDIT_ENDING(id, func)}
|
@event{EVT_PG_LABEL_EDIT_ENDING(id, func)}
|
||||||
Respond to wxEVT_PG_LABEL_EDIT_ENDING event, generated when is about to
|
Respond to wxEVT_PG_LABEL_EDIT_ENDING event, generated when user is
|
||||||
end editing of a property label. You can veto this event to prevent the
|
about to end editing of a property label. You can veto this event to
|
||||||
action.
|
prevent the action.
|
||||||
@event{EVT_PG_COL_BEGIN_DRAG(id, func)}
|
@event{EVT_PG_COL_BEGIN_DRAG(id, func)}
|
||||||
Respond to wxEVT_PG_COL_BEGIN_DRAG event, generated when user
|
Respond to wxEVT_PG_COL_BEGIN_DRAG event, generated when user
|
||||||
starts resizing a column - can be vetoed.
|
starts resizing a column - can be vetoed.
|
||||||
|
Reference in New Issue
Block a user