diff options
Diffstat (limited to 'views/controls/table/native_table_gtk.h')
-rw-r--r-- | views/controls/table/native_table_gtk.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/views/controls/table/native_table_gtk.h b/views/controls/table/native_table_gtk.h index e927d60..8e51d01 100644 --- a/views/controls/table/native_table_gtk.h +++ b/views/controls/table/native_table_gtk.h @@ -1,6 +1,6 @@ -// 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. +// 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_ @@ -16,7 +16,8 @@ namespace views { class TableView2; // A View that hosts a native GTK table. -// Note that the implementation is still incomplete. What remains to be done: +// TODO: Note that the implementation is still incomplete. What remains to be +// done: // - support resizable columns // - support autosize columns // - implement focus row methods. |