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

Unified Diff: views/examples/radio_button_example.cc

Issue 7057014: Variety of tweaks to View API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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/textfield.cc ('k') | views/focus/focus_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/examples/radio_button_example.cc
===================================================================
--- views/examples/radio_button_example.cc (revision 86083)
+++ views/examples/radio_button_example.cc (working copy)
@@ -35,7 +35,7 @@
for (size_t i = 0; i < arraysize(radio_buttons_nt_); ++i) {
radio_buttons_nt_[i] = new views::RadioButtonNt(
base::StringPrintf( L"Radio %d in group %d", i + 1, group), group);
- radio_buttons_nt_[i]->SetFocusable(true);
+ radio_buttons_nt_[i]->set_focusable(true);
}
views::GridLayout* layout = new views::GridLayout(container);
« no previous file with comments | « views/controls/textfield/textfield.cc ('k') | views/focus/focus_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698