1
0
Fork 0
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:
jules 2013-08-24 12:16:51 +01:00
parent 7f6394478a
commit 636ffe68d3
33 changed files with 31 additions and 87 deletions

View file

@ -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();
//==============================================================================