Lines Matching refs:maButton
38 maButton( this, (nStyle&(~WB_BORDER))|WB_NOLIGHTBORDER|WB_NOPOINTERFOCUS|WB_NOTABSTOP ), in FileControl()
43 maButton.SetClickHdl( LINK( this, FileControl, ButtonHdl ) ); in FileControl()
46 maButton.Show(); in FileControl()
61 maButton.SetStyle( (maButton.GetStyle()|WB_TABSTOP)&(~WB_NOTABSTOP) ); in ImplInitStyle()
66 maButton.SetStyle( (maButton.GetStyle()|WB_NOTABSTOP)&(~WB_TABSTOP) ); in ImplInitStyle()
112 maButton.Enable( IsEnabled() ); in StateChanged()
156 long nButtonTextWidth = maButton.GetTextWidth( maButtonText ); in Resize()
165 maButton.SetText( maButtonText ); in Resize()
170 maButton.SetText( aSmallText ); in Resize()
171 nButtonTextWidth = maButton.GetTextWidth( aSmallText ); in Resize()
176 maButton.SetPosSizePixel( aOutSz.Width()-nButtonWidth, 0, nButtonWidth, aOutSz.Height() ); in Resize()