X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/683ddffaa0940d7c8b792d790c617e6950ce7a1a..683027f82849ca96cf424ffff699ab57e119f051:/src/motifgui.dat diff --git a/src/motifgui.dat b/src/motifgui.dat index a8d69cb..18583eb 100644 --- a/src/motifgui.dat +++ b/src/motifgui.dat @@ -1,7 +1,15 @@ MAINWIN - main, main_OFFSET, &xmMainWindowWidgetClass - game, game_OFFSET, &xmFormWidgetClass, game_configure - gameArea, gameArea_OFFSET, &xmFrameWidgetClass - gameCanvas, 0, &xmDrawingAreaWidgetClass - goalArea, goalArea_OFFSET, &xmFrameWidgetClass - goalCanvas, 0, &xmDrawingAreaWidgetClass + main, main_OFFSET, widgetMainWindow + menuBar, 0, widgetMenuBar + game, game_OFFSET, widgetForm + gameArea, gameArea_OFFSET, widgetFrame + gameCanvas, 0, widgetDrawingArea + goalArea, goalArea_OFFSET, widgetFrame + goalCanvas, 0, widgetDrawingArea + +MAINMENU + gameMenu, gameMenu_OFFSET, widgetCascadeButton, gameMenuLabel + gameNew, 0, widgetPushButton, gameNewLabel + gameExit, 0, widgetPushButton, gameExitLabel + helpMenu, helpMenu_OFFSET, widgetCascadeButton, helpMenuLabel + helpAbout, 0, widgetPushButton, helpAboutLabel