browserui/browser/BrowserAppInc/BrowserContentViewContainer.h
branchRCL_3
changeset 58 aead3f7e1bb0
parent 0 84ad3b177aa3
equal deleted inserted replaced
56:3154c14a33db 58:aead3f7e1bb0
    70         * @since Series 60 3.0
    70         * @since Series 60 3.0
    71         * @return Pointer to CBrowserGotoPane
    71         * @return Pointer to CBrowserGotoPane
    72         */
    72         */
    73 		CBrowserGotoPane* FindKeywordPane() { return iFindKeywordPane; } ;
    73 		CBrowserGotoPane* FindKeywordPane() { return iFindKeywordPane; } ;
    74 
    74 
       
    75         /*
       
    76          * set the iGotoPane 
       
    77          */
       
    78         void SetGotoPane(CBrowserGotoPane* aGotoPane) { iGotoPane = aGotoPane; };
       
    79 
       
    80         /*
       
    81          * set the iFindKeywordPane 
       
    82          */
       
    83         void SetFindKeywordPane(CBrowserGotoPane* aFindKeywordPane) { iFindKeywordPane = aFindKeywordPane; };
       
    84 
    75         /**
    85         /**
    76         * Shut down Goto URL editor.
    86         * Shut down Goto URL editor.
    77         * @since Series 60 1.2
    87         * @since Series 60 1.2
    78         */
    88         */
    79 	    void  ShutDownGotoURLEditorL();
    89 	    void  ShutDownGotoURLEditorL();