]>
Commit | Line | Data |
---|---|---|
5c5a3c41 JS |
1 | % |
2 | % automatically generated by HelpGen $Revision$ from | |
3 | % splittree.h at 05/Jan/02 23:08:14 | |
4 | % | |
5 | ||
6 | ||
7 | \section{\class{wxThinSplitterWindow}}\label{wxthinsplitterwindow} | |
8 | ||
9 | ||
10 | wxThinSplitterWindow | |
11 | ||
12 | Implements a splitter with a less obvious sash | |
13 | than the usual one. | |
14 | ||
15 | \wxheading{Derived from} | |
16 | ||
17 | \helpref{wxSplitterWindow}{wxsplitterwindow} | |
18 | ||
19 | \wxheading{Data structures} | |
20 | ||
21 | \latexignore{\rtfignore{\wxheading{Members}}} | |
22 | ||
23 | ||
24 | \membersection{wxThinSplitterWindow::wxThinSplitterWindow}\label{wxthinsplitterwindowwxthinsplitterwindow} | |
25 | ||
26 | \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}} | |
27 | ||
28 | ||
29 | \membersection{wxThinSplitterWindow::DrawSash}\label{wxthinsplitterwindowdrawsash} | |
30 | ||
31 | \func{void}{DrawSash}{\param{wxDC\& }{dc}} | |
32 | ||
33 | ||
34 | \membersection{wxThinSplitterWindow::OnSize}\label{wxthinsplitterwindowonsize} | |
35 | ||
36 | \func{void}{OnSize}{\param{wxSizeEvent\& }{event}} | |
37 | ||
38 | Events | |
39 | ||
40 | ||
41 | \membersection{wxThinSplitterWindow::SashHitTest}\label{wxthinsplitterwindowsashhittest} | |
42 | ||
43 | \func{bool}{SashHitTest}{\param{int }{x}, \param{int }{y}, \param{int }{tolerance = 2}} | |
44 | ||
45 | Tests for x, y over sash. Overriding this allows us to increase | |
46 | the tolerance. | |
47 | ||
48 | ||
49 | \membersection{wxThinSplitterWindow::SizeWindows}\label{wxthinsplitterwindowsizewindows} | |
50 | ||
51 | \func{void}{SizeWindows}{\void} | |
52 | ||
53 | Overrides | |
54 |