Package wx.SampleSplitter

Demonstrates the use of wx.SplitterWindow. More...


Classes

class  MyCanvas
class  MyFrame
class  MySplitterWindow
class  SplitterApp

Enumerations

enum  Cmd


Detailed Description

Demonstrates the use of wx.SplitterWindow.

splitter.png

Enumeration Type Documentation

enum wx::SampleSplitter::Cmd

Enumerator:
LIST_ABOUT 
LIST_QUIT 
LIST_LIST_VIEW 
LIST_ICON_VIEW 
LIST_ICON_TEXT_VIEW 
LIST_SMALL_ICON_VIEW 
LIST_SMALL_ICON_TEXT_VIEW 
LIST_REPORT_VIEW 
LIST_VIRTUAL_VIEW 
LIST_DESELECT_ALL 
LIST_SELECT_ALL 
LIST_DELETE_ALL 
LIST_DELETE 
LIST_ADD 
LIST_EDIT 
LIST_SORT 
LIST_SET_FG_COL 
LIST_SET_BG_COL 
LIST_TOGGLE_MULTI_SEL 
LIST_TOGGLE_FIRST 
LIST_SHOW_COL_INFO 
LIST_SHOW_SEL_INFO 
LIST_FOCUS_LAST 
LIST_FREEZE 
LIST_THAW 
LIST_TOGGLE_LINES 
LIST_CTRL 
Quit 
SplitHorizontal 
SplitVertical 
Unsplit 
SplitLive 
SetPosition 
SetMinSize 
SetGravity 
About 
Quit 
RunWizard 

Definition at line 21 of file Splitter.cs.

00022         {
00023                 Quit,
00024                 SplitHorizontal,
00025                 SplitVertical,
00026                 Unsplit,
00027                 SplitLive,
00028                 SetPosition,
00029                 SetMinSize,
00030 
00031         SetGravity,
00032         }


Manual of the wx.NET   (c) 2003-2010 the wx.NET project