|| gdaex_col_gtype == G_TYPE_FLOAT
|| gdaex_col_gtype == G_TYPE_DOUBLE)
&& gdaex_grid_column_get_decimals (gdaex_col) > -1))
- && gdaex_grid_column_get_reorderable (gdaex_col))
+ && gdaex_grid_column_get_sortable (gdaex_col))
{
columns[cols_sorted] = cols_sorted;
{
gtype[col] = G_TYPE_STRING;
- if (gdaex_grid_column_get_reorderable (gcolumn))
+ if (gdaex_grid_column_get_sortable (gcolumn))
{
/* add one column for sorting */
gtype = g_renew (GType, gtype, ++cols);
gtk_tree_view_column_add_attribute (vcolumn, (GtkCellRenderer *)cells->data, "text", col);
}
- if (gdaex_grid_column_get_reorderable (gcolumn))
+ if (gdaex_grid_column_get_sortable (gcolumn))
{
if (col_gtype == G_TYPE_DATE
|| col_gtype == G_TYPE_DATE_TIME