summaryrefslogtreecommitdiffstats
path: root/views/controls/table/native_table_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/table/native_table_gtk.h')
-rw-r--r--views/controls/table/native_table_gtk.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/views/controls/table/native_table_gtk.h b/views/controls/table/native_table_gtk.h
index aa18f50..5078dee 100644
--- a/views/controls/table/native_table_gtk.h
+++ b/views/controls/table/native_table_gtk.h
@@ -1,10 +1,11 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this
// source code is governed by a BSD-style license that can be found in the
// LICENSE file.
#ifndef VIEWS_CONTROLS_TABLE_NATIVE_TABLE_GTK_H_
#define VIEWS_CONTROLS_TABLE_NATIVE_TABLE_GTK_H_
+#include "app/gtk_signal.h"
#include "app/table_model.h"
#include "views/controls/native_control_gtk.h"
#include "views/controls/table/native_table_wrapper.h"
@@ -58,6 +59,9 @@ class NativeTableGtk : public NativeControlGtk, public NativeTableWrapper {
// the data in the model at row |index|.
void SetRowData(int index, GtkTreeIter* iter);
+ // Handles the "cursor-changed" event.
+ CHROMEGTK_CALLBACK_0(NativeTableGtk, void, OnCursorChanged);
+
// Returns the icon that should be displayed for the row at |row|.
GdkPixbuf* GetModelIcon(int row);