Padre-Plugin-WxWidgets
view release on metacpan or search on metacpan
share/doc/wxwidgets.pod view on Meta::CPAN
Returns the current sash position.
See also
wxSplitterWindow::SetSashPosition
=head2 Wx::SplitterWindow::GetSplitMode
int GetSplitMode() const
Gets the split mode.
See also
wxSplitterWindow::SetSplitMode, wxSplitterWindow::SplitVertically,
wxSplitterWindow::SplitHorizontally.
=head2 Wx::SplitterWindow::GetWindow1
wxWindow* GetWindow1() const
share/doc/wxwidgets.pod view on Meta::CPAN
the window may be unsplit even if minimum size is non-zero.
See also
wxSplitterWindow::GetMinimumPaneSize
=head2 Wx::SplitterWindow::SetSplitMode
void SetSplitMode(int mode)
Sets the split mode.
Parameters
mode
Can be wxSPLIT_VERTICAL or wxSPLIT_HORIZONTAL.
Remarks
Only sets the internal variable; does not update the display.
( run in 0.533 second using v1.01-cache-2.11-cpan-71847e10f99 )