Searched refs:button (Results 1 - 25 of 273) sorted by relevance

1234567891011

/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dbutton.el0 ;;; button.el --- clickable buttons
33 ;; `widget' package, but the button package has the advantage that it
37 ;; Buttons can either use overlays, in which case the button is
39 ;; the button is represented by a marker or buffer-position pointing
40 ;; somewhere in the button. In the latter case, no markers into the
44 ;; Using `define-button-type' to define default properties for buttons
58 (defface button '((((type pc) (class color))
66 (defvar button-map
68 (define-key map "\r" 'push-button)
69 (define-key map [mouse-2] 'push-button)
57 (defface button '((((type pc) (class color)) function
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dhello6 # Simple Tk script to create a button that prints "Hello, world".
7 # Click on the button to terminate the program.
11 # The first line below creates the button, and the second line
13 # around the button.
15 button .hello -text "Hello, world" -command {
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DButtonToolbarItem.css26 .toolbar .item.button {
33 .toolbar.icon-and-label-vertical .item.button {
37 .toolbar.icon-and-label-horizontal .item.button {
41 .toolbar .item.button > .glyph {
51 .toolbar.small-size .item.button > .glyph {
56 .toolbar.label-only .item.button > .glyph {
60 .toolbar .item.button > .label {
65 body.mac-platform.legacy .toolbar .item.button > .label {
70 .toolbar.label-only .item.activate.button.activated > .label {
74 .toolbar.icon-and-label-horizontal .item.button >
[all...]
H A DTreeElementStatusButton.css26 .item > .status > .status-button {
32 .item > .status > .status-button > svg path.filled {
36 body.mac-platform.legacy .item > .status > .status-button > svg path.filled {
40 :focus .item.selected > .status > .status-button > svg path.filled {
44 .item > .status > .status-button > svg path.stroked {
48 body.mac-platform.legacy .item > .status > .status-button > svg path.stroked {
52 :focus .item.selected > .status > .status-button > svg path.stroked {
56 .item.selected > .status > .status-button:active {
60 .item > .status > .status-button.disabled {
H A DButtonNavigationItem.css26 .navigation-bar .item.button {
30 .navigation-bar .item.button.text-only {
45 body.mac-platform.legacy .navigation-bar .item.button.text-only {
56 .navigation-bar .item.button > .glyph {
64 body.window-inactive .navigation-bar .item.button:not(.suppress-emboss) > .glyph {
68 .navigation-bar .item.button.disabled > .glyph {
72 body.window-inactive .navigation-bar .item.button.disabled:not(.suppress-emboss) > .glyph {
76 .navigation-bar .item.button.suppress-emboss > .glyph {
80 .navigation-bar .item.button.suppress-emboss:active > .glyph {
84 .navigation-bar .item.button
[all...]
H A DRadioButtonNavigationItem.css26 .navigation-bar .item.radio.button:not(.text-only) {
30 .navigation-bar.collapsed .item.radio.button:not(.text-only) {
34 .navigation-bar .item.radio.button.text-only:hover {
39 body.mac-platform.legacy .navigation-bar .item.radio.button.text-only:hover {
44 .navigation-bar .item.radio.button.text-only.selected {
49 body.mac-platform.legacy .navigation-bar .item.radio.button.text-only.selected {
61 .navigation-bar .item.radio.button.text-only:active {
66 .navigation-bar .item.radio.button.text-only.selected:active {
70 body.mac-platform.legacy .navigation-bar .item.radio.button.text-only:active,
71 body.mac-platform.legacy .navigation-bar .item.radio.button
[all...]
H A DFindBanner.css97 .find-banner > button {
122 .find-banner > button > .glyph {
129 body.mac-platform.legacy .find-banner > button > .glyph {
133 .find-banner > button:disabled > .glyph {
137 .find-banner > button:active:not(:disabled) {
143 .find-banner > button:disabled {
148 .find-banner > button.segmented.left {
158 .find-banner > button.segmented.left > .glyph {
164 body.mac-platform.legacy .find-banner > button.segmented.left > .glyph {
168 .find-banner > button
[all...]
H A DBreakpointActionView.css30 .breakpoint-action-append-button,
31 .breakpoint-action-remove-button {
43 .breakpoint-action-append-button:active,
44 .breakpoint-action-remove-button:active {
48 .breakpoint-action-append-button {
52 .breakpoint-action-remove-button {
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dhello6 # Simple Tk script to create a button that prints "Hello, world".
7 # Click on the button to terminate the program.
13 # The first line below creates the button, and the second line
15 # around the button.
17 button .hello -text "Hello, world" -command {
/macosx-10.10.1/dcerpc-61/www/content/css/blueprint/plugins/buttons/
H A Dscreen.css7 * particletree.com/features/rediscovering-the-button-element
13 a.button, button {
32 button {
37 button[type] {
41 *:first-child+html button[type] {
44 button img, a.button img{
57 button:hover, a.button
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/tests/UnitTestUtils/
H A DEWK2UnitTestBase.h57 void mouseClick(int x, int y, int button = 1 /*Left*/);
58 void mouseDoubleClick(int x, int y, int button = 1 /*Left*/);
59 void mouseDown(int x, int y, int button = 1 /*Left*/);
60 void mouseUp(int x, int y, int button = 1 /*Left*/);
H A DEWK2UnitTestBase.cpp265 void EWK2UnitTestBase::mouseClick(int x, int y, int button) argument
269 evas_event_feed_mouse_down(evas, button, EVAS_BUTTON_NONE, 0, 0);
270 evas_event_feed_mouse_up(evas, button, EVAS_BUTTON_NONE, 0, 0);
273 void EWK2UnitTestBase::mouseDoubleClick(int x, int y, int button) argument
277 evas_event_feed_mouse_down(evas, button, EVAS_BUTTON_DOUBLE_CLICK, 0, 0);
278 evas_event_feed_mouse_up(evas, button, EVAS_BUTTON_NONE, 0, 0);
281 void EWK2UnitTestBase::mouseDown(int x, int y, int button) argument
285 evas_event_feed_mouse_down(evas, button, EVAS_BUTTON_NONE, 0, 0);
288 void EWK2UnitTestBase::mouseUp(int x, int y, int button) argument
292 evas_event_feed_mouse_up(evas, button, EVAS_BUTTON_NON
[all...]
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXMenubutton.c30 NSPopUpButton *button; member in struct:MacMenuButton
105 macButtonPtr->button = nil;
135 TkMacOSXMakeCollectableAndRelease(macButtonPtr->button);
162 NSPopUpButton *button = macButtonPtr->button;
182 if ([button superview] != view) {
183 [view addSubview:button];
186 [button setEnabled:enabled];
188 [[button cell] setHighlighted:(mbPtr->state == STATE_ACTIVE)];
202 if (!NSEqualRects(frame, [button fram
159 NSPopUpButton *button = macButtonPtr->button; local
234 NSPopUpButton *button = macButtonPtr->button; local
[all...]
H A DtkMacOSXButton.c5 * button widgets.
30 NSButton *button; member in struct:MacButton
78 * The class procedure table for the button widgets.
110 macButtonPtr->button = nil;
124 * Free data structures associated with the button control.
141 TkMacOSXMakeCollectableAndRelease(macButtonPtr->button);
153 * This procedure is invoked to display a button widget. It is
160 * Commands are output to X to display the button in its
195 * After changes in a button's text or bitmap, this procedure
196 * recomputes the button'
221 NSButton *button = [[NSButton alloc] initWithFrame:NSZeroRect]; local
300 NSButton *button = macButtonPtr->button; local
410 NSButton *button = macButtonPtr->button; local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/mac/
H A DWKBundlePageBannerMac.mm64 virtual bool mouseEvent(PageBanner* pageBanner, WebEvent::Type type, WebMouseEvent::Button button, const IntPoint& position) override
71 return m_client.mouseDown(toAPI(pageBanner), toAPI(position), toAPI(button), m_client.base.clientInfo);
77 return m_client.mouseUp(toAPI(pageBanner), toAPI(position), toAPI(button), m_client.base.clientInfo);
80 if (button == WebMouseEvent::NoButton) {
87 // This is a MouseMove event with a mouse button pressed. Call mouseDragged.
91 return m_client.mouseDragged(toAPI(pageBanner), toAPI(position), toAPI(button), m_client.base.clientInfo);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/gtk/
H A DWebEventFactory.cpp72 unsigned button = 0; local
76 button = WebMouseEvent::NoButton;
78 button = WebMouseEvent::LeftButton;
80 button = WebMouseEvent::MiddleButton;
82 button = WebMouseEvent::RightButton;
88 if (event->button.button == 1)
89 button = WebMouseEvent::LeftButton;
90 else if (event->button.button
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventOverrideDriver.cpp57 uint32_t button; local
67 button = number->unsigned32BitValue();
68 if ( !button || button>32 )
75 _buttonMap[button-1].eventType = number->unsigned32BitValue();
77 switch ( _buttonMap[button-1].eventType ) {
94 _buttonMap[button-1].u.keyboard.usagePage = usagePage;
95 _buttonMap[button-1].u.keyboard.usage = usage;
110 _buttonMap[button-1].u.pointer.mask = mask;
/macosx-10.10.1/JavaScriptCore-7600.1.17/replay/scripts/tests/expected/
H A Dgenerate-enum-encoding-helpers-with-guarded-values.json-TestReplayInputs.h65 SavedMouseButton(MouseButton button);
68 MouseButton button() const { return m_button; } function in class:Test::SavedMouseButton
H A Dgenerate-enum-encoding-helpers-with-guarded-values.json-TestReplayInputs.cpp39 SavedMouseButton::SavedMouseButton(MouseButton button) argument
41 , m_button(button)
59 encodedValue.put<WebCore::MouseButton>(ASCIILiteral("button"), input.button());
64 WebCore::MouseButton button; local
65 if (!encodedValue.get<WebCore::MouseButton>(ASCIILiteral("button"), button))
68 input = std::make_unique<Test::SavedMouseButton>(button);
H A Dgenerate-enum-encoding-helpers.json-TestReplayInputs.cpp40 SavedMouseButton::SavedMouseButton(MouseButton button) argument
42 , m_button(button)
60 encodedValue.put<WebCore::MouseButton>(ASCIILiteral("button"), input.button());
65 WebCore::MouseButton button; local
66 if (!encodedValue.get<WebCore::MouseButton>(ASCIILiteral("button"), button))
69 input = std::make_unique<Test::SavedMouseButton>(button);
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Dtoplevel.test102 itk_component add button {
103 button $itk_option(-container).b -text Button
105 pack $itk_component(button)
113 set button [.t2 component button]
115 set result [list $button [winfo exists $button]]
134 itk_component add button {
135 button $itk_option(-container).b -text Button
137 pack $itk_component(button)
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitAuthenticationDialog.cpp74 GtkWidget* button = gtk_button_new_from_stock(GTK_STOCK_CANCEL); local
75 g_signal_connect(button, "clicked", G_CALLBACK(cancelButtonClicked), authDialog);
76 gtk_box_pack_end(GTK_BOX(buttonBox), button, FALSE, TRUE, 0); local
77 gtk_widget_show(button);
79 button = gtk_button_new_from_stock(GTK_STOCK_OK);
80 authDialog->priv->defaultButton = button;
81 g_signal_connect(button, "clicked", G_CALLBACK(okButtonClicked), authDialog);
82 gtk_widget_set_can_default(button, TRUE);
83 gtk_box_pack_end(GTK_BOX(buttonBox), button, FALSE, TRUE, 0); local
84 gtk_widget_show(button);
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tcltklib/
H A Dsample1.rb26 append, bind, button, destroy, incr, info, label, place, set, wm =
28 "append", "bind", "button", "destroy", "incr", "info", "label", "place",
91 b1 = TclTkWidget.new(ip, root, button, "-text sample -command", c1)
95 b2 = TclTkWidget.new(ip, root, button, "-text exit -command", c2)
139 bind, button, destroy, grid, toplevel, wm = ip.commands().values_at(
140 "bind", "button", "destroy", "grid", "toplevel", "wm")
158 wid.push(TclTkWidget.new(ip, t1, button, "-text close -command", c))
160 wid.push(TclTkWidget.new(ip, t1, button, "-text label -command", c))
162 wid.push(TclTkWidget.new(ip, t1, button, "-text button
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/PathDemo/
H A DPathDemoController.py5 button = objc.ivar() variable in class:PathDemoController
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/PathDemo/
H A DPathDemoController.py5 button = objc.ivar() variable in class:PathDemoController

Completed in 324 milliseconds

1234567891011