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

123

/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/gtk/
H A Dcallbacks.h25 on_cancelbutton1_clicked (GtkButton *button,
29 on_okbutton1_clicked (GtkButton *button,
51 on_cancelbutton2_clicked (GtkButton *button,
55 on_okbutton2_clicked (GtkButton *button,
H A Dcallbacks.c48 on_cancelbutton1_clicked(GtkButton *button, struct userdata *user_data) argument
58 on_okbutton1_clicked(GtkButton *button, struct userdata *user_data) argument
134 on_cancelbutton2_clicked(GtkButton *button, struct userdata *user_data) argument
143 on_okbutton2_clicked(GtkButton *button, struct userdata *user_data) argument
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
H A Dhellowindow.h19 QPushButton *button; member in class:HelloMainWindow
H A Dhellowindow.cc53 QWidget *filler = new QWidget (buttonbar); // makes the button right-aligned
54 button = new QPushButton ("OK", buttonbar);
55 button->setMaximumWidth (button->sizeHint().width() + 20);
H A Dhello.cc61 QObject::connect (window->button, SIGNAL (clicked ()),
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c-gnome/
H A Dhello.c31 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);
/netbsd-current/sys/arch/news68k/dev/
H A Dms.c75 int button, dx, dy; local
103 button = 0;
105 button |= 0x01;
107 button |= 0x02;
109 button |= 0x04;
119 button,
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/
H A Dhello.cc57 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 ()));
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/
H A Dhello.cc34 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 ();
/netbsd-current/sys/arch/newsmips/dev/
H A Dms_hb.c124 int button, dx, dy; local
157 button = 0;
159 button |= 1;
161 button |= 2;
163 button |= 4;
175 button,
/netbsd-current/sys/arch/newsmips/apbus/
H A Dms_ap.c117 int button, dx, dy; local
150 button = 0;
152 button |= 1;
154 button |= 2;
156 button |= 4;
168 button,
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-awt/
H A DHello.java31 Button button = new Button("OK");
32 button.addActionListener(
44 buttons.add(button);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-swing/
H A DHello.java28 JButton button = new JButton("OK");
29 button.addActionListener(
41 buttons.add(button);
/netbsd-current/usr.sbin/wsmoused/
H A Daction.c117 /* Parses wsmouse events. Only button events are picked. */
133 log_warnx("unknown button event");
140 /* Executes a command. `button' specifies the number of the button that
144 run_action(int button, const char *ud) argument
150 (void)snprintf(buf, sizeof(buf), "button_%d_%s", button, ud);
/netbsd-current/sys/dev/hil/
H A Dhilms.c142 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 >
[all...]
/netbsd-current/usr.sbin/moused/
H A Dmoused.c83 /* 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 emulatio
852 int button; local
2131 int button; local
[all...]
/netbsd-current/external/bsd/nvi/dist/motif_l/
H A Dm_ruler.c321 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
H A Dm_tags.c139 #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
H A Dm_menu.c522 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
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddwarf-mode.el99 (defun dwarf-insert-substructure-button (die)
117 (dwarf-insert-substructure-button die))))
119 ;; Called when a button is pressed.
121 (defun dwarf-die-button-action (button)
122 (let* ((die (button-get button 'die))
129 (is-ref (button-get button 'die-ref)))
137 (dwarf-insert-substructure-button di
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf-mode.el101 (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 di
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddwarf-mode.el101 (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 di
[all...]
/netbsd-current/sys/arch/landisk/include/
H A DMakefile7 button.h \
/netbsd-current/sys/dev/pckbport/
H A Dalps.c878 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 <<
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/doc/
H A Dtexi2html487 # if set, use this chapter for 'Index' button, else
1039 # insert here name of icon images for these, if button is inactive
1061 my $button = shift;
1064 return qq{<IMG SRC="$icon" BORDER="0" ALT="$button: $name" ALIGN="MIDDLE">};
1095 for $button (@$T2H_BUTTONS)
1100 if (ref($button) eq 'CODE')
1102 &$button($fh, $vertical);
1104 elsif ($button eq ' ')
1105 { # handle space button
1108 &$T2H_button_icon_img($button,
[all...]

Completed in 182 milliseconds

123