Home
last modified time | relevance | path

Searched refs:CreateButton (Results 26 – 50 of 374) sorted by relevance

12345678910>>...15

/dports/audio/denemo/denemo-2.0.6/actions/menus/MainMenu/Educational/Note-Reading/
H A DNoteNameSpeedTest.scm131 (CreateButton "NoteNameSpeedTest::GameScore" "<span font_desc=\"22\">Score</span>")
134 (CreateButton "NoteNameSpeedTest::GameHelp" "<b>Help</b>")
137 (CreateButton "NoteNameSpeedTest::GameGo" "<span font_desc=\"22\">Start</span>")
140 (CreateButton "NoteNameSpeedTest::GamePrint" "<span font_desc=\"22\">Print</span>")
H A DSpaceNumber.scm65 …(CreateButton (string-append "SpaceNumber::" note) (string-append " <span font_desc=\"22\" foregr…
82 (CreateButton "SpaceNumber::GameScore" "<span font_desc=\"22\">Click to start</span>")
85 (CreateButton "SpaceNumber::GameHelp" "<b>Help</b>")
H A DLineNumber.scm65 …(CreateButton (string-append "LineNumber::" note) (string-append " <span font_desc=\"22\" foregro…
82 (CreateButton "LineNumber::GameScore" "<span font_desc=\"22\">Click to start</span>")
85 (CreateButton "LineNumber::GameHelp" "<b>Help</b>")
H A DUpDownOrSame.scm30 (CreateButton "UpDownOrSame::GameScore" "<span font_desc=\"12\">Score</span>")
32 (CreateButton "UpDownOrSame::GameHelp" "<b>Help</b>")
90 …(CreateButton (string-append "UpDownOrSame::" direction) (string-append " <span font_desc=\"32\" …
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/
H A D14_SoundEffects.lua52 local button = CreateButton((i - 1) * 140 + 20, 20, 120, 40, v)
59 local button = CreateButton(20, 80, 120, 40, "Play Music")
62 button = CreateButton(160, 80, 120, 40, "Stop Music")
75 function CreateButton(x, y, xSize, ySize, text) function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/locale/
H A Dlocale_feature_pod_controller_unittest.cc59 button.reset(controller_->CreateButton()); in TEST_F()
64 button.reset(controller_->CreateButton()); in TEST_F()
73 button.reset(controller_->CreateButton()); in TEST_F()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/
H A Ddisplayinfo.cpp398 button = pw->CreateButton(pos, dim, 128+58, EVENT_SATCOM_SAT); in StartDisplayInfo()
406 button = pw->CreateButton(pos, dim, 20, EVENT_SATCOM_SOLUCE); in StartDisplayInfo()
412 button = pw->CreateButton(pos, dim, 55, EVENT_HYPER_PREV); in StartDisplayInfo()
414 button = pw->CreateButton(pos, dim, 48, EVENT_HYPER_NEXT); in StartDisplayInfo()
416 button = pw->CreateButton(pos, dim, 30, EVENT_HYPER_HOME); in StartDisplayInfo()
418 button = pw->CreateButton(pos, dim, 82, EVENT_HYPER_SIZE1); in StartDisplayInfo()
420 button = pw->CreateButton(pos, dim, 83, EVENT_HYPER_SIZE2); in StartDisplayInfo()
422 button = pw->CreateButton(pos, dim, 90, EVENT_HYPER_SIZE3); in StartDisplayInfo()
424 button = pw->CreateButton(pos, dim, 91, EVENT_HYPER_SIZE4); in StartDisplayInfo()
429 button = pw->CreateButton(pos, dim, 61, EVENT_HYPER_COPY); in StartDisplayInfo()
[all …]
H A Dstudio.cpp649 button = pw->CreateButton(pos, dim, 56, EVENT_STUDIO_NEW); in StartEditScript()
651 button = pw->CreateButton(pos, dim, 57, EVENT_STUDIO_OPEN); in StartEditScript()
653 button = pw->CreateButton(pos, dim, 58, EVENT_STUDIO_SAVE); in StartEditScript()
655 button = pw->CreateButton(pos, dim, 59, EVENT_STUDIO_UNDO); in StartEditScript()
657 button = pw->CreateButton(pos, dim, 60, EVENT_STUDIO_CUT); in StartEditScript()
659 button = pw->CreateButton(pos, dim, 61, EVENT_STUDIO_COPY); in StartEditScript()
661 button = pw->CreateButton(pos, dim, 62, EVENT_STUDIO_PASTE); in StartEditScript()
672 button = pw->CreateButton(pos, dim, -1, EVENT_STUDIO_OK); in StartEditScript()
674 button = pw->CreateButton(pos, dim, 61, EVENT_STUDIO_CLONE); in StartEditScript()
676 button = pw->CreateButton(pos, dim, -1, EVENT_STUDIO_CANCEL); in StartEditScript()
[all …]
H A Dmaindialog.cpp197 pb = pw->CreateButton(pos, dim, -1, EVENT_DIALOG_CANCEL); in StartPauseMenu()
209 pb = pw->CreateButton(pos, dim, -1, EVENT_INTERFACE_WRITE); in StartPauseMenu()
217 pb = pw->CreateButton(pos, dim, -1, EVENT_INTERFACE_READ); in StartPauseMenu()
227 pb = pw->CreateButton(pos, dim, -1, EVENT_INTERFACE_SETUP); in StartPauseMenu()
231 pb = pw->CreateButton(pos, dim, -1, EVENT_INTERFACE_AGAIN); in StartPauseMenu()
236 pb = pw->CreateButton(pos, dim, -1, EVENT_DIALOG_OK); in StartPauseMenu()
271 pb = pw->CreateButton(pos, ddim, -1, EVENT_DIALOG_OK); in StartQuestion()
284 pb = pw->CreateButton(pos, ddim, -1, EVENT_DIALOG_CANCEL); in StartQuestion()
337 pb = pw->CreateButton(pos, ddim, -1, EVENT_DIALOG_OK); in StartInformation()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/screen/
H A Dscreen_apperance.cpp131 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_PHEAD); in CreateInterface()
139 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_PBODY); in CreateInterface()
166 pb = pw->CreateButton(pos, ddim, 43, EVENT_INTERFACE_PFACE1); in CreateInterface()
169 pb = pw->CreateButton(pos, ddim, 44, EVENT_INTERFACE_PFACE2); in CreateInterface()
172 pb = pw->CreateButton(pos, ddim, 45, EVENT_INTERFACE_PFACE3); in CreateInterface()
175 pb = pw->CreateButton(pos, ddim, 46, EVENT_INTERFACE_PFACE4); in CreateInterface()
275 pb = pw->CreateButton(pos, ddim, 55, EVENT_INTERFACE_PLROT); // < in CreateInterface()
283 pb = pw->CreateButton(pos, ddim, 48, EVENT_INTERFACE_PRROT); // > in CreateInterface()
291 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_POK); in CreateInterface()
298 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_PCANCEL); in CreateInterface()
[all …]
H A Dscreen_mod_list.cpp151 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_MODS_APPLY); in CreateInterface()
157 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_MOD_ENABLE_OR_DISABLE); in CreateInterface()
165 pb = pw->CreateButton(pos, ddim, 49, EVENT_INTERFACE_MOD_MOVE_UP); in CreateInterface()
170 pb = pw->CreateButton(pos, ddim, 50, EVENT_INTERFACE_MOD_MOVE_DOWN); in CreateInterface()
178 pb = pw->CreateButton(pos, ddim, 87, EVENT_INTERFACE_MODS_REFRESH); in CreateInterface()
183 pb = pw->CreateButton(pos, ddim, 40, EVENT_INTERFACE_WORKSHOP); in CreateInterface()
188 pb = pw->CreateButton(pos, ddim, 57, EVENT_INTERFACE_MODS_DIR); in CreateInterface()
194 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_BACK); in CreateInterface()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/widgets/
H A Dbutton.cpp86 virtual void RecreateWidget() { CreateButton(); } in RecreateWidget()
103 void CreateButton();
275 CreateButton(); in CreateContent()
300 void ButtonWidgetsPage::CreateButton() in CreateButton() function in ButtonWidgetsPage
427 CreateButton(); in OnButtonReset()
432 CreateButton(); in OnCheckOrRadioBox()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/widgets/
H A Dbutton.cpp86 virtual void RecreateWidget() { CreateButton(); } in RecreateWidget()
103 void CreateButton();
275 CreateButton(); in CreateContent()
300 void ButtonWidgetsPage::CreateButton() in CreateButton() function in ButtonWidgetsPage
427 CreateButton(); in OnButtonReset()
432 CreateButton(); in OnCheckOrRadioBox()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/widgets/
H A Dbutton.cpp86 virtual void RecreateWidget() { CreateButton(); } in RecreateWidget()
103 void CreateButton();
275 CreateButton(); in CreateContent()
300 void ButtonWidgetsPage::CreateButton() in CreateButton() function in ButtonWidgetsPage
427 CreateButton(); in OnButtonReset()
432 CreateButton(); in OnCheckOrRadioBox()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/widgets/
H A Dbutton.cpp86 virtual void RecreateWidget() { CreateButton(); } in RecreateWidget()
103 void CreateButton();
275 CreateButton(); in CreateContent()
300 void ButtonWidgetsPage::CreateButton() in CreateButton() function in ButtonWidgetsPage
427 CreateButton(); in OnButtonReset()
432 CreateButton(); in OnCheckOrRadioBox()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/16_Chat/
H A DChat.cpp106 sendButton_ = CreateButton("Send", 70); in CreateUI()
107 connectButton_ = CreateButton("Connect", 90); in CreateUI()
108 disconnectButton_ = CreateButton("Disconnect", 100); in CreateUI()
109 startServerButton_ = CreateButton("Start Server", 110); in CreateUI()
141 Button* Chat::CreateButton(const String& text, int width) in CreateButton() function in Chat
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/auto/
H A Dautoresearch.cpp348 pw->CreateButton(pos, dim, 64+0, EVENT_OBJECT_RTANK); in CreateInterface()
352 pw->CreateButton(pos, dim, 64+1, EVENT_OBJECT_RFLY); in CreateInterface()
356 pw->CreateButton(pos, dim, 64+3, EVENT_OBJECT_RCANON); in CreateInterface()
360 pw->CreateButton(pos, dim, 64+4, EVENT_OBJECT_RTOWER); in CreateInterface()
364 pw->CreateButton(pos, dim, 64+7, EVENT_OBJECT_RATOMIC); in CreateInterface()
368 pw->CreateButton(pos, dim, 64+2, EVENT_OBJECT_RTHUMP); in CreateInterface()
372 pw->CreateButton(pos, dim, 64+6, EVENT_OBJECT_RSHIELD); in CreateInterface()
376 pw->CreateButton(pos, dim, 64+5, EVENT_OBJECT_RPHAZER); in CreateInterface()
380 pw->CreateButton(pos, dim, 192+4, EVENT_OBJECT_RBUILDER); in CreateInterface()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpreport/
H A Dfpreportformexport.pas178 Function CreateButton(AAction : TAction) : TToolbutton; in CreateButton() function
205 FBClose:=CreateButton(FAClose);
207 FBPrevious:=CreateButton(FAPrevious);
209 FBNext:=CreateButton(FANext);
/dports/editors/lazarus/lazarus/components/fpreport/
H A Dfpreportformexport.pas178 Function CreateButton(AAction : TAction) : TToolbutton; in CreateButton() function
205 FBClose:=CreateButton(FAClose);
207 FBPrevious:=CreateButton(FAPrevious);
209 FBNext:=CreateButton(FANext);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/14_SoundEffects/
H A DSoundEffects.cpp108 Button* button = CreateButton(i * 140 + 20, 20, 120, 40, soundNames[i]); in CreateUI()
115 Button* button = CreateButton(20, 80, 120, 40, "Play Music"); in CreateUI()
118 button = CreateButton(160, 80, 120, 40, "Stop Music"); in CreateUI()
133 Button* SoundEffects::CreateButton(int x, int y, int xSize, int ySize, const String& text) in CreateButton() function in SoundEffects
/dports/editors/lazarus-qt5/lazarus/components/fpreport/
H A Dfpreportformexport.pas178 Function CreateButton(AAction : TAction) : TToolbutton; in CreateButton() function
205 FBClose:=CreateButton(FAClose);
207 FBPrevious:=CreateButton(FAPrevious);
209 FBNext:=CreateButton(FANext);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpreport/
H A Dfpreportformexport.pas178 Function CreateButton(AAction : TAction) : TToolbutton; in CreateButton() function
205 FBClose:=CreateButton(FAClose);
207 FBPrevious:=CreateButton(FAPrevious);
209 FBNext:=CreateButton(FANext);
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Samples/TextEditorSWF/TextEditorSWF/ExtensionModel/
H A DInterfaceItemExtensionNode.cs24 public ToolStripItem CreateButton () in CreateButton() method in TextEditorSWF.ExtensionModel.InterfaceItemExtensionNode
27 return cmd.CreateButton (); in CreateButton()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclWin/
H A Dmakefile.vc569 CreateButton(1, "Web", ExecFile("http://www.tcl.tk"))
570 CreateButton(2, "SF", ExecFile("http://sf.net/projects/tcl"))
571 CreateButton(3, "Wiki", ExecFile("http://wiki.tcl.tk"))
572 CreateButton(4, "FAQ", ExecFile("http://www.purl.org/NET/Tcl-FAQ/"))
/dports/audio/denemo/denemo-2.0.6/actions/menus/ObjectMenu/Score/Typesetter/
H A DTransposeOnPrint.scm23 …(CreateButton transpose (string-append " <span font_desc=\"36\" foreground=\"blue\">" (_ "Transpos…
37 …(CreateButton cancel (string-append " <span font_desc=\"36\" foreground=\"black\">" (_ "Cancel")"<…

12345678910>>...15