Searched refs:kHorizontalAligments (Results 1 – 1 of 1) sorted by relevance
50 const char* kHorizontalAligments[] = { "Default", "Left", "Center", "Right", }; variable159 h_align_cb_ = AddCombobox(layout, "H-Align", kHorizontalAligments, in CreateExampleView()160 arraysize(kHorizontalAligments)); in CreateExampleView()