]> git.draconx.ca Git - rrace.git/blob - src/motifgui.dat
motif: Optimize widget string table a bit.
[rrace.git] / src / motifgui.dat
1 @nostrtab
2
3 MAINWIN
4  main, main_OFFSET, widgetMainWindow
5   menuBar, 0, widgetMenuBar
6   game, game_OFFSET, widgetForm
7    timeDisplay, 0, widgetDrawingArea
8    gameArea, gameArea_OFFSET, widgetFrame
9     gameCanvas, 0, widgetDrawingArea
10    goalArea, goalArea_OFFSET, widgetFrame
11     goalCanvas, 0, widgetDrawingArea
12
13 ABOUTDIALOG
14  aboutDialog, aboutDialog_OFFSET, widgetUnmanaged|widgetMessageDialog
15   licenseBlurb, 0, widgetScrolledText
16
17 #&gameMenuLabel  G|Game
18 #&gameNewLabel     N|New
19 #&gameExitLabel    x|Exit
20 #&helpMenuLabel  H|Help
21 #&helpAboutLabel   A|About RRace
22
23 MAINMENU
24  gameMenu, gameMenu_OFFSET, widgetCascadeButton, gameMenuLabel
25   gameNew, 0, widgetPushButton, gameNewLabel
26   gameExit, 0, widgetPushButton, gameExitLabel
27  helpMenu, helpMenu_OFFSET, widgetCascadeButton, helpMenuLabel
28   helpAbout, 0, widgetPushButton, helpAboutLabel
29
30 #&&glob_licenseBlurb *licenseBlurb
31 #&&glob_aboutDialog *aboutDialog
32 #&&glob_menuBar *menuBar
33 #&&glob_game *game