Home
last modified time | relevance | path

Searched refs:ownButton (Results 1 – 7 of 7) sorted by relevance

/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/search/
H A DSearchView.cpp75 ownButton->SetIcon(IconMyOwn); in SearchView()
76 ownButton->SetTogglable(true); in SearchView()
77 ownButton->SetActionCallback({ [this] { c->ShowOwn(ownButton->GetToggleState()); } }); in SearchView()
80 AddComponent(ownButton); in SearchView()
235 ownButton->SetToggleState(sender->GetShowOwn()); in NotifyShowOwnChanged()
319 if(ownButton->GetToggleState()) in CheckAccess()
320 ownButton->DoAction(); in CheckAccess()
327 ownButton->Enabled = true; in CheckAccess()
344 ownButton->Enabled = false; in CheckAccess()
491 ownButton->Enabled = false; in NotifySaveListChanged()
[all …]
H A DSearchView.h38 ui::Button * ownButton; variable
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/doc/app-defaults/
H A DXFontSel43 *ownButton.toggleStyle: check
44 *ownButton.borderWidth: 0
56 *ownButton.Label: Select
57 *ownButton.fromHoriz: quitButton
58 *ownButton.left: chainLeft
59 *ownButton.right: chainLeft
/dports/x11-fonts/nexfontsel/NeXFontSel-3.0.1/
H A DNeXFontSel.ad68 *ownButton.Label: select
69 *ownButton.fromHoriz: quitButton
70 *ownButton.left: chainLeft
71 *ownButton.right: chainLeft
74 *resetButton.fromHoriz: ownButton
H A Dnexfontsel.c163 static Widget ownButton; variable
222 ownButton = in main()
238 XtAddCallback(ownButton,XtNcallback,OwnSelection,(XtPointer)True); in main()
810 XtSetSensitive(ownButton, False); in SetNoFonts()
1430 XtVaGetValues(ownButton, XtNstate, &state, NULL); in SelectAction()
1433 XtVaSetValues(ownButton, XtNstate, False, NULL); in SelectAction()
1434 OwnSelection(ownButton, (XtPointer)True, (XtPointer)False); in SelectAction()
1436 XtVaSetValues(ownButton, XtNstate, True, NULL); in SelectAction()
1437 OwnSelection(ownButton, (XtPointer)True, (XtPointer)True); in SelectAction()
/dports/x11-fonts/xfontsel/xfontsel-1.0.6/app-defaults/
H A DXFontSel53 *ownButton.Label: select
54 *ownButton.fromHoriz: quitButton
55 *ownButton.left: chainLeft
56 *ownButton.right: chainLeft
/dports/x11-fonts/xfontsel/xfontsel-1.0.6/
H A Dxfontsel.c236 static Widget ownButton; variable
290 ownButton = in main()
297 XtAddCallback(ownButton,XtNcallback,OwnSelection,(XtPointer)True); in main()
907 XtSetSensitive(ownButton, False); in SetNoFonts()