added wxWindow::GetWindowBorderSize()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-11-25 14:52:52 +00:00
parent 9653ac08a5
commit 333d70525c
3 changed files with 83 additions and 0 deletions

View File

@@ -1373,6 +1373,14 @@ that size.
\helpref{GetClientSize}{wxwindowgetclientsize}
\membersection{wxWindow::GetWindowBorderSize}\label{wxwindowgetwindowbordersize}
\constfunc{wxSize}{GetWindowBorderSize}{\void}
Returns the size of the left/right and top/bottom borders of this window in x
and y components of the result respectively.
\membersection{wxWindow::GetWindowStyleFlag}\label{wxwindowgetwindowstyleflag}
\constfunc{long}{GetWindowStyleFlag}{\void}