Searched refs:button5_ (Results 1 – 2 of 2) sorted by relevance
262 button5_ = new UILabelButton(); in UIKitDialogTest005()263 button5_->SetPosition(0, positionY_, BUTTON_WIDTH, BUTTON_HEIGHT); in UIKitDialogTest005()264 button5_->SetFont(DEFAULT_VECTOR_FONT_FILENAME, FONT_DEFAULT_SIZE); in UIKitDialogTest005()265 button5_->SetText("Dialog5"); in UIKitDialogTest005()266 button5_->SetOnClickListener(this); in UIKitDialogTest005()267 container_->Add(button5_); in UIKitDialogTest005()369 } else if (&view == button5_) { in OnClick()
63 UILabelButton* button5_ = nullptr; variable