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

17 The next section describes and shows what can be done with sizers.
20 For information about the new wxWidgets resource system, which can describe
32 children (which can be normal windows, empty space or other sizers) so that
33 a hierarchy of sizers can be constructed. Note that wxSizer does not derive from wxWindow
38 reports its own minimal size and the algorithm can handle differences in font sizes
59 the height and/or the width of the item to -1. Note that only some controls can
62 can calculate their height, but not their width (e.g. a single line text control):
73 in a dialog. This border can either be all around, or at any combination of sides
86 item, the dialog item can be made to fill out the available space entirely, i.e.
117 You can hide controls contained in sizers the same way you would hide any control,
120 However, wxSizer also offers a separate method which can tell the sizer not to
125 This is useful when hiding parts of the interface, since you can avoid removing
132 \helpref{wxBoxSizer}{wxboxsizer} can lay out its children either vertically
134 When using a vertical sizer, each child can be centered, aligned to the
136 sizer, each child can be centered, aligned at the bottom or aligned at
139 stretch factor determines how much the child can be stretched horizontally.
176 rows can be declared to be stretchable if the sizer is assigned
190 two buttons at the bottom. This can be seen as a top-hierarchy column with the text at
199 It is the unique feature of a box sizer, that it can grow in both directions (height and
200 width) but can distribute its growth in the main direction (horizontal for a row) {\it unevenly}
204 as a weight factor, i.e. it can be zero, indicating that the window may not be resized
213 the item can be aligned within available space. wxALIGN\_LEFT, wxALIGN\_TOP, wxALIGN\_RIGHT,
218 As mentioned above, any window belonging to a sizer may have border, and it can be specified
221 flags can be used in combination with the alignment flags above as the second parameter of the
224 a sizer and its children can be controlled by the three parameters of the Add() method.
335 As a convenience, CreateButtonSizer ( long flags ) can be used to create a standard button sizer
336 in which standard buttons are displayed. The following flags can be passed to this function: