diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-18 00:23:55 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-18 00:23:55 +0000 |
commit | f7943fbbb15643f9d7c40ae49ff0e0d987ae0793 (patch) | |
tree | e3fe53339d13c084f618102fb6870cc716fec462 /chrome/browser/gtk/find_bar_gtk.h | |
parent | 80505b341fa961d9d96874e796f48163243d068f (diff) | |
download | chromium_src-f7943fbbb15643f9d7c40ae49ff0e0d987ae0793.zip chromium_src-f7943fbbb15643f9d7c40ae49ff0e0d987ae0793.tar.gz chromium_src-f7943fbbb15643f9d7c40ae49ff0e0d987ae0793.tar.bz2 |
GTK Theme: Draw the GTK border around the entry in GTK them mode.
Also makes the label look native. I can't get the label inside the entry,
though.
http://crbug.com/17962
Review URL: http://codereview.chromium.org/172069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23595 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/find_bar_gtk.h')
-rw-r--r-- | chrome/browser/gtk/find_bar_gtk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/gtk/find_bar_gtk.h b/chrome/browser/gtk/find_bar_gtk.h index 1c9dd76..aa8dc93 100644 --- a/chrome/browser/gtk/find_bar_gtk.h +++ b/chrome/browser/gtk/find_bar_gtk.h @@ -146,6 +146,9 @@ class FindBarGtk : public FindBar, // The widget where text is entered. GtkWidget* text_entry_; + // An event box and alignment that wrap the entry area and the count label. + GtkWidget* content_event_box_; + // The border around the text entry area. GtkWidget* border_bin_; GtkWidget* border_bin_aa_; |