wx.PackageBuilder.ContentTypeConfigDialog Class Reference

Inheritance diagram for wx.PackageBuilder.ContentTypeConfigDialog:

Inheritance graph

List of all members.

Public Member Functions

 ContentTypeConfigDialog (Window parent, string title, Point pos, Size size, WindowStyles styles)
 ContentTypeConfigDialog (ICollection< Build.ContentType > initiallyValidTypes, Window parent, string title, Point pos, Size size, WindowStyles styles)
void SaveResults ()

Properties

ICollection
< Build.ContentType
Selected [get]


Detailed Description

This is a dialog that configures relevant config types.

Constructor & Destructor Documentation

wx.PackageBuilder.ContentTypeConfigDialog.ContentTypeConfigDialog ( ICollection< Build.ContentType initiallyValidTypes,
Window  parent,
string  title,
Point  pos,
Size  size,
WindowStyles  styles 
)

CTor if the dialog. After calling ShowModal refer to Selected.

Parameters:
parent Parent dialog or null
title Title of the dialog
pos Initial position
size Initial size
styles Style. Use e.g. wx.WindowStyles.DIALOG_DEFAULT_STYLE.
initiallyValidTypes A collection of initially valid types that will be selected on starting the dialog.

wx.PackageBuilder.ContentTypeConfigDialog.ContentTypeConfigDialog ( Window  parent,
string  title,
Point  pos,
Size  size,
WindowStyles  styles 
)

CTor if the dialog. After calling ShowModal refer to Selected.

Parameters:
parent Parent dialog or null
title Title of the dialog
pos Initial position
size Initial size
styles Style. Use e.g. wx.WindowStyles.DIALOG_DEFAULT_STYLE.


Member Function Documentation

void wx.PackageBuilder.ContentTypeConfigDialog.SaveResults (  ) 


Property Documentation

ICollection<Build.ContentType> wx.PackageBuilder.ContentTypeConfigDialog.Selected [get]


The wx.NET Build System.   (c) 2009-2010 Harald Meyer auf'm Hofe