mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Add a message dlg explaining how to see the demo samples.
This commit is contained in:
@@ -305,6 +305,10 @@ class DemoApp(object):
|
||||
self.app = wx.App()
|
||||
self.frame = MainFrame(None, -1, "PlotCanvas")
|
||||
self.frame.Show(True)
|
||||
wx.CallAfter(wx.MessageBox,
|
||||
"Various plot types can be shown using the Plot menu. " +
|
||||
"Check out the Options menu too.",
|
||||
"wx.lib.plot Demo")
|
||||
self.app.MainLoop()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user