equal
deleted
inserted
replaced
95 // Sets a WmlMode |
95 // Sets a WmlMode |
96 void SetWmlMode(TBool aMode) { iWmlMode = aMode; } |
96 void SetWmlMode(TBool aMode) { iWmlMode = aMode; } |
97 // Sets the WmlLink |
97 // Sets the WmlLink |
98 void SetWmlLink(TBool aLink) { iWmlLink = aLink; } |
98 void SetWmlLink(TBool aLink) { iWmlLink = aLink; } |
99 // Returns to the Browser Control info about the wml page |
99 // Returns to the Browser Control info about the wml page |
100 HBufC* CWmlControl::PageInfoLC(TBrCtlDefs::TBrCtlPageInfo aBrCtlPageInfo); |
100 HBufC* PageInfoLC(TBrCtlDefs::TBrCtlPageInfo aBrCtlPageInfo); |
101 |
101 |
102 /** |
102 /** |
103 * Update a Browser setting |
103 * Update a Browser setting |
104 * @since 3.1 |
104 * @since 3.1 |
105 * @param aSetting The setting to update |
105 * @param aSetting The setting to update |