HomeSort by: relevance | last modified time | path
    Searched defs:button (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
hellowindow.h 19 QPushButton *button; member in class:HelloMainWindow
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-swing/
Hello.java 28 JButton button = new JButton("OK"); local
29 button.addActionListener(
41 buttons.add(button);
  /src/sys/arch/news68k/dev/
ms.c 75 int button, dx, dy; local
103 button = 0;
105 button |= 0x01;
107 button |= 0x02;
109 button |= 0x04;
119 button,
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/
hello.cc 34 Gtk::Button *button; local
61 button = new Gtk::Button ("OK");
62 button->clicked.connect (Gtk::Main::quit.slot()); //slot (quit_callback));
65 buttonbar->pack_start (*button);
80 button->show ();
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/
hello.cc 57 QWidget *filler = new QWidget (buttonbar); // makes the button right-aligned
58 QPushButton *button = new QPushButton ("OK", buttonbar); local
59 button->setMaximumWidth (button->sizeHint().width() + 20);
60 QObject::connect (button, SIGNAL (clicked ()), &application, SLOT (quit ()));
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c-gnome/
hello.c 31 GtkWidget *button; local
57 button = gtk_button_new_with_label ("OK");
58 gtk_signal_connect (GTK_OBJECT (button), "clicked",
63 gtk_box_pack_start_defaults (GTK_BOX (buttonbar), button); local
78 gtk_widget_show (button);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-awt/
Hello.java 31 Button button = new Button("OK"); local
32 button.addActionListener(
44 buttons.add(button);
  /src/external/gpl3/binutils/dist/binutils/
dwarf-mode.el 101 (defun dwarf-insert-substructure-button (die)
119 (dwarf-insert-substructure-button die))))
121 ;; Called when a button is pressed.
123 (defun dwarf-die-button-action (button)
124 (let* ((die (button-get button 'die))
131 (is-ref (button-get button 'die-ref)))
139 (dwarf-insert-substructure-button die)))
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf-mode.el 101 (defun dwarf-insert-substructure-button (die)
119 (dwarf-insert-substructure-button die))))
121 ;; Called when a button is pressed.
123 (defun dwarf-die-button-action (button)
124 (let* ((die (button-get button 'die))
131 (is-ref (button-get button 'die-ref)))
139 (dwarf-insert-substructure-button die)))
    [all...]
  /src/sys/arch/newsmips/apbus/
ms_ap.c 117 int button, dx, dy; local
150 button = 0;
152 button |= 1;
154 button |= 2;
156 button |= 4;
168 button,
  /src/sys/arch/newsmips/dev/
ms_hb.c 124 int button, dx, dy; local
157 button = 0;
159 button |= 1;
161 button |= 2;
163 button |= 4;
175 button,
  /src/sys/dev/hil/
hilms.c 142 aprint_normal(", 1 button");
222 int dx, dy, dz, button; local
253 * The packet can contain both a mouse motion and a button event.
299 * Correct Y direction for button boxes.
308 button = *buf;
311 * a boolean behaviour, as an extra mouse button, which is
317 * to a pseudo fourth button - even if the tablet never
320 button = (button - 0x80) >> 1;
321 if (button > 4
    [all...]
  /src/external/bsd/nvi/dist/motif_l/
m_ruler.c 321 Widget top_level, rc, button;
339 button = XtVaCreateManagedWidget( "Pop up text ruler dialog",
344 XtAddCallback( button, XmNactivateCallback, show_text_ruler, rc );
346 button = XtVaCreateManagedWidget( "Change Position",
351 XtAddCallback( button, XmNactivateCallback, change_pos, rc );
353 button = XtVaCreateManagedWidget( "Quit",
358 XtAddCallback( button, XmNactivateCallback, exit, 0 );
315 Widget top_level, rc, button; local
m_menu.c 522 Widget menu, pull, button;
534 button = XmCreateCascadeButton( menu, ptr->title, NULL, 0 );
535 XtVaSetValues( button, XmNsubMenuId, pull, 0 );
538 XtVaSetValues( menu, XmNmenuHelpWidget, button, 0 );
543 XtVaSetValues( button, XmNmnemonic, ptr->mnemonic, 0 );
546 XtManageChild( button );
516 Widget menu, pull, button; local
m_options.c 324 * How do we turn off the button? We don't want to
746 Widget top_level, rc, button;
765 button = XtVaCreateManagedWidget( "Pop up options dialog",
770 XtAddCallback( button, XmNactivateCallback, show_options, rc );
772 button = XtVaCreateManagedWidget( "Quit",
777 XtAddCallback( button, XmNactivateCallback, exit, 0 );
735 Widget top_level, rc, button; local
m_search.c 148 * Action for next button.
158 * Action for previous button.
236 #define SpacingRatio 4 /* 3:1 button to spaces */
284 /* last button is 'cancel' */
555 Widget top_level, rc, button;
574 button = XtVaCreateManagedWidget( "Pop up search dialog",
579 XtAddCallback( button, XmNactivateCallback, show_search, rc );
581 button = XtVaCreateManagedWidget( "Quit",
586 XtAddCallback( button, XmNactivateCallback, exit, 0 );
544 Widget top_level, rc, button; local
m_tags.c 139 #define SpacingRatio 4 /* 3:1 button to spaces */
506 Widget top_level, rc, button;
525 button = XtVaCreateManagedWidget( "Pop up tags dialog",
530 XtAddCallback( button, XmNactivateCallback, show_tags, rc );
532 button = XtVaCreateManagedWidget( "Add a tag",
537 XtAddCallback( button, XmNactivateCallback, add_a_tag, rc );
539 button = XtVaCreateManagedWidget( "Quit",
544 XtAddCallback( button, XmNactivateCallback, exit, 0 );
498 Widget top_level, rc, button; local
  /src/sys/dev/pckbport/
alps.c 878 int button; local
951 button = (psc->packet[0] & 0x80) >> 7;
954 if (button && (cur_y1 > 1700) && (cur_x1 < 1700))
955 buttons |= button << 0; /* Left button */
956 else if (button && (cur_y1 > 1700)
958 buttons |= button << 1; /* Middle button */
959 else if (button && (cur_y1 > 1700) && (2700 < cur_x1))
960 buttons |= button << 2; /* Right button *
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-io.c 969 int button = (mev.bstate & BUTTON1_CLICKED) != 0 ? 1 local
972 wi->click (mev.x - wi->x - 1, mev.y - wi->y - 1, button);
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-io.c 1002 int button = (mev.bstate & BUTTON1_CLICKED) != 0 ? 1 local
1005 wi->click (mev.x - wi->x - 1, mev.y - wi->y - 1, button);
  /src/sys/dev/bluetooth/
btmagic.c 78 * middle mouse button and providing horizontal and vertical scroll action.
172 int sc_mb_id; /* which ID selects the button */
174 /* button emulation with tap */
175 int sc_tapmb_id; /* which ID selects the button */
1178 * button 1 1-bit
1179 * button 2 1-bit
1238 * button 1 1-bit
1239 * button 2 1-bit
1403 * a middle button press, and cancel any scroll effects while click
1432 * button 1 1-bi
1451 struct hid_location button; member in struct:__anon2528
    [all...]
  /src/usr.sbin/moused/
mouse.h 57 int button; /* button status */ member in struct:mousestatus
58 int obutton; /* previous button status */
64 /* button */
196 #define MOUSE_MSS_BUTTON2DOWN 0x00 /* no middle button */
200 #define MOUSE_LMAN_BUTTON2DOWN 0x20 /* middle button, the 4th byte */
203 #define MOUSE_ALPS_BUTTON2DOWN 0x20 /* middle button, the 4th byte */
207 #define MOUSE_THINK_BUTTON2DOWN 0x20 /* lower-left button, the 4th byte */
208 #define MOUSE_THINK_BUTTON4DOWN 0x10 /* lower-right button, the 4th byte */
212 #define MOUSE_INTELLI_BUTTON2DOWN 0x10 /* middle button in the 4th byte *
    [all...]
moused.c 83 /* Abort 3-button emulation delay after this many movement events. */
219 /* Logitech MouseMan (new 4 button model) */
348 int zmap[4]; /* MOUSE_{X|Y}AXIS or a button number */
349 int wmode; /* wheel mode button number */
355 long button2timeout; /* 3 button emulation timeout */
380 /* button status */
383 struct timeval tv; /* timestamp on the last button event */
385 static struct button_state bstate[MOUSE_MAXBUTTON]; /* button state */
386 static struct button_state *mstate[MOUSE_MAXBUTTON];/* mapped button st.*/
389 /* state machine for 3 button emulation *
852 int button; local
2131 int button; local
    [all...]
  /src/external/mit/xorg/lib/libxcb/files/
xinput.h 255 } button; member in struct:xcb_input_input_info_info_t
777 uint8_t button; member in struct:xcb_input_grab_device_button_request_t
795 uint8_t button; member in struct:xcb_input_ungrab_device_button_request_t
1599 } button; member in struct:xcb_input_input_state_data_t
2840 } button; member in struct:xcb_input_device_class_data_t
5525 uint8_t button,
5546 uint8_t button,
5575 uint8_t button,
5591 uint8_t button,
xkb.h 1229 uint8_t button; member in struct:xcb_xkb_sa_ptr_btn_t
1249 uint8_t button; member in struct:xcb_xkb_sa_lock_ptr_btn_t
1479 uint8_t button; member in struct:xcb_xkb_sa_device_btn_t
1505 uint8_t button; member in struct:xcb_xkb_sa_lock_device_btn_t

Completed in 63 milliseconds

1 2