Searched refs:aCountButton (Results 1 – 1 of 1) sorted by relevance
70 PushButton aCountButton; member in MyWindow196 aCountButton( this ), in MyWindow()211 aCountButton.SetPosSizePixel( Point(10,40), Size(100,30) ); in MyWindow()212 aCountButton.SetText("hochzaehlen"); in MyWindow()234 aCountButton.SetClickHdl(LINK(this, MyWindow, CountHdl)); in MyWindow()241 aCountButton.Show(); in MyWindow()
Completed in 28 milliseconds