Hi,
Creating submenu(s)?
I think the code in the demo, wxPython Overview / Core
Windows Controls / wxMenu, is quite clear.
Jean-Michel Fauth, Switzerland
Hi,
Creating submenu(s)?
I think the code in the demo, wxPython Overview / Core
Windows Controls / wxMenu, is quite clear.
Jean-Michel Fauth, Switzerland
I think the code in the demo, wxPython Overview / Core
Windows Controls / wxMenu, is quite clear.
exactly which piece of documentation are you referring to? I can't see
anything like that... I'm looking at the wiki online, and the C++
Wxwindows docs..
could i ask you to please provide a URL?
--
Thomi Richards,
thomi@thomi.imail.net.nz
You have it on your harddrive. If you installed wxPython via a rpm you might
not have it. The just download the sources and unpack them somewhere. They
have a subdirectoy named demo which contains a demo application presenting
99% of the controls and other things available. The application also will
show you the source.
On Wednesday 09 July 2003 11:00 pm, Thomas CLive Richards wrote:
> I think the code in the demo, wxPython Overview / Core
> Windows Controls / wxMenu, is quite clear.exactly which piece of documentation are you referring to? I can't see
anything like that... I'm looking at the wiki online, and the C++
Wxwindows docs..could i ask you to please provide a URL?
--
UC
--
Open Source Solutions 4U, LLC 2570 Fleetwood Drive
Phone: +1 650 872 2425 San Bruno, CA 94066
Cell: +1 650 302 2405 United States
Fax: +1 650 872 2417
You have it on your harddrive. If you installed wxPython via a rpm you
might not have it. The just download the sources and unpack them
somewhere. They have a subdirectoy named demo which contains a demo
application presenting 99% of the controls and other things available.
The application also will show you the source.
ahhh.. ok, thanks! i was using the .deb packages..
--
Thomi Richards,
thomi@thomi.imail.net.nz
http://wxwindows.org/manuals/2.4.0/wx262.htm#wxmenuappend
Notice the wxPython note at the bottom, as wxMenu::Append() seems to be overloaded in C++.
J.
On Thu, 10 Jul 2003 18:00:58 +1200, Thomas CLive Richards <thomi@thomi.imail.net.nz> wrote:
I think the code in the demo, wxPython Overview / Core
Windows Controls / wxMenu, is quite clear.
exactly which piece of documentation are you referring to? I can't see
anything like that... I'm looking at the wiki online, and the C++
Wxwindows docs..could i ask you to please provide a URL?