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] |
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
.
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
.
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. |
void wx.PackageBuilder.ContentTypeConfigDialog.SaveResults | ( | ) |
ICollection<Build.ContentType> wx.PackageBuilder.ContentTypeConfigDialog.Selected [get] |