26 #define YUILogComponent "mga-gtk"
27 #include <yui/YUILog.h>
29 #include "YMGAGWidgetFactory.h"
30 #include <yui/gtk/YGUI.h>
31 #include <yui/YUIException.h>
32 #include <YExternalWidgets.h>
37 #include "YMGA_GCBTable.h"
38 #include "YMGAGMenuBar.h"
55 YMGA_CBTable * YMGAGWidgetFactory::createCBTable( YWidget * parent, YTableHeader * header, YCBTableMode mode )
58 YUI_CHECK_NEW( table );
63 YMGAMenuBar *YMGAGWidgetFactory::createMenuBar ( YWidget *parent )
66 YUI_CHECK_NEW( menubar );