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

165 Appends one or more new rows to the bottom of the grid and returns true if
178 Automatically sets the height and width of all rows and columns to fit their contents.
229 Automatically sizes all rows to fit their contents. If setAsMin is true the calculated heights will
230 also be set as the minimal heights for the rows.
284 Returns true if rows can be resized by dragging with the mouse. Rows can be resized
295 Return true if the dragging of grid lines to resize rows and columns is enabled or false otherwise.
349 Creates a grid with the specified initial number of rows and columns.
377 Deletes one or more rows from a grid starting at the specified position and returns
417 Disable mouse dragging of grid lines to resize rows and columns. Equivalent to passing
478 default state you can set single grid cells and whole rows and columns to be editable or
814 Returns the current default height for grid rows.
943 Returns the total number of grid rows (actually the number of rows in the underlying grid table).
1065 Returns an array of selected rows.
1167 Inserts one or more new rows into a grid with the first new row at the specified
1172 table to insert new rows. If this is successful the table notifies the grid and the
1232 Returns true if there are currently rows, columns or blocks of cells selected.
1362 Moves the grid cursor down by some number of rows so that the previous bottom visible row
1374 Moves the grid cursor up by some number of rows so that the previous top visible row
1736 Sets the default height for rows in the grid. This will only affect rows subsequently added
1786 A grid may occupy more space than needed for its rows/columns. This
1877 This should normally be called when creating the grid because it will not resize existing rows
1955 \docparam{wxGrid::wxGridSelectRows}{Selections will consist of whole rows.}