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

143 object to the grid and specified that the grid should not take ownership of the
349 Creates a grid with the specified initial number of rows and columns.
364 Deletes one or more columns from a grid starting at the specified position and returns
377 Deletes one or more rows from a grid starting at the specified position and returns
542 grid cell at the specified location.
556 Returns the background colour of the cell at the specified location.
564 Returns a pointer to the editor for the cell at the specified location.
575 Returns the font for text in the grid cell at the specified location.
583 Returns a pointer to the renderer for the grid cell at the specified location.
594 Returns the text colour for the grid cell at the specified location.
604 Returns the string contained in the cell at the specified location. For simple applications where a
621 Returns the column ID of the specified column position.
656 Returns the specified column label. The default grid table class provides column labels of
684 Returns the position of the specified column.
698 Returns the width of the specified column.
994 Returns the specified row label. The default grid table class provides numeric row labels.
1005 Returns the height of the specified row.
1149 specified position and returns true if successful. The updateLabels argument is not
1156 using a custom grid table (specified with \helpref{wxGrid::SetTable}{wxgridsettable})
1167 Inserts one or more new rows into a grid with the first new row at the specified
1175 using a custom grid table (specified with \helpref{wxGrid::SetTable}{wxgridsettable})
1223 Returns true if the cell at the specified location can't be edited.
1253 Brings the specified cell into the visible grid cell area with minimal scrolling. Does
1426 Selects the specified column. If addToSelected is false then any existing selection will be
1444 Selects the specified row. If addToSelected is false then any existing selection will be
1455 Sets the horizontal and vertical alignment for grid cell text at the specified location.
1472 Sets the editor for the grid cell at the specified location.
1484 Sets the font for text in the grid cell at the specified location.
1492 Sets the renderer for the grid cell at the specified location.
1508 Sets the text colour for the grid cell at the specified location.
1520 Sets the string value for the cell at the specified location. For simple applications where a
1539 Sets the cell attributes for all cells in the specified column.
1551 Sets the specified column to display boolean values. wxGrid displays boolean values with a checkbox.
1559 Sets the specified column to display integer values.
1567 Sets the specified column to display floating point values with the given width and precision.
1575 Sets the specified column to display data in a custom format.
1619 Sets the minimal width for the specified column. This should normally be called when creating the grid
1635 with sizes smaller than the value specified here.
1643 Sets the position of the specified column.
1651 Sets the width of the specified column.
1745 Set the grid cursor to the specified cell.
1809 Makes the cell at the specified location read-only or editable.
1818 Sets the cell attributes for all cells in the specified row.
1862 Sets the minimal height for the specified row. This should normally be called when creating the grid
1878 with sizes smaller than the value specified here.
1886 Sets the height of the specified row.