You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selection.H:78:25: error: ‘gtk_tree_view_column_get_cell_renderers’ was not declared in this scope; did you mean ‘gtk_tree_view_column_get_sort_order’?
78 | GList*renderers=gtk_tree_view_column_get_cell_renderers(column);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| gtk_tree_view_column_get_sort_order
In file included from ScrollingTest.C:20:
=> from ScrollingTest.C:20
gtkiostream/include/Scrolling.H:22
Greetings
The text was updated successfully, but these errors were encountered:
maxbriliant
changed the title
Scrolling.h - Make - Non Declared but used function in Scrolling 78:25
Scrolling.h - Make - Non Declared but used function in Selection.H:78:25
Jun 27, 2020
maxbriliant
changed the title
Scrolling.h - Make - Non Declared but used function in Selection.H:78:25
ScrollingTest.C:20 - Make - Non Declared but used function in Selection.H:78:25
Jun 27, 2020
As I mentioned I have a "workaround" there to build some as GTK2 and some as gtk3, but the proper fix is to migrate all of it to gtk3 (or auto detect which is which, and disable some of the older ones). At the moment there is some confusion in the detection code, which detects gtk3 but not all of it is buildable for gtk3.
I'm not man enough to solve that one yet :)
Selection.H:78:25: error: ‘gtk_tree_view_column_get_cell_renderers’ was not declared in this scope; did you mean ‘gtk_tree_view_column_get_sort_order’?
78 | GList*renderers=gtk_tree_view_column_get_cell_renderers(column);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| gtk_tree_view_column_get_sort_order
In file included from ScrollingTest.C:20:
=> from ScrollingTest.C:20
gtkiostream/include/Scrolling.H:22
Greetings
The text was updated successfully, but these errors were encountered: