ScummVM API documentation
M4::Dialog Struct Reference

Public Member Functions

void destroy ()
 
void configure (int32 defaultTag, int32 returnTag, int32 cancelTag)
 
void show ()
 
bool addMessage (int32 x, int32 y, const char *prompt, int32 tag)
 
bool addButton (int32 x, int32 y, const char *prompt, M4CALLBACK cb, int32 tag)
 
ItemgetItem (int32 tag)
 
bool addTextField (int32 x1, int32 y1, int32 x2, const char *defaultPrompt, M4CALLBACK cb, int32 tag, int32 fieldLength)
 

Public Attributes

int32 w
 
int32 h
 
int32 num_items
 
ItemitemList
 
ItemlistBottom
 
Itemcancel_item
 
Itemreturn_item
 
Itemdefault_item
 
GrBuffdlgBuffer
 

The documentation for this struct was generated from the following file: