#include <Gray.h>


Öffentliche Methoden | |
| TGraySetupDialog (TWindow *parent, TResId resId, void *buf, int helpNr, int x=-1, int y=-1) | |
| void | CmOk () |
| TGraySetupDialog::TGraySetupDialog | ( | TWindow * | parent, |
| TResId | resId, | ||
| void * | buf, | ||
| int | helpNr, | ||
| int | x = -1, |
||
| int | y = -1 |
||
| ) | [inline] |
Definiert in Zeile 30 der Datei Gray.h.
: TGrayDialog(parent, resId, helpNr, x, y) { SetTransferBuffer(buf); TransferData(tdSetData); };
| void TGraySetupDialog::CmOk | ( | ) | [inline] |
Definiert in Zeile 36 der Datei Gray.h.
{
TransferData(tdGetData);
TDialog::CmOk();
}
1.7.4