Searched refs:disabled_button (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/examples/
H A Dbutton_example.cc52 LabelButton* disabled_button = local
54 disabled_button->SetStyle(Button::STYLE_BUTTON);
55 disabled_button->SetState(Button::STATE_DISABLED);
56 container->AddChildView(disabled_button);

Completed in 110 milliseconds