After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 729564 - Deprecate GtkArrow
Deprecate GtkArrow
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on: 729565
Blocks:
 
 
Reported: 2014-05-05 12:44 UTC by Matthias Clasen
Modified: 2014-05-14 03:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Drop use of GtkArrow in GtkComboBox (2.21 KB, patch)
2014-05-13 04:07 UTC, Matthias Clasen
none Details | Review
Drop the GtkArrow use in GtkMenuButton (2.16 KB, patch)
2014-05-13 04:07 UTC, Matthias Clasen
none Details | Review
Drop GtkArrow use in GtkToolbar (1.75 KB, patch)
2014-05-13 04:07 UTC, Matthias Clasen
committed Details | Review
Drop GtkArrow use in GtkTreeViewColumn (2.41 KB, patch)
2014-05-13 04:07 UTC, Matthias Clasen
committed Details | Review
Deprecate GtkArrow (4.83 KB, patch)
2014-05-13 04:07 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2014-05-05 12:44:03 UTC
This widget adds very minimal value over a GtkImage with a suitable icon (the one bit of value it adds is rtl flipping). Before doing this, we should make sure the icon theme has suitable icons for this
Comment 1 Matthias Clasen 2014-05-13 04:07:27 UTC
Created attachment 276431 [details] [review]
Drop use of GtkArrow in GtkComboBox

This is in preparation for GtkArrow getting deprecated.
Comment 2 Matthias Clasen 2014-05-13 04:07:31 UTC
Created attachment 276432 [details] [review]
Drop the GtkArrow use in GtkMenuButton

This is in preparation for GtkArrow getting deprecated.
Comment 3 Matthias Clasen 2014-05-13 04:07:36 UTC
Created attachment 276433 [details] [review]
Drop GtkArrow use in GtkToolbar

This is in preparation for GtkArrow getting deprecated.
Comment 4 Matthias Clasen 2014-05-13 04:07:40 UTC
Created attachment 276434 [details] [review]
Drop GtkArrow use in GtkTreeViewColumn

This is in preparation for GtkArrow getting deprecated.
Comment 5 Matthias Clasen 2014-05-13 04:07:45 UTC
Created attachment 276435 [details] [review]
Deprecate GtkArrow
Comment 6 Matthias Clasen 2014-05-14 03:53:54 UTC
Attachment 276433 [details] pushed as 26e1b7c - Drop GtkArrow use in GtkToolbar
Attachment 276434 [details] pushed as 57feff4 - Drop GtkArrow use in GtkTreeViewColumn
Attachment 276435 [details] pushed as a600718 - Deprecate GtkArrow