Home
last modified time | relevance | path

Searched refs:AG_ButtonNewFn (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/agar/agar-1.5.0/vg/
H A Dvg_text.c292 AG_ButtonNewFn(hBox, 0, _("Close"), AG_WindowCloseGenEv, "%p", win); in SelectFontDlg()
319 AG_ButtonNewFn(bAl, 0, _("TL"), SetAlign, "%p,%i", vt, VG_ALIGN_TL); in Edit()
320 AG_ButtonNewFn(bAl, 0, _("TC"), SetAlign, "%p,%i", vt, VG_ALIGN_TC); in Edit()
321 AG_ButtonNewFn(bAl, 0, _("TR"), SetAlign, "%p,%i", vt, VG_ALIGN_TR); in Edit()
323 AG_ButtonNewFn(bAl, 0, _("ML"), SetAlign, "%p,%i", vt, VG_ALIGN_ML); in Edit()
324 AG_ButtonNewFn(bAl, 0, _("MC"), SetAlign, "%p,%i", vt, VG_ALIGN_MC); in Edit()
325 AG_ButtonNewFn(bAl, 0, _("MR"), SetAlign, "%p,%i", vt, VG_ALIGN_MR); in Edit()
327 AG_ButtonNewFn(bAl, 0, _("BL"), SetAlign, "%p,%i", vt, VG_ALIGN_BL); in Edit()
328 AG_ButtonNewFn(bAl, 0, _("BC"), SetAlign, "%p,%i", vt, VG_ALIGN_BC); in Edit()
329 AG_ButtonNewFn(bAl, 0, _("BR"), SetAlign, "%p,%i", vt, VG_ALIGN_BR); in Edit()
[all …]
/dports/devel/agar/agar-1.5.0/tests/
H A Dtable.c202 AG_ButtonNewFn(win, AG_BUTTON_STICKY, in CreatePolledTable()
287 AG_ButtonNewFn(box, 0, "Report selected rows", in CreateTableWithControls()
289 AG_ButtonNewFn(box, 0, "Clear rows", in CreateTableWithControls()
302 AG_ButtonNewFn(win, 0, "Create static table", CreateStaticTable, "%p", win); in TestGUI()
303 AG_ButtonNewFn(win, 0, "Create polled table", CreatePolledTable, "%p", win); in TestGUI()
304 AG_ButtonNewFn(win, 0, "Create table with controls", CreateTableWithControls, "%p", win); in TestGUI()
H A Dtimeouts.c120 AG_ButtonNewFn(win, AG_BUTTON_HFILL, "Open Timer Inspector", in TestGUI()
126 AG_ButtonNewFn(hBox, 0, "Test One-Shot", TestOneShot, "%p", ti); in TestGUI()
127 AG_ButtonNewFn(hBox, 0, "Start Periodic", StartPeriodic, "%p", ti); in TestGUI()
128 AG_ButtonNewFn(hBox, 0, "Stop Periodic", StopPeriodic, "%p", ti); in TestGUI()
H A Dconsole.c58 btn = AG_ButtonNewFn(box, 0, "OK", AppendLine, "%p", cons); in TestGUI()
63 AG_ButtonNewFn(box, 0, "Junk", EnterJunk, "%p", cons); in TestGUI()
64 AG_ButtonNewFn(box, 0, "Clear", ClearLines, "%p", cons); in TestGUI()
H A Dtextbox.c94 AG_ButtonNewFn(hBox, 0, "Set string", SetString, "%p", textbox); in DebugStuff()
95 AG_ButtonNewFn(hBox, 0, "Dup string", DupString, "%p", textbox); in DebugStuff()
96 AG_ButtonNewFn(hBox, 0, "Copy string", CopyString, "%p", textbox); in DebugStuff()
242 AG_ButtonNewFn(win, 0, "Test multi-line textbox", MultiLineExample, "%p", win); in TestGUI()
243 AG_ButtonNewFn(win, 0, "Test single-line textbox", SingleLineExample, "%p", win); in TestGUI()
H A Dtextdlg.c37 AG_ButtonNewFn(win, 0, "Test prompts", TestPrompts, "%p", win); in TestGUI()
38 AG_ButtonNewFn(win, 0, "Test canned dialogs", TestCanned, "%p", win); in TestGUI()
H A Dmodalwindowhandler.c22 AG_ButtonNewFn(win, 0, "Create Child Window", in CreateWindow()
31 AG_ButtonNewFn(win, 0, "Create Modal Window", in TestGUI()
H A Dfontselector.c32 AG_ButtonNewFn(hBox, 0, _("OK"), SelectedFont, "%p", win); in TestGUI()
33 AG_ButtonNewFn(hBox, 0, _("Cancel"), AG_WindowCloseGenEv, "%p", win); in TestGUI()
H A Dcompositing.c35 AG_ButtonNewFn(win, AG_BUTTON_HFILL, "Close window", AGWINDETACH(win)); in Fadein()
59 AG_ButtonNewFn(win, AG_BUTTON_HFILL, "Test AG_WINDOW_FADEIN", Fadein, NULL); in TestGUI()
H A Dwindows.c113 AG_ButtonNewFn(win, AG_BUTTON_HFILL, "Close this window", AGWINDETACH(win)); in CreateTestWindow()
153 AG_ButtonNewFn(win, AG_BUTTON_HFILL, "Create Test Window", in TestGUI()
156 AG_ButtonNewFn(win, AG_BUTTON_HFILL, "Test Desktop Alignment", in TestGUI()
H A Dscrollview.c67 AG_ButtonNewFn(win, 0, "Test with reactive widgets", in TestGUI()
69 AG_ButtonNewFn(win, 0, "Test with passive widgets", in TestGUI()
H A Dconfigsettings.c86 AG_ButtonNewFn(box, 0, "Load configuration", LoadConfig, "%p", ti); in TestGUI()
87 AG_ButtonNewFn(box, 0, "Save configuration", SaveConfig, "%p", ti); in TestGUI()
H A Dfocusing.c135 AG_ButtonNewFn(win, 0, "Test unfocused mouse motion", in TestGUI()
137 AG_ButtonNewFn(win, 0, "Test <tab> focus cycling", in TestGUI()
H A Dthreads.c269 AG_ButtonNewFn(win, 0, "Create windows in new threads", CreateWindowsInThreads, "%p", ti); in TestGUI()
270 AG_ButtonNewFn(win, 0, "Create sleeping worker", CreateSleepingWorker, "%p", ti); in TestGUI()
271 AG_ButtonNewFn(win, 0, "Create spinning worker", CreateSpinningWorker, "%p", ti); in TestGUI()
H A Drendertosurface.c44 AG_ButtonNewFn(win, AG_BUTTON_HFILL, in TestGUI()
H A Dobjsystem.c79 AG_ButtonNewFn(win, AG_BUTTON_HFILL, "Start VFS browser", in TestGUI()
/dports/devel/agar/agar-1.5.0/dev/
H A Dconfig.c263 AG_ButtonNewFn(hb, 0, "...", SelectPath, "%s,%p", "tmp-path", tbox); in DEV_ConfigWindow()
270 AG_ButtonNewFn(hb, 0, "...", SelectPath, "%s,%p", "save-path", tbox); in DEV_ConfigWindow()
317 AG_ButtonNewFn(hb, 0, _("Load scheme"), in DEV_ConfigWindow()
319 AG_ButtonNewFn(hb, 0, _("Save scheme"), in DEV_ConfigWindow()
335 AG_ButtonNewFn(hb, 0, _("Close"), AGWINDETACH(win)); in DEV_ConfigWindow()
336 AG_ButtonNewFn(hb, 0, _("Save"), SaveConfig, NULL); in DEV_ConfigWindow()
H A Dbrowser.c664 AG_ButtonNewFn(bo, 0, _("OK"), in CreateObjectDlg()
670 AG_ButtonNewFn(bo, 0, _("Cancel"), AGWINDETACH(win)); in CreateObjectDlg()
907 AG_ButtonNewFn(bo, 0, _("Quit"), ConfirmQuit, NULL); in DEV_QuitCallback()
908 AG_WidgetFocus(AG_ButtonNewFn(bo, 0, _("Cancel"), AbortQuit, in DEV_QuitCallback()
/dports/devel/agar/agar-1.5.0/tests/agaraudio/
H A Dagaraudio.c122 AG_ButtonNewFn(win, 0, "Play with PortAudio", in main()
124 AG_ButtonNewFn(win, 0, "Render to out.wav", in main()
127 AG_ButtonNewFn(win, 0, "Close output", CloseOut, NULL); in main()
/dports/games/odamex/odamex-src-0.7.0/ag-odalaunch/src/
H A Dagol_settings.cpp186 AG_ButtonNewFn(parent, 0, "Browse", EventReceiver, "%p", in CreateOdamexPathLabel()
247 AG_ButtonNewFn(bbox, AG_BUTTON_HFILL, "Add", EventReceiver, "%p", in CreateWadDirButtonBox()
249 AG_ButtonNewFn(bbox, AG_BUTTON_HFILL, "Replace", EventReceiver, "%p", in CreateWadDirButtonBox()
251 AG_ButtonNewFn(bbox, AG_BUTTON_HFILL, "Delete", EventReceiver, "%p", in CreateWadDirButtonBox()
256 AG_ButtonNewFn(bbox, AG_BUTTON_HFILL, "Move Up", EventReceiver, "%p", in CreateWadDirButtonBox()
258 AG_ButtonNewFn(bbox, AG_BUTTON_HFILL, "Move Down", EventReceiver, "%p", in CreateWadDirButtonBox()
309 AG_ButtonNewFn(bbox, 0, "Cancel", EventReceiver, "%p", in CreateMainButtonBox()
311 AG_ButtonNewFn(bbox, 0, " OK ", EventReceiver, "%p", in CreateMainButtonBox()
H A Dagol_manual.cpp116 AG_ButtonNewFn(bbox, 0, " Cancel ", EventReceiver, "%p", in CreateButtonBox()
118 AG_ButtonNewFn(bbox, 0, " OK ", EventReceiver, "%p", in CreateButtonBox()
H A Dagol_solo.cpp150 AG_ButtonNewFn(bbox, 0, "Cancel", EventReceiver, "%p", in CreateMainButtonBox()
152 AG_ButtonNewFn(bbox, 0, "Launch", EventReceiver, "%p", in CreateMainButtonBox()
/dports/devel/agar/agar-1.5.0/gui/
H A Dbutton.h39 AG_Button *AG_ButtonNewFn(void *, Uint, const char *, AG_EventFn,
71 # define AG_ButtonAct AG_ButtonNewFn
H A Dtext.c1439 btnOK = AG_ButtonNewFn(vb, 0, _("Ok"), AGWINDETACH(win)); in AG_TextMsgS()
1532 btnOK = AG_ButtonNewFn(vb, 0, _("Ok"), AGWINDETACH(win)); in AG_TextInfoS()
1592 btnOK = AG_ButtonNewFn(vb, 0, _("Ok"), AGWINDETACH(win)); in AG_TextWarningS()
1636 btnOK = AG_ButtonNewFn(vb, 0, _("Ok"), AGWINDETACH(win)); in AG_TextErrorS()
1702 AG_ButtonNewFn(vb, 0, _("Ok"), AGWINDETACH(win)); in AG_TextEditFloat()
1738 AG_ButtonNewFn(vb, 0, _("Ok"), AGWINDETACH(win)); in AG_TextEditString()
/dports/devel/agar/agar-1.5.0/tests/agarevloop/
H A Dagarevloop.c170 AG_ButtonNewFn(win, AG_BUTTON_HFILL, "Quit", AGWINDETACH(win)); in main()

12