adding "Print" menu in wxPython

rantingrick rantingrick at gmail.com
Tue Jan 25 19:54:43 EST 2011


On Jan 25, 5:52 pm, Akand Islam <sohel... at gmail.com> wrote:
>
> I will appreciate if someone please show me how to add
> printing option.

Hello Akand,

Well the first step would be to create a stub "OnPrint" method and add
a command to the File menu named "Print" that calls the "OnPrint"
method. Can you do this part yourself? All the answers you need are in
the source you linked to. Give it your best shot and then post some
code with a specific question if you get stuck.








More information about the Python-list mailing list