]> git.draconx.ca Git - rrace.git/blobdiff - src/motifgui.dat
Add initial README.
[rrace.git] / src / motifgui.dat
index a8d69cb761ef2dbea2c0ce6fcb28f6e7bc61e117..159a8152bca0ffa1a01a3584e6eaad03f22d3bc1 100644 (file)
@@ -1,7 +1,20 @@
 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
+   timeDisplay, 0, widgetDrawingArea
+
+ABOUTDIALOG
+ aboutDialog, aboutDialog_OFFSET, widgetUnmanaged|widgetMessageDialog
+  licenseBlurb, 0, widgetScrolledText
+
+MAINMENU
+ gameMenu, gameMenu_OFFSET, widgetCascadeButton, gameMenuLabel
+  gameNew, 0, widgetPushButton, gameNewLabel
+  gameExit, 0, widgetPushButton, gameExitLabel
+ helpMenu, helpMenu_OFFSET, widgetCascadeButton, helpMenuLabel
+  helpAbout, 0, widgetPushButton, helpAboutLabel