Method | Description | |
---|---|---|
AddButton ( |
Adds a button to the dialog
|
|
ContainerMove ( int row, int col ) : void | ||
Dialog ( int w, int h, string title ) : System |
Public constructor.
|
|
DoSizeChanged ( ) : void | ||
ErrorColors ( ) : void |
Makes the default style for the dialog use the error colors.
|
|
GetBase ( int &row, int &col ) : void | ||
Prepare ( ) : void | ||
ProcessKey ( int key ) : bool | ||
Redraw ( ) : void |
Method | Description | |
---|---|---|
LayoutButtons ( ) : void |
public ContainerMove ( int row, int col ) : void | ||
row | int | |
col | int | |
return | void |
public Dialog ( int w, int h, string title ) : System | ||
w | int | |
h | int | |
title | string | |
return | System |