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

Unified Diff: chrome/browser/gtk/browser_titlebar.h

Issue 155053: Scroll-wheeling, whilst over the tab-strip, now switches tabs on GTK/Linux. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/gtk/browser_titlebar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/browser_titlebar.h
===================================================================
--- chrome/browser/gtk/browser_titlebar.h (revision 19695)
+++ chrome/browser/gtk/browser_titlebar.h (working copy)
@@ -59,6 +59,10 @@
GdkEventWindowState* event,
BrowserTitlebar* titlebar);
+ // Callback for mousewheel events.
+ static gboolean OnScroll(GtkWidget* widget, GdkEventScroll* event,
+ BrowserTitlebar* titlebar);
+
// Callback for min/max/close buttons.
static void OnButtonClicked(GtkWidget* button, BrowserTitlebar* window);
« no previous file with comments | « no previous file | chrome/browser/gtk/browser_titlebar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698