| 1 | % |
| 2 | % automatically generated by HelpGen $Revision$ from |
| 3 | % dynamicsash.h at 05/Jan/02 23:08:13 |
| 4 | % |
| 5 | |
| 6 | |
| 7 | \section{\class{wxDynamicSashUnifyEvent}}\label{wxdynamicsashunifyevent} |
| 8 | |
| 9 | |
| 10 | wxDynamicSashUnifyEvents are sent to your view by wxDynamicSashWindow |
| 11 | whenever the sash which splits your view and its sibling is being |
| 12 | reunified such that your view is expanding to replace its sibling. |
| 13 | You needn't do anything with this event if you are allowing |
| 14 | wxDynamicSashWindow to manage your view's scrollbars, but it is useful |
| 15 | if you are managing the scrollbars yourself so that you can keep |
| 16 | the scrollbars' event handlers connected to your view's event handler |
| 17 | class. |
| 18 | |
| 19 | \wxheading{Derived from} |
| 20 | |
| 21 | \helpref{wxCommandEvent}{wxcommandevent} |
| 22 | |
| 23 | \wxheading{Data structures} |
| 24 | |
| 25 | \latexignore{\rtfignore{\wxheading{Members}}} |
| 26 | |
| 27 | |
| 28 | \membersection{wxDynamicSashUnifyEvent::wxDynamicSashUnifyEvent}\label{wxdynamicsashunifyeventwxdynamicsashunifyevent} |
| 29 | |
| 30 | \func{}{wxDynamicSashUnifyEvent}{\param{const wxDynamicSashUnifyEvent\& }{event}} |
| 31 | |
| 32 | |
| 33 | \func{}{wxDynamicSashUnifyEvent}{\param{wxObject* }{target}} |
| 34 | |
| 35 | |
| 36 | \func{}{wxDynamicSashUnifyEvent}{\void} |
| 37 | |
| 38 | |
| 39 | \membersection{wxDynamicSashUnifyEvent::Clone}\label{wxdynamicsashunifyeventclone} |
| 40 | |
| 41 | \constfunc{wxEvent*}{Clone}{\void} |
| 42 | |