Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Side by Side Diff: chrome/browser/ui/libgtkui/native_theme_gtk2.h

Issue 2623753002: Native themes: Add separator color (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_LIBGTKUI_NATIVE_THEME_GTK2_H_ 5 #ifndef CHROME_BROWSER_UI_LIBGTKUI_NATIVE_THEME_GTK2_H_
6 #define CHROME_BROWSER_UI_LIBGTKUI_NATIVE_THEME_GTK2_H_ 6 #define CHROME_BROWSER_UI_LIBGTKUI_NATIVE_THEME_GTK2_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "ui/native_theme/native_theme_base.h" 9 #include "ui/native_theme/native_theme_base.h"
10 10
(...skipping 27 matching lines...) Expand all
38 // Returns various widgets for theming use. 38 // Returns various widgets for theming use.
39 GtkWidget* GetWindow() const; 39 GtkWidget* GetWindow() const;
40 GtkWidget* GetEntry() const; 40 GtkWidget* GetEntry() const;
41 GtkWidget* GetLabel() const; 41 GtkWidget* GetLabel() const;
42 GtkWidget* GetButton() const; 42 GtkWidget* GetButton() const;
43 GtkWidget* GetBlueButton() const; 43 GtkWidget* GetBlueButton() const;
44 GtkWidget* GetTree() const; 44 GtkWidget* GetTree() const;
45 GtkWidget* GetTooltip() const; 45 GtkWidget* GetTooltip() const;
46 GtkWidget* GetMenu() const; 46 GtkWidget* GetMenu() const;
47 GtkWidget* GetMenuItem() const; 47 GtkWidget* GetMenuItem() const;
48 GtkWidget* GetSeparator() const;
48 49
49 DISALLOW_COPY_AND_ASSIGN(NativeThemeGtk2); 50 DISALLOW_COPY_AND_ASSIGN(NativeThemeGtk2);
50 }; 51 };
51 52
52 } // namespace libgtkui 53 } // namespace libgtkui
53 54
54 #endif // CHROME_BROWSER_UI_LIBGTKUI_NATIVE_THEME_GTK2_H_ 55 #endif // CHROME_BROWSER_UI_LIBGTKUI_NATIVE_THEME_GTK2_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/libgtkui/native_theme_gtk2.cc » ('j') | ui/views/controls/separator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698