Lines Matching refs:col
779 Gtk::TreeViewColumn* col = 0;
784 if ( _tree.get_path_at_pos( x, y, path, col, x2, y2 ) ) {
785 if (col == _tree.get_column(COL_VISIBLE-1)) {
789 } else if (col == _tree.get_column(COL_LOCKED-1) ||
790 col == _tree.get_column(COL_TYPE-1) ||
791 //col == _tree.get_column(COL_INSERTORDER - 1) ||
792 col == _tree.get_column(COL_HIGHLIGHT-1)) {
814 Gtk::TreeViewColumn* col = 0;
819 if ( _tree.get_path_at_pos( x, y, path, col, x2, y2 ) ) {
824 _tree.set_cursor(path, *col, false);
831 if (col == _tree.get_column(COL_VISIBLE - 1)) {
833 } else if (col == _tree.get_column(COL_LOCKED - 1)) {
842 if (col == _tree.get_column(COL_VISIBLE - 1)) {
845 } else if (col == _tree.get_column(COL_LOCKED - 1)) {
856 if (col == _tree.get_column(COL_VISIBLE - 1)) {
877 } else if (col == _tree.get_column(COL_LOCKED - 1)) {
896 } else if (col == _tree.get_column(COL_TYPE - 1)) {
908 } /*else if (col == _tree.get_column(COL_INSERTORDER - 1)) {
920 }*/ else if (col == _tree.get_column(COL_HIGHLIGHT - 1)) {
957 Gtk::TreeViewColumn* col = 0;
962 if ( _tree.get_path_at_pos( x, y, path, col, x2, y2 ) && col == _name_column) {
1664 Gtk::TreeViewColumn* col = _tree.get_column(visibleColNum);
1665 if ( col ) {
1666 col->add_attribute( eyeRenderer->property_active(), _model->_colVisible );
1670 col->set_widget( _visibleHeader );
1678 col = _tree.get_column(lockedColNum);
1679 if ( col ) {
1680 col->add_attribute( renderer->property_active(), _model->_colLocked );
1683 col->set_widget( _lockHeader );
1690 col = _tree.get_column(typeColNum);
1691 if ( col ) {
1692 col->add_attribute( typeRenderer->property_active(), _model->_colType );
1695 col->set_widget( _typeHeader );
1701 col = _tree.get_column(insertColNum);
1702 if ( col ) {
1703 col->add_attribute( insertRenderer->property_active(), _model->_colInsertOrder );
1709 col = _tree.get_column(clipColNum);
1710 if ( col ) {
1711 col->add_attribute( clipRenderer->property_active(), _model->_colClipMask );
1714 col->set_widget( _clipmaskHeader );
1720 col = _tree.get_column(highlightColNum);
1721 if ( col ) {
1722 col->add_attribute( highlightRenderer->property_active(), _model->_colHighlight );
1725 col->set_widget( _highlightHeader );