Home
last modified time | relevance | path

Searched refs:PlayTable (Results 1 – 2 of 2) sorted by relevance

/dports/games/CaribbeanStud/CS/
H A DTable.cpp91 Widget Table::PlayTable = (Widget) NULL; member in Table
257 PlayTable = XmCreateForm ( Layout, "PlayTable", al, ac ); in CreateWidgets()
418 HelpRulesButton = XmCreatePushButtonGadget(PlayTable, "HelpRulesButton", al, ac); in CreateWidgets()
429 DealerTableLabel = XmCreateLabel(PlayTable, "DealerLabel", al, ac); in CreateWidgets()
441 DealerHand = XmCreateDrawingArea ( PlayTable, "DealerHand", al, ac ); in CreateWidgets()
450 PlayerHand = XmCreateDrawingArea ( PlayTable, "PlayerHand", al, ac ); in CreateWidgets()
498 children[ac++] = PlayTable; in CreateWidgets()
H A DTable.h87 static Widget PlayTable ; variable