Searched refs:selection (Results 1 - 25 of 154) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_choic.cpp40 // find the selection
41 long selection = GetLong(wxT("selection"), -1); local
57 if (selection != -1)
58 control->SetSelection(selection);
H A Dxh_htmllbox.cpp39 // find the selection
40 long selection = GetLong(wxT("selection"), -1); local
57 if (selection != -1)
58 control->SetSelection(selection);
H A Dxh_bmpcbox.cpp53 // find the selection
54 long selection = GetLong( wxT("selection"), -1 ); local
88 if (selection != -1)
89 control->SetSelection(selection);
H A Dxh_combo.cpp46 // find the selection
47 long selection = GetLong( wxT("selection"), -1 ); local
64 if (selection != -1)
65 control->SetSelection(selection);
H A Dxh_listb.cpp47 // find the selection
48 long selection = GetLong(wxT("selection"), -1); local
65 if (selection != -1)
66 control->SetSelection(selection);
H A Dxh_odcombo.cpp49 // find the selection
50 long selection = GetLong( wxT("selection"), -1 ); local
72 if (selection != -1)
73 control->SetSelection(selection);
H A Dxh_radbx.cpp43 // find the selection
44 long selection = GetLong( wxT("selection"), -1 ); local
78 if (selection != -1)
79 control->SetSelection(selection);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dgettext-3-prg.c37 const char *selection; member in struct:data_t
76 printf ("%s - %s\n", strings[j].selection,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/checklst/
H A Dchecklst.cpp197 menuList->AppendCheckItem(Menu_Selection, _T("Multiple selection\tCtrl-M"));
198 menuList->AppendCheckItem(Menu_Extended, _T("Extended selection"));
433 int selection = -1; local
440 selection = list.Item(0);
445 selection = m_pListBox->GetSelection();
449 if ( selection != -1 )
451 strSelection.Printf(wxT("Item %d double clicked"), selection);
455 strSelection = wxT("List double clicked in multiple selection mode");
481 int selection = -1; local
488 selection
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddirdlg.cpp69 mNavReply.selection.descriptorType = typeNull;
70 mNavReply.selection.dataHandle = nil;
106 OSErr err = ::AECoerceDesc( &mNavReply.selection , typeFSS, &specDesc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dvlbox.cpp107 // tell the selection store that our number of items has changed
115 // selection handling
134 // selection really changed
261 void wxVListBox::SetSelection(int selection) argument
263 wxCHECK_RET( selection == wxNOT_FOUND ||
264 (selection >= 0 && (size_t)selection < GetItemCount()),
269 if (selection != wxNOT_FOUND)
270 Select(selection);
273 m_anchor = selection;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dvlbox.tex78 which indicates that the listbox should support multiple selection.
92 This method is only valid for multi selection listboxes.
121 This method is only valid for multi selection listboxes.
154 This method is only valid for multi selection listboxes.
167 It is valid for both single and multi selection controls. In the former case it
181 Get the currently selected item or {\tt wxNOT\_FOUND} if there is no selection.
202 and so supports multiple selection or {\tt false} if it is a single selection
212 Current item is always the same as selected one for the single selection
215 selection listboxe
[all...]
H A Dcmdevent.tex107 Returns client data pointer for a listbox or choice selection event
114 Returns client object pointer for a listbox or choice selection event
122 If the event comes from a listbox selection, it is a boolean
123 determining whether the event was a selection (true) or a
125 multiple-selection boxes, and in this case the index and string values
133 radiobox selection (only if the event was a selection, not a
140 Returns item index for a listbox or choice selection event (not valid for
147 Returns item string for a listbox or choice selection event (not valid for
155 method returns {\tt true} for a selection even
[all...]
H A Dlistbox.tex5 marked in reverse video. A listbox can be single selection (if an item
6 is selected, the previous selection is removed) or multiple selection
32 \twocolitem{\windowstyle{wxLB\_SINGLE}}{Single-selection list.}
33 \twocolitem{\windowstyle{wxLB\_MULTIPLE}}{Multiple-selection list: the user can toggle multiple
35 \twocolitem{\windowstyle{wxLB\_EXTENDED}}{Extended-selection list: the user can
45 selection is the default).
54 when an item on the list is selected or the selection changes.}
149 This applies to multiple selection listboxes only.
167 Use this with a multiple selection listbo
[all...]
H A Dnoteevt.tex63 be selected. Also note that the values of selection and old selection returned
82 Sets the selection member variable.
H A Dchoice.tex15 listbox, only the selection is visible until the user pulls down the
144 returns the accepted selection value, i.e. the selection in the control once
145 the user closes the dropdown list, this function returns the current selection.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex179 Use "Edit|Copy" (or the toolbar copy button) to copy the selection. Use "Edit|Cut" (or the toolbar cut button) to
180 copy and then delete the selection. Use "Edit|Paste" (or the toolbar paste button) to copy the selection to
183 Under Windows, copy and cutting also copies the selection to the Windows clipboard into metafile (vector)
197 \twocolitem{Ctrl-C}{Copy the selection to the clipboard}
198 \twocolitem{Ctrl-D}{Duplicate the selection}
203 \twocolitem{Ctrl-V}{Paste the selection}
205 \twocolitem{Ctrl-X}{Cut the selection}
242 \twocolitem{{\bf Cut}}{Deletes the current selection and places it on the clipboard.}
243 \twocolitem{{\bf Copy}}{Copies the current selection ont
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/browsers/
H A Dhists.c24 struct map_symbol *selection; member in struct:hist_browser
178 if (map_symbol__toggle_fold(self->selection)) {
339 self->selection = &chain->ms;
397 self->selection = &chain->ms;
459 self->selection = &entry->ms;
751 dso = browser->selection->map ? browser->selection->map->dso : NULL;
771 if (browser->selection->map == NULL ||
772 browser->selection->map->dso->annotate_warned)
813 if (browser->selection
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dlistbox.cpp146 gtk_listitem_changed_callback( GtkTreeSelection* selection, wxListBox *listbox ) argument
172 // indicate that this is a selection
196 // indicate that this is a selection
406 GtkTreeSelection* selection = gtk_tree_view_get_selection( m_treeview ); local
408 g_signal_connect_after (selection, "changed",
427 gtk_tree_selection_set_mode( selection, mode );
721 // Don't call the selection event handler if we only changed the item label
782 // selection
789 wxT("must be single selection listbox"));
792 GtkTreeSelection* selection local
816 GtkTreeSelection* selection = gtk_tree_view_get_selection(m_treeview); local
836 GtkTreeSelection* selection = gtk_tree_view_get_selection(m_treeview); local
869 GtkTreeSelection* selection = gtk_tree_view_get_selection(m_treeview); local
882 GtkTreeSelection* selection = gtk_tree_view_get_selection(m_treeview); local
[all...]
H A Dclipbrd.cpp46 /* The contents of a selection are returned in a GtkSelectionData
47 structure. selection/target identify the request.
57 GdkAtom selection;
95 wxDataFormat clip( selection_data->selection );
97 wxT("selection received for targets, clipboard %s"),
109 wxT("selection received for targets, format %s"),
171 // make sure we got the data in the correct form (selection type).
197 if (event->selection == GDK_SELECTION_PRIMARY)
202 if (event->selection == g_clipboardAtom)
231 // selection handle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DECSpecialMuleTags.cpp81 CEC_Prefs_Packet::CEC_Prefs_Packet(uint32 selection, EC_DETAIL_LEVEL pref_details, EC_DETAIL_LEVEL cat_details) : CECPacket(EC_OP_SET_PREFERENCES, pref_details) argument
83 if (selection & EC_PREFS_CATEGORIES) {
94 if (selection & EC_PREFS_GENERAL) {
103 if (selection & EC_PREFS_CONNECTIONS) {
132 if (selection & EC_PREFS_MESSAGEFILTER) {
153 if (selection & EC_PREFS_REMOTECONTROLS) {
181 if (selection & EC_PREFS_ONLINESIG) {
189 if (selection & EC_PREFS_SERVERS) {
224 if (selection & EC_PREFS_FILES) {
266 if (selection
[all...]
H A DSearchDlg.cpp254 int selection = m_notebook->GetSelection(); local
257 // can result in an invalid selection. This has been reported as
259 if (selection >= (int)m_notebook->GetPageCount()) {
260 selection = m_notebook->GetPageCount() - 1;
264 if ( selection != -1 ) {
265 CSearchListCtrl *ctrl = dynamic_cast<CSearchListCtrl*>(m_notebook->GetPage(selection));
536 int selection = CastChild( ID_SEARCHTYPE, wxChoice )->GetSelection(); local
539 selection += 2;
543 selection += 1;
546 switch (selection) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dutil.c256 GtkTreeSelection * selection = gtk_tree_view_get_selection( tv ); local
263 if( !gtk_tree_selection_path_is_selected ( selection, path ) )
265 gtk_tree_selection_unselect_all ( selection );
266 gtk_tree_selection_select_path ( selection, path );
294 GtkTreeSelection * selection = gtk_tree_view_get_selection( tv ); local
295 gtk_tree_selection_unselect_all ( selection );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dclipbrd.cpp44 /* The contents of a selection are returned in a GtkSelectionData
45 structure. selection/target identify the request.
55 GdkAtom selection;
96 wxDataFormat clip( selection_data->selection );
98 wxT("selection received for targets, clipboard %s"),
110 wxT("selection received for targets, format %s"),
172 // make sure we got the data in the correct form (selection type).
198 if (event->selection == GDK_SELECTION_PRIMARY)
203 if (event->selection == g_clipboardAtom)
232 // selection handle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-ui/
H A Davahi-ui.c421 GtkTreeSelection *selection; local
463 selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(d->priv->service_tree_view));
464 if (!gtk_tree_selection_get_selected(selection, NULL, NULL)) {
471 gtk_tree_selection_select_iter(selection, &iter);
542 GtkTreeSelection *selection; local
544 selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(d->priv->domain_tree_view));
545 if (!gtk_tree_selection_get_selected(selection, NULL, NULL)) {
550 gtk_tree_selection_select_iter(selection, iter);
849 static void service_selection_changed_callback(GtkTreeSelection *selection, gpointer user_data) { argument
853 b = gtk_tree_selection_get_selected(selection, NUL
958 GtkTreeSelection *selection; local
1071 GtkTreeSelection *selection; local
[all...]

Completed in 150 milliseconds

1234567