Skip to content

Commit

Permalink
Updated a few gui functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfearless committed Jun 11, 2018
1 parent 26378c8 commit 9a88d7c
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions developers/functions/gui/GuiUpdateWatchView.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,42 @@
# GuiUpdateWatchView

Function description.
Refreshes the contents of the watchdog view.

```c++
Function definition.
void GuiUpdateWatchView();
```

## Parameters

`param1` Parameter description.
This function has no parameters.

## Return Value

Return value description.
This function does not return a value.

## Example

```c++
Example code.
GuiUpdateWatchView();
```

## Related functions

- List of related functions
- [GuiUpdateAllViews](./GuiUpdateAllViews.md)
- [GuiUpdateArgumentWidget](./GuiUpdateArgumentWidget.md)
- [GuiUpdateBreakpointsView](./GuiUpdateBreakpointsView.md)
- [GuiUpdateCallStack](./GuiUpdateCallStack.md)
- [GuiUpdateDisable](./GuiUpdateDisable.md)
- [GuiUpdateDisassemblyView](./GuiUpdateDisassemblyView.md)
- [GuiUpdateDumpView](./GuiUpdateDumpView.md)
- [GuiUpdateEnable](./GuiUpdateEnable.md)
- [GuiUpdateGraphView](./GuiUpdateGraphView.md)
- [GuiUpdateMemoryView](./GuiUpdateMemoryView.md)
- [GuiUpdatePatches](./GuiUpdatePatches.md)
- [GuiUpdateRegisterView](./GuiUpdateRegisterView.md)
- [GuiUpdateSEHChain](./GuiUpdateSEHChain.md)
- [GuiUpdateSideBar](./GuiUpdateSideBar.md)
- [GuiUpdateThreadView](./GuiUpdateThreadView.md)
- [GuiUpdateTimeWastedCounter](./GuiUpdateTimeWastedCounter.md)
- [GuiUpdateWatchView](./GuiUpdateWatchView.md)
- [GuiUpdateWindowTitle](./GuiUpdateWindowTitle.md)

0 comments on commit 9a88d7c

Please sign in to comment.