• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:and

4 the coordinates according to the scrollbar positions, and setting the
5 scroll positions, thumb sizes and ranges according to the area in view.
14 and it will be kept for backwards compatibility.
19 or \helpref{wxWindow::FitInside}{wxwindowfitinside}, and setting the
25 The most automatic and newest way is to simply let sizers determine the
28 The scrolling area will be set to the size requested by the sizer and
30 for them and the scrolling increment set by
44 and remove it entirely in future.
58 A wxScrolledWindow will normally scroll itself and therefore its child windows as well. It
68 position (10,10) and scrolls the window down 100 pixels (moving the child window out of the visible
94 Use wxScrolledWindow for applications where the user scrolls by a fixed amount, and
159 (as always), but the logical coordinates are (0, 10) and so the call to
167 parameters and returns xx and yy as a tuple of values.}
169 \perlnote{In wxPerl this method takes two parameters and returns a
183 (as always), but the logical coordinates are (0, 10) and so the call to
191 parameters and returns xx and yy as a tuple of values.}
193 \perlnote{In wxPerl this method takes two parameters and returns a
216 scrolling will not work, and you should switch it off. Note that you
252 parameters and returns a tuple of values for xUnit and yUnit.}
254 \perlnote{In wxPerl this method takes no parameters and returns a
272 If either of the scrollbars is not at the home position, {\it x} and/or
284 parameters and returns a tuple of values for x and y.}
286 \perlnote{In wxPerl this method takes no parameters and returns a
306 Use \helpref{wxDC::DeviceToLogicalX}{wxdcdevicetologicalx} and \helpref{wxDC::DeviceToLogicalY}{wxdcdevicetologicaly}\rtfsp
315 parameters and returns a tuple of values for x and y.}
317 \perlnote{In wxPerl this method takes no parameters and returns a
377 This function is for backwards compatibility only and simply calls
415 Sets up vertical and/or horizontal scrollbars.
440 {\it xPos} and {\it yPos} optionally specify a position to scroll to immediately.
442 For example, the following gives a window horizontal and vertical
443 scrollbars with 20 pixels per scroll step, and a size of 50 steps (1000
455 necessary to derive a new class from wxWindow, overriding {\bf OnSize} and
467 Set the horizontal and vertical scrolling increment only. See the pixelsPerUnit
476 a different window (and not on itself).