mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-23 05:50:18 +00:00
build: GTK deprecation cleanup + follow-up warning fixes
This commit is contained in:
@@ -105,7 +105,7 @@ plugingui_treeview_new (GtkWidget *box)
|
||||
FILE_COLUMN, _("File"),
|
||||
DESC_COLUMN, _("Description"),
|
||||
FILEPATH_COLUMN, NULL, -1);
|
||||
gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (view), TRUE);
|
||||
gtk_tree_view_set_grid_lines (GTK_TREE_VIEW (view), GTK_TREE_VIEW_GRID_LINES_HORIZONTAL);
|
||||
for (col_id=0; (col = gtk_tree_view_get_column (GTK_TREE_VIEW (view), col_id));
|
||||
col_id++)
|
||||
gtk_tree_view_column_set_alignment (col, 0.5);
|
||||
|
||||
Reference in New Issue
Block a user