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

Unified Diff: ui/views/controls/table/table_view_win.h

Issue 9187027: Attempt 2 at: Adds a trivial views based table implementation (only supports single (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/controls/table/table_view_views.cc ('k') | ui/views/controls/table/table_view_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/table/table_view_win.h
diff --git a/ui/views/controls/table/table_view_win.h b/ui/views/controls/table/table_view_win.h
index b0d40763de525931ac66fcd6dfb930cdd8cbc37f..5ca0f0125fe1d86462c411912e6f5df105bfce08 100644
--- a/ui/views/controls/table/table_view_win.h
+++ b/ui/views/controls/table/table_view_win.h
@@ -151,6 +151,10 @@ class VIEWS_EXPORT TableView : public NativeControl,
void SetModel(ui::TableModel* model);
ui::TableModel* model() const { return model_; }
+ // Returns this. Provided for implementations that need to wrap this in a
+ // ScrollView.
+ View* CreateParentIfNecessary();
+
// Resorts the contents.
void SetSortDescriptors(const SortDescriptors& sort_descriptors);
« no previous file with comments | « ui/views/controls/table/table_view_views.cc ('k') | ui/views/controls/table/table_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698