/dports/biology/jalview/jalview/src/jalview/gui/ |
H A D | ColourMenuHelper.java | 127 radioItem.setName(name); in addMenuItems() 128 radioItem.setEnabled(scheme.isApplicableTo(coll)); in addMenuItems() 136 radioItem.addMouseListener(new MouseAdapter() in addMenuItems() 158 ActionListener al = radioItem.getActionListeners()[0]; in addMenuItems() 159 radioItem.removeActionListener(al); in addMenuItems() 170 .removeColourScheme(radioItem.getName()); in addMenuItems() 171 colourMenu.remove(radioItem); in addMenuItems() 176 radioItem.addActionListener(al); in addMenuItems() 181 radioItem.addActionListener(new ActionListener() in addMenuItems() 189 colourMenu.add(radioItem); in addMenuItems() [all …]
|
/dports/x11-toolkits/gnocl/gnocl-0.9.96/demo/ |
H A D | test-toolBar.tcl | 73 set radio1 [$bar add radioItem -text $el -variable qqq -onValue 0] 79 set radio1 [$bar add radioItem -onValue $el -variable qqq] 84 set radio1 [$bar add radioItem -variable qqq -onValue 0] 85 set radio2 [$bar add radioItem -variable qqq -onValue 2] 153 lappend radioItems [$bar add radioItem -text "%__Radio1" -variable radio \ 158 lappend radioItems [$bar add radioItem -text "%#JustifyLeft" -variable radio \ 161 lappend radioItems [$bar add radioItem -text "Radio3" -variable radio \
|
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/extensions/ |
H A D | extension.css | 139 .radioItem { 166 .radioItem.hover input[type="radio"]:not(active) + label::before { 172 .radioItem.pressed input[type="radio"]:not(active) + label::before { 184 .radioItem.hover input[type="radio"]:checked:not(active) + label::before { 190 .radioItem.pressed input[type="radio"]:checked:not(active) + label::before { 195 .radioItem.disabled input[type="radio"] + label, 196 .radioItem.disabled input[type="radio"]:hover + label, 197 .radioItem.disabled input[type="radio"]:hover:active + label { 202 .radioItem.focused input[type="radio"] + label::before { 207 .radioItem.focused input[type="radio"]:checked + label::before {
|
/dports/www/grafana8/grafana-8.3.6/public/app/features/live/dashboard/ |
H A D | DashboardChangedModal.tsx | 86 <div key={opt.label} onClick={opt.action} className={styles.radioItem}> 104 radioItem: css`
|
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/ |
H A D | radiobox.cpp | 122 Widget radioItem = XtVaCreateManagedWidget ( in Create() local 131 m_radioButtons.push_back((WXWidget)radioItem); in Create() 132 XtAddCallback (radioItem, XmNvalueChangedCallback, in Create()
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/ |
H A D | radiobox.cpp | 122 Widget radioItem = XtVaCreateManagedWidget ( in Create() local 131 m_radioButtons.push_back((WXWidget)radioItem); in Create() 132 XtAddCallback (radioItem, XmNvalueChangedCallback, in Create()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/ |
H A D | radiobox.cpp | 122 Widget radioItem = XtVaCreateManagedWidget ( in Create() local 131 m_radioButtons.push_back((WXWidget)radioItem); in Create() 132 XtAddCallback (radioItem, XmNvalueChangedCallback, in Create()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ |
H A D | CoolBarTab.java | 44 CoolItem pushItem, dropDownItem, radioItem, checkItem, textItem; field in CoolBarTab 167 radioItem = new CoolItem (coolBar, itemStyle); in createExampleWidgets() 168 radioItem.setControl (toolBar); in createExampleWidgets() 169 radioItem.addSelectionListener (new CoolItemSelectionListener()); in createExampleWidgets()
|
/dports/www/lagrange/lagrange-1.7.3/src/ui/ |
H A D | mobile.c | 529 for (const iMenuItem *radioItem = item->data; radioItem->label; radioItem++) { in makePanelItem_Mobile() local 530 const char * radId = cstr_Rangecc(range_Command(radioItem->label, "id")); in makePanelItem_Mobile() 535 hasLabel_Command(radioItem->label, "label") in makePanelItem_Mobile() 537 cstr_Rangecc(range_Command(radioItem->label, "label"))) in makePanelItem_Mobile() 538 : suffixPtr_Command(radioItem->label, "text"); in makePanelItem_Mobile() 539 button = new_LabelWidget(radLabel, radioItem->command); in makePanelItem_Mobile()
|
/dports/editors/lazarus/lazarus/lcl/interfaces/wince/ |
H A D | wincewsmenus.pp | 1034 if not radioItem or (groupIndex=0) then 1042 if Sibling.radioItem and (Sibling.groupIndex=groupIndex) and (Sibling<>AMenuItem) then
|
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/ |
H A D | wincewsmenus.pp | 1034 if not radioItem or (groupIndex=0) then 1042 if Sibling.radioItem and (Sibling.groupIndex=groupIndex) and (Sibling<>AMenuItem) then
|
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/ |
H A D | wincewsmenus.pp | 1034 if not radioItem or (groupIndex=0) then 1042 if Sibling.radioItem and (Sibling.groupIndex=groupIndex) and (Sibling<>AMenuItem) then
|
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/ |
H A D | wincewsmenus.pp | 1034 if not radioItem or (groupIndex=0) then 1042 if Sibling.radioItem and (Sibling.groupIndex=groupIndex) and (Sibling<>AMenuItem) then
|
/dports/x11-toolkits/gnocl/gnocl-0.9.96/ |
H A D | NEWS | 604 … added button, toggle, menu & radio as synonyms for item, checkItem, menuButton & radioItem objects
|
/dports/editors/lazarus/lazarus/designer/ |
H A D | menueditor.pp | 2370 if FRealItem.RadioItem then // radioItem
|
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/designer/ |
H A D | menueditor.pp | 2370 if FRealItem.RadioItem then // radioItem
|
/dports/editors/lazarus-qt5/lazarus/designer/ |
H A D | menueditor.pp | 2370 if FRealItem.RadioItem then // radioItem
|
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/designer/ |
H A D | menueditor.pp | 2370 if FRealItem.RadioItem then // radioItem
|
/dports/www/grafana8/grafana-8.3.6/public/build/ |
H A D | 7095.0e38943fa459e872fe93.js.map | 1 …radioItem}>\n <h3>{opt.label}</h3>\n {opt.description}\n …
|