diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-14 00:18:57 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-14 00:18:57 +0000 |
commit | a6d953ed61489bec9075f7441df3c2d559946de1 (patch) | |
tree | d1d2d5cfa478d86d248e0980d611cbe6c0a0cf6d /chrome/browser/gtk/bookmark_bar_gtk.h | |
parent | c3c9909ee8533061752628de4523786c383ce399 (diff) | |
download | chromium_src-a6d953ed61489bec9075f7441df3c2d559946de1.zip chromium_src-a6d953ed61489bec9075f7441df3c2d559946de1.tar.gz chromium_src-a6d953ed61489bec9075f7441df3c2d559946de1.tar.bz2 |
Blind attempt at fixing the bookmark bar instructional text color for GTK.
BUG=23536
TEST=Open Chrome Linux w/a theme and no bookmarks, verify instructional text in bookmarks bar has correct color.
Review URL: http://codereview.chromium.org/274034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28922 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/bookmark_bar_gtk.h')
-rw-r--r-- | chrome/browser/gtk/bookmark_bar_gtk.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/gtk/bookmark_bar_gtk.h b/chrome/browser/gtk/bookmark_bar_gtk.h index 1cb4cb9..e353ec1 100644 --- a/chrome/browser/gtk/bookmark_bar_gtk.h +++ b/chrome/browser/gtk/bookmark_bar_gtk.h @@ -119,6 +119,9 @@ class BookmarkBarGtk : public AnimationDelegate, // bookmark bar model has. int GetBookmarkButtonCount(); + // Sets the correct color for |instructions_label_|. + void UpdateInstructionsLabelColor(); + // Set the appearance of the overflow button appropriately (either chromium // style or GTK style). void SetOverflowButtonAppearance(); @@ -273,6 +276,9 @@ class BookmarkBarGtk : public AnimationDelegate, GtkWidget* bookmark_hbox_; // A GtkLabel to display when there are no bookmark buttons to display. + GtkWidget* instructions_label_; + + // The alignment for |instructions_label_|. GtkWidget* instructions_; // GtkToolbar which contains all the bookmark buttons. |