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

Unified Diff: views/examples/examples_main_base.cc

Issue 270032: Password style support for gtk's textfield impl.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « views/controls/textfield/native_textfield_gtk.cc ('k') | views/examples/textfield_example.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/examples/examples_main_base.cc
===================================================================
--- views/examples/examples_main_base.cc (revision 28398)
+++ views/examples/examples_main_base.cc (working copy)
@@ -20,6 +20,7 @@
#include "views/examples/radio_button_example.h"
#include "views/examples/scroll_view_example.h"
#include "views/examples/tabbed_pane_example.h"
+#include "views/examples/textfield_example.h"
namespace examples {
@@ -70,6 +71,7 @@
layout->StartRow(0 /* no expand */, 0);
layout->AddView(message);
+ TextfieldExample textfield_example(tabbed_pane, message);
ButtonExample button_example(tabbed_pane, message);
ComboboxExample combobox_example(tabbed_pane, message);
TabbedPaneExample tabbed_pane_example(tabbed_pane, message);
« no previous file with comments | « views/controls/textfield/native_textfield_gtk.cc ('k') | views/examples/textfield_example.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698