johnf wrote: > For example there is no wrapper > for the native printer dialog. I think the reason is there is no cross > platform way making it work (just my guess). Therefore, the use of a native > printer dialog is left to the developer to code
We simply haven't wrapped it yet. > (wx.PrintDialog does not work > on Linux). How so? I just did: import wx app = wx.App() pd = wx.PrintDialog(None) pd.ShowModal() And got the Gtk print dialog. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
