Skip to content
New issue

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

Deprecated gtk functions #749

Open
4 of 10 tasks
xatier opened this issue Dec 26, 2020 · 2 comments
Open
4 of 10 tasks

Deprecated gtk functions #749

xatier opened this issue Dec 26, 2020 · 2 comments

Comments

@xatier
Copy link
Contributor

xatier commented Dec 26, 2020

Gtk functions below are deprecated in gtk3. Need to migrate them to alternatives (or kill the functionalities).

  • gtk_widget_override_color
  • gtk_widget_override_background_color
  • gdk_color_parse
  • gdk_color_to_string
  • gtk_color_selection_get_current_color
  • gtk_widget_modify_font
  • gtk_widget_override_font
  • gtk_menu_popup
  • gtk_arrow_new
  • gtk_dialog_set_alternative_button_order
@marktwtn
Copy link
Contributor

gdk_color_parse, gdk_color_to_string and gtk_color_selection_get_current_color are handled in 9b64e5b.

marktwtn added a commit that referenced this issue Mar 24, 2023
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.
@marktwtn
Copy link
Contributor

gtk_arrow_new are handled in 49db15a.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants