Home
last modified time | relevance | path

Searched refs:widget (Results 1 – 25 of 61) sorted by relevance

123

/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.ui3 <widget class="QMainWindow" name="WpaGui" >
19 <widget class="QWidget" name="widget" >
22 <widget class="QLabel" name="adapterLabel" >
26 </widget>
29 <widget class="QComboBox" name="adapterSelect" />
32 <widget class="QLabel" name="networkLabel" >
36 </widget>
39 <widget class="QComboBox" name="networkSelect" />
42 <widget class="QTabWidget" name="wpaguiTab" >
46 <widget class="QWidget" name="statusTab" >
[all …]
H A Dnetworkconfig.ui3 <widget class="QDialog" name="NetworkConfig" >
17 <widget class="QPushButton" name="cancelButton" >
21 </widget>
24 <widget class="QFrame" name="frame9" >
33 <widget class="QLabel" name="ssidLabel" >
37 </widget>
40 <widget class="QLineEdit" name="ssidEdit" >
47 </widget>
50 <widget class="QLabel" name="authLabel" >
54 </widget>
[all …]
H A Duserdatarequest.ui6 <widget class="QDialog" name="UserDataRequest" >
23 <widget class="QLabel" name="queryInfo" >
27 </widget>
35 <widget class="QLabel" name="queryField" >
39 </widget>
42 <widget class="QLineEdit" name="queryEdit" >
49 </widget>
75 <widget class="QPushButton" name="buttonOk" >
88 </widget>
91 <widget class="QPushButton" name="buttonCancel" >
[all …]
H A Dscanresults.ui3 <widget class="QDialog" name="ScanResults" >
17 <widget class="QTreeWidget" name="scanResultsWidget" >
55 </widget>
73 <widget class="QPushButton" name="scanButton" >
77 </widget>
80 <widget class="QPushButton" name="closeButton" >
84 </widget>
89 </widget>
H A Deventhistory.ui3 <widget class="QDialog" name="EventHistory" >
17 <widget class="QTreeView" name="eventListView" >
30 </widget>
46 <widget class="QPushButton" name="closeButton" >
50 </widget>
53 </widget>
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-glade-148 <widget>
65 <widget>
76 <widget>
91 <widget>
96 <widget>
101 <widget>
105 <widget>
115 </widget>
117 <widget>
128 </widget>
[all …]
H A Dxgettext-glade-328 <widget class="GtkDialog" id="dialog">
38 <widget class="GtkVBox" id="dialog-vbox1">
44 <widget class="GtkHButtonBox" id="dialog-action_area1">
50 <widget class="GtkButton" id="insert_char_button">
55 </widget>
59 <widget class="GtkButton" id="close_button">
66 </widget>
70 <widget class="GtkButton" id="help_button">
77 </widget>
79 </widget>
[all …]
H A Dxgettext-glade-229 <widget>
44 <widget>
56 </widget>
57 </widget>
/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_copypaste.c62 static void peekProc( Widget widget, in peekProc() argument
71 static void peekProc( widget, data, selection, type, value, length, format ) in peekProc()
72 Widget widget; in peekProc()
109 static void loseProc( Widget widget ) in loseProc() argument
111 static void loseProc( widget ) in loseProc()
112 Widget widget; in loseProc()
116 (*icccm_clear)( widget );
119 XtDisownSelection( widget,
121 XtLastTimestampProcessed( XtDisplay(widget) )
127 static int convertProc( Widget widget, in convertProc() argument
[all …]
H A Dm_vi.c53 static void f_paste(int widget, int buffer, int length);
54 static void f_clear(Widget widget);
608 command(Widget widget, XKeyEvent *event, String *str, Cardinal *cardinal) in command() argument
647 beep(widget); in command()
652 static void insert_string( Widget widget, in insert_string() argument
658 static void insert_string( widget, event, str, cardinal ) in insert_string()
659 Widget widget; in insert_string()
682 static void key_press( Widget widget, in key_press() argument
688 static void key_press( widget, event, str, cardinal ) in key_press()
689 Widget widget; in key_press()
[all …]
/netbsd-src/external/bsd/nvi/dist/gtk/
H A Dgtkviscreen.c42 static void gtk_vi_screen_realize (GtkWidget *widget);
47 static void gtk_vi_screen_size_request (GtkWidget *widget,
49 static void gtk_vi_screen_size_allocate (GtkWidget *widget,
56 static gint gtk_vi_screen_expose (GtkWidget *widget,
452 gtk_vi_screen_realize (GtkWidget *widget) in gtk_vi_screen_realize() argument
458 g_return_if_fail (widget != NULL); in gtk_vi_screen_realize()
459 g_return_if_fail (GTK_IS_VI_SCREEN (widget)); in gtk_vi_screen_realize()
461 vi = GTK_VI_SCREEN (widget); in gtk_vi_screen_realize()
465 attributes.x = widget->allocation.x; in gtk_vi_screen_realize()
466 attributes.y = widget->allocation.y; in gtk_vi_screen_realize()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A Dxditview.c370 NextPageAction (Widget widget, XEvent *event, in NextPageAction() argument
380 widget = widget; /* unused; suppress compiler warning */ in NextPageAction()
400 PreviousPageAction (Widget widget, XEvent *event, in PreviousPageAction() argument
410 widget = widget; /* unused; suppress compiler warning */ in PreviousPageAction()
430 SelectPageAction (Widget widget, XEvent *event, in SelectPageAction() argument
433 widget = widget; /* unused; suppress compiler warning */ in SelectPageAction()
462 RerasterizeAction (Widget widget, XEvent *event, in RerasterizeAction() argument
477 widget = widget; /* unused; suppress compiler warning */ in RerasterizeAction()
496 PrintAction (Widget widget, XEvent *event, in PrintAction() argument
499 widget = widget; /* unused; suppress compiler warning */ in PrintAction()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/gtk/
H A Dsupport.c33 lookup_widget (GtkWidget *widget, in lookup_widget() argument
40 if (GTK_IS_MENU (widget)) in lookup_widget()
41 parent = gtk_menu_get_attach_widget (GTK_MENU (widget)); in lookup_widget()
43 parent = widget->parent; in lookup_widget()
45 parent = (GtkWidget*) g_object_get_data (G_OBJECT (widget), "GladeParentKey"); in lookup_widget()
48 widget = parent; in lookup_widget()
51 found_widget = (GtkWidget*) g_object_get_data (G_OBJECT (widget), in lookup_widget()
90 create_pixmap (GtkWidget *widget, in create_pixmap() argument
H A Dsupport.h57 GtkWidget* lookup_widget (GtkWidget *widget,
70 GtkWidget* create_pixmap (GtkWidget *widget,
H A Dinterface.c32 #define GLADE_HOOKUP_OBJECT(component,widget,name) \ argument
34 gtk_widget_ref (widget), (GDestroyNotify) gtk_widget_unref)
36 #define GLADE_HOOKUP_OBJECT_NO_REF(component,widget,name) \ argument
37 g_object_set_data (G_OBJECT (component), name, widget)
H A Dcallbacks.h33 enter_event (GtkWidget *widget,
H A Dcallbacks.c72 enter_event(GtkWidget *widget, struct userdata *user_data) in enter_event() argument
/netbsd-src/external/gpl3/gcc/dist/contrib/regression/
H A DChangeLog44 * GCC_Regression_Tester.wdgt/widget.html: Mark as HTML 4.01,
49 place as widget.
83 * GCC_Regression_Tester.wdgt/widget.html: Use max-age=30
88 * GCC Regression Tester.wdgt/widget.html: New file.
H A DREADME15 'GCC_Regression_Tester.wdgt' is a Dashboard widget that displays the
18 'GCC_Regression_Tester.wdgt/widget.html', if your browser supports
/netbsd-src/external/gpl3/gcc.old/dist/contrib/regression/
H A DREADME15 'GCC_Regression_Tester.wdgt' is a Dashboard widget that displays the
18 'GCC_Regression_Tester.wdgt/widget.html', if your browser supports
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c-gnome/
H A Dhello.c17 quit_callback (GtkWidget *widget, void *data) in quit_callback() argument
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnome/
H A Dhello.m17 quit_callback (GtkWidget *widget, void *data)
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DDoxyfile15 "The $name widget" \
/netbsd-src/external/bsd/elftosb/dist/keygen/
H A DDoxyfile15 "The $name widget" \
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/
H A Ddoxytmpl.dxy10 "The $name widget " \

123