We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gtk functions below are deprecated in gtk3. Need to migrate them to alternatives (or kill the functionalities).
The text was updated successfully, but these errors were encountered:
gdk_color_parse, gdk_color_to_string and gtk_color_selection_get_current_color are handled in 9b64e5b.
gdk_color_parse
gdk_color_to_string
gtk_color_selection_get_current_color
Sorry, something went wrong.
fix: Replace deprecated GtkArrow data type
49db15a
The GtkArrow has been deprecated in GTK 3.14. The official document suggests using GtkImage instead, which are supported in both GTK2 and GTK3. GTK image icon name reference: https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html Related to #749.
gtk_arrow_new are handled in 49db15a.
gtk_arrow_new
No branches or pull requests
Gtk functions below are deprecated in gtk3. Need to migrate them to alternatives (or kill the functionalities).
The text was updated successfully, but these errors were encountered: