• 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:scroll

5 scroll positions, thumb sizes and ranges according to the area in view.
56 scroll position.
58 A wxScrolledWindow will normally scroll itself and therefore its child windows as well. It
59 might however be desired to scroll a different window than itself: e.g. when designing a
60 spreadsheet, you will normally only have to scroll the (usually white) cell area, whereas the
61 (usually grey) label area will scroll very differently. For this special purpose, you can
63 the scrollbars will scroll a different window.
97 to build your own scroll behaviour.
214 screen when a scroll event occurs. If the application scrolls by a
236 Get the number of pixels per scroll unit (line), in each direction, as set
266 \docparam{x}{Receives the first visible x position in scroll units.}
268 \docparam{y}{Receives the first visible y position in scroll units.}
275 visible portion of the window. The positions are in logical scroll
277 by the number of pixels per scroll increment.
333 sets the device origin according to the current scroll position.
391 \docparam{x}{The x position to scroll to, in scroll units.}
393 \docparam{y}{The y position to scroll to, in scroll units.}
397 The positions are in scroll units, not pixels, so to convert to pixels you
398 will have to multiply by the number of pixels per scroll increment.
419 \docparam{pixelsPerUnitX}{Pixels per scroll unit in the horizontal direction.}
421 \docparam{pixelsPerUnitY}{Pixels per scroll unit in the vertical direction.}
427 \docparam{xPos}{Position to initialize the scrollbars in the horizontal direction, in scroll units.}
429 \docparam{yPos}{Position to initialize the scrollbars in the vertical direction, in scroll units.}
435 The first pair of parameters give the number of pixels per `scroll step', i.e. amount
436 moved when the up or down scroll arrows are pressed.
437 The second pair gives the length of scrollbar in scroll steps, which sets the size of the virtual
440 {\it xPos} and {\it yPos} optionally specify a position to scroll to immediately.
443 scrollbars with 20 pixels per scroll step, and a size of 50 steps (1000
454 scroll steps may be variable according to the position in the document, it will be