diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-25 02:34:35 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-25 02:34:35 +0000 |
commit | 47dacf542e275a350b751825c06399870a7c7061 (patch) | |
tree | 9b2781c2ab1bf9bba3bca716fee20d7f5ebd9be8 /chrome/common/gtk_util.h | |
parent | d07d1efa23c18b1e81e989439539a0e8483af26a (diff) | |
download | chromium_src-47dacf542e275a350b751825c06399870a7c7061.zip chromium_src-47dacf542e275a350b751825c06399870a7c7061.tar.gz chromium_src-47dacf542e275a350b751825c06399870a7c7061.tar.bz2 |
Revert r19162,19179 as they caused the toolbar and bookmark bar to regress and display LTR for RTL locales.
r19162 | jhawkins@chromium.org | 2009-06-24 13:15:04 -0700 (Wed, 24 Jun 2009) | 5 lines
Add support for RTL languages in the gtk toolbar layout.
BUG=none
TEST=Open a browser window in a RTL language (--lang=he). The toolbar layout should correctly be in RTL layout.
Review URL: http://codereview.chromium.org/147102
r19179 | jhawkins@chromium.org | 2009-06-24 14:38:25 -0700 (Wed, 24 Jun 2009) | 5 lines
Add support for RTL languages in the gtk bookmark bar.
BUG=none
TEST=Open a browser window in a RTL language (--lang=he). The bookmark bar layout should correctly be in RTL layout.
Review URL: http://codereview.chromium.org/146105
See http://i139.photobucket.com/albums/q315/failfast/revertrtl.png
Review URL: http://codereview.chromium.org/147130
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19221 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/gtk_util.h')
-rw-r--r-- | chrome/common/gtk_util.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/gtk_util.h b/chrome/common/gtk_util.h index d07393c..e4e7da3 100644 --- a/chrome/common/gtk_util.h +++ b/chrome/common/gtk_util.h @@ -104,12 +104,6 @@ int MirroredLeftPointForRect(GtkWidget* widget, const gfx::Rect& bounds); // Returns true if the pointer is currently inside the widget. bool WidgetContainsCursor(GtkWidget* widget); -// Packs |widget| into |parent|. If the current UI text direction is -// RIGHT_TO_LEFT, the widget is packed at the end; otherwise, it is packed at -// the beginning. -void BoxPackWidgetWithDirection(GtkBox* parent, GtkWidget* widget, - guint expand, guint fill, guint padding); - } // namespace gtk_util #endif // CHROME_COMMON_GTK_UTIL_H_ |