Searched refs:selection (Results 76 - 100 of 154) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dsticon.c44 #include <linux/selection.h>
H A Dmdacon.c38 #include <linux/selection.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dselection.c2 * linux/drivers/char/selection.c
26 #include <linux/selection.h>
36 /* Variables for selection control. */
48 /* set reverse video on characters s-e of console with selection. */
67 /* remove the current selection highlight, if any,
68 from the console holding the selection. */
136 /* set the current selection. Invoked by ioctl() or by kernel code. */
166 /* useful for screendump without selection highlights */
192 case TIOCL_SELCHAR: /* character-by-character selection */
196 case TIOCL_SELWORD: /* word-by-word selection */
[all...]
H A Dvc_screen.c14 * This replaces screendump and part of selection, so that the system
33 #include <linux/selection.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcomboctrl.tex60 // Translate string into a list selection
68 // Get list selection as a string
79 // TODO: Move selection to cursor
192 \docparam{value}{Initial selection string. An empty string indicates no selection.}
258 Copies the selected text to the clipboard and removes the selection.
H A Dtext.tex44 doesn't show the selection when it doesn't have focus - use this style to force
327 Returns {\tt true} if the selection can be copied to the clipboard.
334 Returns {\tt true} if the selection can be cut to the clipboard.
394 Copies the selected text to the clipboard and removes the selection.
539 Gets the current selection span. If the returned values are equal, there was
540 no selection.
566 Gets the text currently selected in the control. If there is no selection, the
H A Dcolour.tex248 with custom colour selection controls. Under PalmOS, determines whether colour dialog
279 with custom colour selection controls. Under other platforms, has no effect.
H A Drenderer.tex153 Draw a selection rectangle underneath the text as used e.g. in a
158 be used to indicate if the control has the focus (othewise the the selection
H A Ddirctrl.tex128 This function doesn't count a directory as a selection.
H A Devent.tex185 selection must only be processed by one handler.
H A Dfilepicker.tex46 \twocolitem{\windowstyle{wxFLP\_CHANGE\_DIR}}{Change current working directory on each user file selection change.}
H A Dhworld.tex81 the selection of a list box entry to a resize event when a user resizes
H A Dimaglist.tex117 \docparam{flags}{How to draw the image. A bitlist of a selection of the following:
H A Drichtextevent.tex19 %\twocolitem{{\bf EVT\_RICHTEXT\_SELECTION\_CHANGED(id, func)}}{Process a wxEVT\_COMMAND\_RICHTEXT\_SELECTION\_CHANGED event, generated when the selection has been changed. Not currently implemented.}
H A Dsrchctrl.tex34 doesn't show the selection when it doesn't have focus - use this style to force
H A Dtab.tex234 Sets the selection flag for this tab (does not set the current tab for the view;
H A Dttreectl.tex76 may be used to change the current selection. <HOME> and <END> are used to go to
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dmain.c1442 GdkAtom selection; local
1446 selection = GDK_SELECTION_CLIPBOARD;
1447 clipboard = gtk_clipboard_get_for_display( display, selection );
1451 selection = GDK_SELECTION_PRIMARY;
1452 clipboard = gtk_clipboard_get_for_display( display, selection );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Ddetails.cc236 const QItemSelection selection( selectionModel->selection( ) );
241 selectionModel->select( selection, QItemSelectionModel::Select );
H A Dmainwin.cc1087 const QItemSelection selection( selectionModel->selection( ) );
1094 selectionModel->select( selection, QItemSelectionModel::Select );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dgconf.c1020 /* Row selection changed: update help */
1024 GtkTreeSelection *selection; local
1028 selection = gtk_tree_view_get_selection(treeview);
1029 if (gtk_tree_selection_get_selected(selection, &model2, &iter)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dget_maintainer.pl536 MAINTAINER field selection options:
599 Use --hg-since not --git-since to control date selection
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dbuild_zip.com57 $! "VMSCLI" now is the selection of the CLI style Zip executable in
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dgconf.c1098 /* Row selection changed: update help */
1102 GtkTreeSelection *selection; local
1106 selection = gtk_tree_view_get_selection(treeview);
1107 if (gtk_tree_selection_get_selected(selection, &model2, &iter)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSpecialTags.h163 CEC_Prefs_Packet(uint32 selection, EC_DETAIL_LEVEL prefs_detail = EC_DETAIL_FULL, EC_DETAIL_LEVEL cat_details = EC_DETAIL_FULL);

Completed in 602 milliseconds

1234567