On Mon, 20 Oct 2003 17:18:50 -0400 (EDT) Richard Welty <[EMAIL PROTECTED]> wrote:

RW> in the case of dialogs derived from wxSelectionsOrderDialog,
RW> it appears me to be the case that TransferDataFromWindow is
RW> called when the OK button is selected. is this true or false?

 True. Also, there is a matching TransferDataToWindow() which is called
when the dialog is shown. As their names indicate, these functions are
supposed to be used for the data transfer between GUI and the main program.

 If you want to make a dialog for options editing (which has "Apply" button
as well) the things get slightly more complicated but for the simple cases,
TransferDataFromWindow() is all you need.

 Regards,
VZ



-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to