wxPyEmptyStr --> wxEmptyString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -846,6 +846,33 @@ typedef enum {
|
||||
|
||||
|
||||
|
||||
enum wxHitTest
|
||||
{
|
||||
wxHT_NOWHERE,
|
||||
|
||||
// scrollbar
|
||||
wxHT_SCROLLBAR_FIRST = wxHT_NOWHERE,
|
||||
wxHT_SCROLLBAR_ARROW_LINE_1, // left or upper arrow to scroll by line
|
||||
wxHT_SCROLLBAR_ARROW_LINE_2, // right or down
|
||||
wxHT_SCROLLBAR_ARROW_PAGE_1, // left or upper arrow to scroll by page
|
||||
wxHT_SCROLLBAR_ARROW_PAGE_2, // right or down
|
||||
wxHT_SCROLLBAR_THUMB, // on the thumb
|
||||
wxHT_SCROLLBAR_BAR_1, // bar to the left/above the thumb
|
||||
wxHT_SCROLLBAR_BAR_2, // bar to the right/below the thumb
|
||||
wxHT_SCROLLBAR_LAST,
|
||||
|
||||
// window
|
||||
wxHT_WINDOW_OUTSIDE, // not in this window at all
|
||||
wxHT_WINDOW_INSIDE, // in the client area
|
||||
wxHT_WINDOW_VERT_SCROLLBAR, // on the vertical scrollbar
|
||||
wxHT_WINDOW_HORZ_SCROLLBAR, // on the horizontal scrollbar
|
||||
wxHT_WINDOW_CORNER, // on the corner between 2 scrollbars
|
||||
|
||||
wxHT_MAX
|
||||
};
|
||||
|
||||
|
||||
|
||||
#define FALSE 0
|
||||
#define false 0
|
||||
#define TRUE 1
|
||||
|
Reference in New Issue
Block a user