Lines Matching refs:Window
74 ShowBitmap( Window* pParent, const Bitmap& rBmp );
85 ShowFont( Window* pParent );
97 OrientSlider( Window* pParent );
104 OrientSlider::OrientSlider( Window* pParent ) : in OrientSlider()
139 MyFontDialog( Window* pParent );
143 DECL_LINK( AttrHdl, Window * );
153 MyTabBar( Window* pParent, in MyTabBar()
175 MyCalendar( Window* pParent );
213 MyWin( Window* pParent, WinBits aWinStyle );
217 DECL_LINK( SelectHdl, Window* );
263 ShowBitmap::ShowBitmap( Window* pParent, const Bitmap& rBmp ) : in ShowBitmap()
290 ShowFont::ShowFont( Window* pParent ) : in ShowFont()
330 MyFontDialog::MyFontDialog( Window* pParent ) : in MyFontDialog()
495 IMPL_LINK( MyFontDialog, AttrHdl, Window*, EMPTYARG ) in IMPL_LINK() argument
584 MyCalendar::MyCalendar( Window* pParent ) : in MyCalendar()
687 MyWin::MyWin( Window* pParent, WinBits aWinStyle ) : in MyWin()
957 IMPL_LINK( MyWin, SelectHdl, Window*, pCtrl ) in IMPL_LINK() argument