Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

Shell Object


Functions

MOBJECT MCreateShell (const char *title, int flags)
MOBJECT MObjectShell (MOBJECT obj)
Window MShellGetWindow (MOBJECT s)
void MShellDestroy (MOBJECT obj)
void MShellSetTitle (MOBJECT obj, const char *title)
void MShellGetTitle (MOBJECT obj, char *title)
void MShellRealize (MOBJECT obj)
void MShellRealizeXY (MOBJECT obj, int x, int y)
void MShellRealizeXYWH (MOBJECT obj, int x, int y, int w, int h)
void MShellUnrealize (MOBJECT obj)
void MShellSetWMCloseCallback (MOBJECT p, WM_CLOSE_CB cb, void *a_data)
void MShellRaise (MOBJECT obj)
void MShellConfigure (MOBJECT obj, int x, int y, int w, int h)

Function Documentation

MOBJECT MCreateShell const char *    title,
int    flags
 

MOBJECT MObjectShell MOBJECT    obj
 

void MShellConfigure MOBJECT    obj,
int    x,
int    y,
int    w,
int    h
 

void MShellDestroy MOBJECT    obj
 

void MShellGetTitle MOBJECT    obj,
char *    title
 

Window MShellGetWindow MOBJECT    s
 

void MShellRaise MOBJECT    obj
 

void MShellRealize MOBJECT    obj
 

void MShellRealizeXY MOBJECT    obj,
int    x,
int    y
 

void MShellRealizeXYWH MOBJECT    obj,
int    x,
int    y,
int    w,
int    h
 

void MShellSetTitle MOBJECT    obj,
const char *    title
 

void MShellSetWMCloseCallback MOBJECT    p,
WM_CLOSE_CB    cb,
void *    a_data
 

void MShellUnrealize MOBJECT    obj
 


Generated on Sun Jun 29 13:03:09 2003 for MGui API by doxygen1.3-rc2