Package wx.SampleWizard


Classes

class  MyApp
class  MyFrame
class  RadioBoxPage
class  ValidationPage

Enumerations

enum  Cmd


Enumeration Type Documentation

enum wx::SampleWizard::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 19 of file Wizard.cs.

00020     {
00021         About,
00022         Quit,
00023         RunWizard
00024     }


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