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

5 to children of the frame, asking them for information about
7 the remaining space to the MDI client window (which contains the MDI child frames).
11 Because the event system is used, this technique can be applied to any windows,
13 in wxWindow refer to wxLayoutAlgorithm or its events). However, you
14 may wish to use \helpref{wxSashLayoutWindow}{wxsashlayoutwindow} for your subwindows
16 to specify the desired size of the window. The sash behaviour in the base class
17 can be used, optionally, to make the windows user-resizable.
20 where there are several resizable windows in addition to the MDI client window, or
25 the given event object, to be the old supplied rectangle minus whatever space the
28 which it sends to itself to determine the orientation, alignment and size of the window,
31 The algorithm works by starting off with a rectangle equal to the whole frame client area.
33 the window size and return the remaining rectangle for the next window to process. It
35 of the frame client, according to the orientation it specifies. For example, a horizontal window
37 In the other orientation, the window will be fixed to whatever size was specified by
38 OnQueryLayoutInfo. An alignment setting will make the window 'stick' to the left, top, right or
40 Say you wish to have an extra toolbar at the top of the frame, a project window to the left of
47 OnCalculateLayout chooses to interpret a window's size and alignment. Therefore you
51 rather than always assuming stretching. (This could, and probably should, be added to the existing
54 {\it Note:} wxLayoutAlgorithm has nothing to do with wxLayoutConstraints. It is an alternative
67 The algorithm object does not respond to events, but itself generates the
68 following events in order to calculate window sizes.
73 to get size, orientation and alignment from a window. See \helpref{wxQueryLayoutInfoEvent}{wxquerylayoutinfoevent}.}
75 which asks the window to take a 'bite' out of a rectangle provided by the algorithm.
125 Lays out the children of a normal frame. {\it mainWindow} is set to occupy the remaining space.
136 The MDI client window is set to occupy the remaining space.
144 {\it mainWindow} is set to occupy the remaining space. If this is not specified, then
145 the last window that responds to a calculate layout event in query mode will get the remaining space
146 (that is, a non-query OnCalculateLayout event will not be sent to this window and the window will be set
147 to the remaining size).