mi32/mwizard.h File Reference

<mi32/mwizard.h> More...

#include <mi32/stddefns.h>
Include dependency graph for mwizard.h:

Go to the source code of this file.

Defines

#define WIZARD_Done   1
#define WIZARD_LastFrame   2

Functions

int MwizardCreate (Widget parent, char *title, char *iconname, Widget *retdialog, int(*PrevFrame)(Widget parent, void *HookData), int(*NextFrame)(Widget parent, Widget *form, void *HookData), void *hookdata, UINT32 flags)
void MwizardNextButtonSetSensitive (Widget dialog, int state)
void MwizardNextFrame (Widget widget)
void MwizardSetHelp (Widget dialog, char *helpcode)

Detailed Description

<mi32/mwizard.h>

Definitions for Mwizard functions


Define Documentation

#define WIZARD_Done   1
#define WIZARD_LastFrame   2

INC_MI32_MWIZARD_H.


Function Documentation

int MwizardCreate ( Widget  parent,
char *  title,
char *  iconname,
Widget retdialog,
int(*)(Widget parent, void *HookData)  PrevFrame,
int(*)(Widget parent, Widget *form, void *HookData)  NextFrame,
void *  hookdata,
UINT32  flags 
)

Create a MicroImages wizard dialog.

Parameters:
iconname For future expansion
retdialog Dialog handle returned, unless NULL
NextFrame PrevFrame() - callback if user selected the "Prev" button
hookdata NextFrame() - callback if user selected the "Next" button
void MwizardNextButtonSetSensitive ( Widget  dialog,
int  state 
)

Sets the "Next" button sensitive or not (changes state of user ability to "click" on the button).

void MwizardNextFrame ( Widget  widget  ) 

Advances the wizard to the next panel.

void MwizardSetHelp ( Widget  dialog,
char *  helpcode 
)

Sets the help code string for the wizard dialog.


Generated on Sun Oct 7 21:27:34 2012 for TNTsdk 2012 by  doxygen 1.6.1