formatting
This commit is contained in:
parent
8d58ac16e3
commit
fa03d803e2
@ -32,7 +32,7 @@ public:
|
|||||||
if (NULL == document) return 0;
|
if (NULL == document) return 0;
|
||||||
return document->getRows();
|
return document->getRows();
|
||||||
}
|
}
|
||||||
|
|
||||||
void editEnterValue();
|
void editEnterValue();
|
||||||
void editDelete();
|
void editDelete();
|
||||||
void editCopy();
|
void editCopy();
|
||||||
@ -167,7 +167,7 @@ private:
|
|||||||
std::basic_string<TCHAR> editString;
|
std::basic_string<TCHAR> editString;
|
||||||
|
|
||||||
HWND hwnd;
|
HWND hwnd;
|
||||||
|
|
||||||
UINT clipboardFormat;
|
UINT clipboardFormat;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user