(no comments yet)
你可以通过下面的方法来获取一个视图(view)中控件(container)的指针:
CAknView* view = iAvkonViewAppUi->View(myViewUid);
(no comments yet)