mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
A bit more minor cleaning-up.
This commit is contained in:
parent
7f6394478a
commit
636ffe68d3
33 changed files with 31 additions and 87 deletions
|
|
@ -68,20 +68,16 @@ public:
|
|||
const StringArray* headers = nullptr,
|
||||
const MemoryBlock* postData = nullptr);
|
||||
|
||||
/** Stops the current page loading.
|
||||
*/
|
||||
/** Stops the current page loading. */
|
||||
void stop();
|
||||
|
||||
/** Sends the browser back one page.
|
||||
*/
|
||||
/** Sends the browser back one page. */
|
||||
void goBack();
|
||||
|
||||
/** Sends the browser forward one page.
|
||||
*/
|
||||
/** Sends the browser forward one page. */
|
||||
void goForward();
|
||||
|
||||
/** Refreshes the browser.
|
||||
*/
|
||||
/** Refreshes the browser. */
|
||||
void refresh();
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue