Searched refs:controls (Results 101 - 125 of 186) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtchanges.tex52 \item All \helpref{wxControls}{wxcontrol} were changed to set the minsize to what is passed to the constructor or their Create method, and also to set the real size of the control to the blending of the minsize and bestsize. \helpref{wxWindow::SetBestFittingSize}{wxwindowsetbestfittingsize} was added to help with this, although most controls don't need to call it directly because it is called indirectly via the \helpref{SetInitialBestSize}{wxwindowsetinitialbestsize} called in the base classes.
63 In this case the old code would have used the new size as the minimum, but now the sizer will use the default size as the minimum rather than the size set later. It is an easy fix though, just move the specification of the size to the constructor (assuming that SomeWidget will set its minsize there like the rest of the controls do) or call \helpref{SetMinSize}{wxwindowsetminsize} instead of \helpref{SetSize}{wxwindowsetsize}.
65 In order to fit well with this new scheme of things, all \helpref{wxControls}{wxcontrol} or custom controls should do the following things. (Depending on how they are used you may also want to do the same thing for non-control custom windows.)
96 \item (most) controls now inherit parents colours by default, override ShouldInheritColours() to return false if you don't want this to happen
H A Dvaltext.tex3 wxTextValidator validates text controls, providing a variety of filtering behaviours.
H A DwxPython.tex93 usually implements its own widgets (controls) even when there are
94 native controls available.
155 016: # Add a panel and some controls to display the size and position
248 corresponding C++ objects. Once the C++ windows and controls are
H A Dcmdevent.tex4 simple controls. More complex controls, such as \helpref{wxTreeCtrl}{wxtreectrl}, have separate command event classes.
H A Dgridedit.tex95 the in-place edit controls for the grid. Instances of wxGridCellEditor
191 Some types of controls on some platforms may need some help
H A Dtcommdlg.tex36 a right-hand panel containing controls to select a precise colour, and add
93 presents a dialog box with controls for font name, point size, style, weight,
H A Dporting.tex14 panel item layout, and the lack of automatic labels in some controls.
36 wxMessages whether you're creating controls programmatically or using
166 \section{Dialogs and controls}\label{portingdialogscontrols}
170 Most controls no longer have labels and values as they used to in 1.xx. Instead, labels
222 instead, which takes standard dialogs and panels and associates controls with property objects.
436 \helpref{Dialogs and controls}{portingdialogscontrols}
H A Drichtextoverview.tex16 {\bf Additional controls:} \helpref{wxRichTextStyleComboCtrl}{wxrichtextstylecomboctrl},
219 be processed by the control rather than being used for navigation between controls.
224 wxTextAttr is shared across all controls that are derived from wxTextCtrlBase and
H A Dtreectrl.tex118 coloured) background behind them, especially for the controls using non-default background colour. The recommended solution is to upgrade the {\tt comctl32.dll}
666 This function only works with the controls without wxTR\_MULTIPLE style, use
667 \helpref{GetSelections}{wxtreectrlgetselections} for the controls which do have
832 Selects the given item. In multiple selection controls, can be also used to
1030 multiselection controls only.
1053 Unselects the given item. This works in multiselection controls only.
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 Dhthelpct.tex69 \twocolitem{\windowstyle{wxHF\_BOOKMARKS}}{The help window has bookmarks controls.}
82 \twocolitem{\windowstyle{wxHF\_EMBEDDED}}{Specifies that the help controller controls an embedded window of class \helpref{wxHtmlHelpWindow}{wxhtmlhelpwindow} that
H A Dbitmapcombobox.tex39 dialog controls). Windows only.}
H A Ddirctrl.tex24 \twocolitem{\indexit{wxDIRCTRL\_3D\_INTERNAL}}{Use 3D borders for internal controls.}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvcvideo.h8 * Dynamic controls
322 struct uvc_control *controls; member in struct:uvc_entity
514 struct list_head controls; /* struct uvc_control_info list */ member in struct:uvc_driver
515 struct mutex ctrl_mutex; /* protects controls and devices
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsmbldap.c1284 LDAPControl *controls[2] = { NULL, NULL}; local
1318 controls[0] = ≺
1319 controls[1] = NULL;
1322 0, controls, NULL, LDAP_NO_LIMIT, res);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsoc_camera.c670 /* First check host controls */
672 if (qc->id == ici->ops->controls[i].id) {
673 memcpy(qc, &(ici->ops->controls[i]),
678 /* Then device controls */
680 if (qc->id == icd->ops->controls[i].id) {
681 memcpy(qc, &(icd->ops->controls[i]),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcore.h117 struct rw_semaphore controls_rwsem; /* controls list lock */
119 int controls_count; /* count of all controls */
120 int user_ctl_count; /* count of all user controls */
121 struct list_head controls; /* all controls for this card */ member in struct:snd_card
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/hdpvr/
H A Dhdpvr-video.c921 struct v4l2_ext_control *ctrl = ctrls->controls + i;
993 struct v4l2_ext_control *ctrl = ctrls->controls + i;
1091 struct v4l2_ext_control *ctrl = ctrls->controls + i;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-v4l2.c674 ctrl = ctls->controls + idx;
697 ctrl = ctls->controls + idx;
720 ctrl = ctls->controls + idx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp711 // Make a list of the tab controls, deleting the wxTabLayers.
712 wxList controls; local
722 controls.Append(tab);
738 wxList::compatibility_iterator node = controls.GetFirst();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/
H A Dmakefile.dms65 cd controls
332 cd controls
H A Dmakefile.vc77 cd controls
344 cd controls
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/tlg2300/
H A Dpd-video.c90 static struct poseidon_control controls[] = { variable in typeref:struct:poseidon_control
941 struct poseidon_control *control = &controls[0];
942 int array_size = ARRAY_SIZE(controls);
944 for (; control < &controls[array_size]; control++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/
H A Dsaa7146_video.c202 /* device controls */
204 static struct v4l2_queryctrl controls[] = { variable in typeref:struct:v4l2_queryctrl
246 static int NUM_CONTROLS = sizeof(controls)/sizeof(struct v4l2_queryctrl);
255 if (controls[i].id == id)
256 return controls+i;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dactbl2.h185 u8 controls; member in struct:acpi_asf_remote

Completed in 256 milliseconds

12345678