Add more top-level references to XRC

Try to make XRC existence more discoverable.
This commit is contained in:
Vadim Zeitlin
2020-04-03 14:58:51 +02:00
parent 7c6da45663
commit 0f2fe27e04
3 changed files with 10 additions and 4 deletions

View File

@@ -19,7 +19,8 @@ main top-level window.
This window can be a wxFrame or a wxDialog and may contain one or more
instances of classes such as wxPanel, wxSplitterWindow or other windows and
controls.
controls. These windows can be created from C++ code or loaded from resource
definitions in @ref overview_xrc "XRC format".
A frame can have a wxMenuBar, a wxToolBar, a wxStatusBar, and a wxIcon for when
the frame is iconized.