Home
last modified time | relevance | path

Searched refs:Col_Label (Results 1 – 1 of 1) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DLabelDialog.cpp51 Col_Label, enumerator
208 mGrid->AutoSizeColumn(Col_Label, false ); in PopulateLabels()
209 mGrid->SetColSize(Col_Label, wxMax(150, mGrid->GetColSize(Col_Label))); in PopulateLabels()
210 mGrid->SetColMinimalWidth(Col_Label, mGrid->GetColSize(Col_Label)); in PopulateLabels()
325 mGrid->SetCellValue(i, Col_Label, rd.title); in TransferDataToWindow()
370 mGrid->GoToCell(mInitialRow, Col_Label); in Show()
588 mGrid->SetGridCursor(row, Col_Label); in OnInsert()
786 case Col_Label: in OnCellChange()
850 rd->title = mGrid->GetCellValue(row, Col_Label); in OnChangeLabel()