• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/

Lines Matching defs:true

322     // Complete the editing of the current cell. Returns true if the value has
329 // return true to allow the given key to start editing: the base class
372 // Show(true) and Show(false)
553 // set the string values returned by GetValue() for the true and false
558 // return true if the given string is equal to the string representation of
559 // true value which we currently use
683 void SetOverflow(bool allow = true)
685 void SetReadOnly(bool isReadOnly = true)
1146 bool InsertRows( int pos = 0, int numRows = 1, bool updateLabels = true );
1147 bool AppendRows( int numRows = 1, bool updateLabels = true );
1148 bool DeleteRows( int pos = 0, int numRows = 1, bool updateLabels = true );
1149 bool InsertCols( int pos = 0, int numCols = 1, bool updateLabels = true );
1150 bool AppendCols( int numCols = 1, bool updateLabels = true );
1151 bool DeleteCols( int pos = 0, int numCols = 1, bool updateLabels = true );
1204 virtual void Refresh(bool eraseb = true,
1222 void EnableCellEditControl( bool enable = true );
1257 bool IsVisible( int row, int col, bool wholeCellVisible = true );
1258 bool IsVisible( const wxGridCellCoords& coords, bool wholeCellVisible = true )
1322 void EnableDragRowSize( bool enable = true );
1325 void EnableDragColSize( bool enable = true );
1328 void EnableDragColMove( bool enable = true );
1331 void EnableDragGridSize(bool enable = true);
1335 void EnableDragCell( bool enable = true );
1359 void EnableGridLines( bool enable = true );
1414 // setAsMin is true, this optimal width will also be set as minimal width
1416 void AutoSizeColumn( int col, bool setAsMin = true )
1417 { AutoSizeColOrRow(col, setAsMin, true); }
1418 void AutoSizeRow( int row, bool setAsMin = true )
1422 void AutoSizeColumns( bool setAsMin = true )
1425 void AutoSizeRows( bool setAsMin = true )
1504 // returns true if the cell can't be edited
1508 void SetReadOnly(int row, int col, bool isReadOnly = true);
1612 virtual bool Enable(bool enable = true);
1748 void SetEditable( bool edit = true ) { EnableEditing( edit ); }
1751 void SetEditInPlace(bool WXUNUSED(edit) = true) { }
1869 int SetOrCalcColumnSizes(bool calcOnly, bool setAsMin = true);
1870 int SetOrCalcRowSizes(bool calcOnly, bool setAsMin = true);
1901 // looks for an attr in cache, returns true if found
1938 bool captureMouse = true);
2036 int row=-1, int col=-1, int x=-1, int y=-1, bool sel = true,
2133 bool sel = true,
2274 // then it's also true that you rarely have multiple grid in the same window)