Searched refs:aTextButton (Results 1 – 1 of 1) sorted by relevance
77 PushButton aTextButton; member in MyWindow203 aTextButton( this ), in MyWindow()222 aTextButton.SetPosSizePixel( Point(10,210), Size(100,30) ); in MyWindow()223 aTextButton.SetText("col/row/pos/len"); in MyWindow()235 aTextButton.SetClickHdl(LINK(this, MyWindow, TextHdl)); in MyWindow()248 aTextButton.Show(); in MyWindow()
Completed in 15 milliseconds