Added bone structure for Gizmos docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
54
contrib/docs/latex/gizmos/thinsplitterwindow.tex
Normal file
54
contrib/docs/latex/gizmos/thinsplitterwindow.tex
Normal file
@@ -0,0 +1,54 @@
|
||||
%
|
||||
% automatically generated by HelpGen $Revision$ from
|
||||
% splittree.h at 05/Jan/02 23:08:14
|
||||
%
|
||||
|
||||
|
||||
\section{\class{wxThinSplitterWindow}}\label{wxthinsplitterwindow}
|
||||
|
||||
|
||||
wxThinSplitterWindow
|
||||
|
||||
Implements a splitter with a less obvious sash
|
||||
than the usual one.
|
||||
|
||||
\wxheading{Derived from}
|
||||
|
||||
\helpref{wxSplitterWindow}{wxsplitterwindow}
|
||||
|
||||
\wxheading{Data structures}
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
|
||||
\membersection{wxThinSplitterWindow::wxThinSplitterWindow}\label{wxthinsplitterwindowwxthinsplitterwindow}
|
||||
|
||||
\func{}{wxThinSplitterWindow}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = -1}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{sz = wxDefaultSize}, \param{long style = wxSP\_3D | }{wxCLIP\_CHILDREN}}
|
||||
|
||||
|
||||
\membersection{wxThinSplitterWindow::DrawSash}\label{wxthinsplitterwindowdrawsash}
|
||||
|
||||
\func{void}{DrawSash}{\param{wxDC\& }{dc}}
|
||||
|
||||
|
||||
\membersection{wxThinSplitterWindow::OnSize}\label{wxthinsplitterwindowonsize}
|
||||
|
||||
\func{void}{OnSize}{\param{wxSizeEvent\& }{event}}
|
||||
|
||||
Events
|
||||
|
||||
|
||||
\membersection{wxThinSplitterWindow::SashHitTest}\label{wxthinsplitterwindowsashhittest}
|
||||
|
||||
\func{bool}{SashHitTest}{\param{int }{x}, \param{int }{y}, \param{int }{tolerance = 2}}
|
||||
|
||||
Tests for x, y over sash. Overriding this allows us to increase
|
||||
the tolerance.
|
||||
|
||||
|
||||
\membersection{wxThinSplitterWindow::SizeWindows}\label{wxthinsplitterwindowsizewindows}
|
||||
|
||||
\func{void}{SizeWindows}{\void}
|
||||
|
||||
Overrides
|
||||
|
Reference in New Issue
Block a user