// // mxToolKit (c) 1999 by Mete Ciragan // // file: mx.h // implementation: all // last modified: Jun 13 1999, Mete Ciragan // copyright: The programs and associated files contained in this // distribution were developed by Mete Ciragan. The programs // are not in the public domain, but they are freely // distributable without licensing fees. These programs are // provided without guarantee or warrantee expressed or // implied. // #ifndef INCLUDED_MX #define INCLUDED_MX #ifdef WIN32 #include #endif #ifndef INCLUDED_MXBUTTON #include #endif #ifndef INCLUDED_MXCHECKBOX #include #endif #ifndef INCLUDED_MXCHOICE #include #endif #ifndef INCLUDED_MXCHOOSECOLOR #include #endif #ifndef INCLUDED_MXEVENT #include #endif #ifndef INCLUDED_MXFILEDIALOG #include #endif #ifndef INCLUDED_MXGLWINDOW #include #endif #ifndef INCLUDED_MXGROUPBOX #include #endif #ifndef INCLUDED_MXINIT #include #endif #ifndef INCLUDED_MXLABEL #include #endif #ifndef INCLUDED_MXLINEEDIT #include #endif #ifndef INCLUDED_MXLINKEDLIST #include #endif #ifndef INCLUDED_MXLISTBOX #include #endif #ifndef INCLUDED_MXMENU #include #endif #ifndef INCLUDED_MXMENUBAR #include #endif #ifndef INCLUDED_MXMESSAGEBOX #include #endif #ifndef INCLUDED_MXMULTILINEEDIT #include #endif #ifndef INCLUDED_MXPOPUPMENU #include #endif #ifndef INCLUDED_MXPROGRESSBAR #include #endif #ifndef INCLUDED_MXRADIOBUTTON #include #endif #ifndef INCLUDED_MXSLIDER #include #endif #ifndef INCLUDED_MXTAB #include #endif #ifndef INCLUDED_MXTOGGLEBUTTON #include #endif #ifndef INCLUDED_MXTOOLTIP #include #endif #ifndef INCLUDED_MXTREEVIEW #include #endif #ifndef INCLUDED_MXWIDGET #include #endif #ifndef INCLUDED_MXWINDOW #include #endif #ifndef INCLUDED_MXPATH #include #endif #ifndef INCLUDED_MXSTRING #include #endif #endif // INCLUDED_MX