Home
last modified time | relevance | path

Searched refs:btn (Results 1 – 25 of 27) sorted by relevance

12

/third_party/libinput/doc/api/style/
Dbootstrap.css251 .btn > .caret,
252 .dropup > .btn > .caret {
2936 .form-inline .input-group .input-group-btn,
3005 .btn {
3026 .btn:focus,
3027 .btn:active:focus,
3028 .btn.active:focus,
3029 .btn.focus,
3030 .btn:active.focus,
3031 .btn.active.focus {
[all …]
/third_party/libevdev/doc/html/
Dbootstrap.css251 .btn > .caret,
252 .dropup > .btn > .caret {
2936 .form-inline .input-group .input-group-btn,
3005 .btn {
3026 .btn:focus,
3027 .btn:active:focus,
3028 .btn.active:focus,
3029 .btn.focus,
3030 .btn:active.focus,
3031 .btn.active.focus {
[all …]
/third_party/libevdev/doc/style/
Dbootstrap.css251 .btn > .caret,
252 .dropup > .btn > .caret {
2936 .form-inline .input-group .input-group-btn,
3005 .btn {
3026 .btn:focus,
3027 .btn:active:focus,
3028 .btn.active:focus,
3029 .btn.focus,
3030 .btn:active.focus,
3031 .btn.active.focus {
[all …]
/third_party/ffmpeg/doc/
Dbootstrap.min.css5btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table…
Dstyle.min.css23btn{color:white}.well small{display:block;padding:0 10px;font-style:italic}.well.example{padding-t…
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
DuSynergy.c292 char btn = message[8]-1; in sProcessMessage() local
293 if (btn==2) in sProcessMessage()
295 else if (btn==1) in sProcessMessage()
305 char btn = message[8]-1; in sProcessMessage() local
306 if (btn==2) in sProcessMessage()
308 else if (btn==1) in sProcessMessage()
/third_party/python/Lib/idlelib/
Dsearchbase.py151 btn = Checkbutton(frame, variable=var, text=label)
152 btn.pack(side="left", fill="both")
165 btn = Radiobutton(frame, variable=var, value=val, text=label)
166 btn.pack(side="left", fill="both")
Dgrep.py119 btn = Checkbutton(
122 btn.pack(side="top", fill="both")
/third_party/libinput/tools/
Dlibinput-debug-tablet.c310 unsigned int *btn; in handle_tablet_button_event() local
313 ARRAY_FOR_EACH(ctx->buttons_down, btn) { in handle_tablet_button_event()
315 if (*btn == 0) { in handle_tablet_button_event()
316 *btn = button; in handle_tablet_button_event()
320 if (*btn == button) { in handle_tablet_button_event()
321 *btn = 0; in handle_tablet_button_event()
/third_party/libinput/doc/user/
Dtablet-debugging.rst19 missing tablet capabilities: xy pen btn-stylus resolution. Ignoring this device.
35 - **pen** or **btn-stylus** indicates that the tablet does not have the
/third_party/libinput/test/
Dtest-pointer.c2223 const int btn[][4] = { in START_TEST() local
2240 for (i = 0; i < ARRAY_LENGTH(btn); i++) { in START_TEST()
2241 litest_button_click_debounced(device, li, btn[i][0], true); in START_TEST()
2242 litest_button_click_debounced(device, li, btn[i][1], true); in START_TEST()
2249 litest_button_click_debounced(device, li, btn[i][2], false); in START_TEST()
2250 litest_button_click_debounced(device, li, btn[i][3], false); in START_TEST()
2265 const int btn[][4] = { in START_TEST() local
2287 for (i = 0; i < ARRAY_LENGTH(btn); i++) { in START_TEST()
2288 litest_button_click_debounced(device, li, btn[i][0], true); in START_TEST()
2290 btn[i][0], in START_TEST()
[all …]
/third_party/python/Lib/idlelib/idle_test/
Dtest_searchbase.py145 btn = self.dialog.make_button('Test', self.dialog.close)
146 self.assertEqual(btn['text'], 'Test')
/third_party/python/Lib/
Dturtle.py1027 for btn in 1, 2, 3:
1028 self.onclick(None, btn)
1350 def onclick(self, fun, btn=1, add=None): argument
1365 self._onscreenclick(fun, btn, add)
3525 def onclick(self, fun, btn=1, add=None): argument
3543 self.screen._onclick(self.turtle._item, fun, btn, add)
3546 def onrelease(self, fun, btn=1, add=None): argument
3568 self.screen._onrelease(self.turtle._item, fun, btn, add)
3571 def ondrag(self, fun, btn=1, add=None): argument
3589 self.screen._ondrag(self.turtle._item, fun, btn, add)
/third_party/python/Doc/library/
Dtkinter.rst315 grid [ttk::button .frm.btn -text "Quit" -command "destroy ."] -column 1 -row 0
328 * Widgets are referred to by a *pathname* in Tcl (like ``.frm.btn``),
368 btn = ttk.Button(frm, ...)
369 print(btn.configure().keys())
378 print(set(btn.configure().keys()) - set(frm.configure().keys()))
387 print(dir(btn))
388 print(set(dir(btn)) - set(dir(frm)))
407 grid .frm.btn -column 0 -row 0
416 .frm.btn invoke
Dturtle.rst1364 .. function:: onclick(fun, btn=1, add=None)
1369 :param btn: number of the mouse-button, defaults to 1 (left mouse button)
1387 .. function:: onrelease(fun, btn=1, add=None)
1391 :param btn: number of the mouse-button, defaults to 1 (left mouse button)
1412 .. function:: ondrag(fun, btn=1, add=None)
1416 :param btn: number of the mouse-button, defaults to 1 (left mouse button)
1815 .. function:: onclick(fun, btn=1, add=None)
1816 onscreenclick(fun, btn=1, add=None)
1820 :param btn: number of the mouse-button, defaults to 1 (left mouse button)
Dtkinter.ttk.rst1304 btn = ttk.Button(text="Sample")
1305 btn.pack()
/third_party/skia/third_party/externals/icu/source/data/unit/
Dms.txt1008 dnam{"btn"}
1009 other{"{0} btn"}
1557 dnam{"btn"}
1558 other{"{0} btn"}
/third_party/icu/icu4c/source/data/unit/
Dms.txt1146 dnam{"btn"}
1147 other{"{0} btn"}
1772 dnam{"btn"}
1773 other{"{0} btn"}
/third_party/skia/third_party/externals/icu/source/data/misc/
DkeyTypeData.txt220 btn{""}
/third_party/icu/icu4c/source/data/misc/
DkeyTypeData.txt221 btn{""}
/third_party/python/Lib/tkinter/
Dtix.py557 btn = self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
559 return btn
/third_party/node/doc/api_assets/
Dstyle.css874 .theme-toggle-btn {
/third_party/node/doc/api/assets/
Dstyle.css874 .theme-toggle-btn {
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py225 btn = ttk.Button(self.root, command=lambda: success.append(1))
226 btn.invoke()
/third_party/python/Doc/tools/
Dsusp-ignored.csv239 library/tkinter,,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destroy .""] -column 1 -r…

12