On Jun 29, 7:50 am, Steve Holden <[EMAIL PROTECTED]> wrote:
> senthil arasu wrote:
> > Hi,
> > Currently Iam integrating GUI Framework in Python.
> > As per design design,I need to use tab buttons to launch different HTML
> > pages in same frame(without launching seperate window ). I have already
>
senthil arasu wrote:
> Hi,
> Currently Iam integrating GUI Framework in Python.
> As per design design,I need to use tab buttons to launch different HTML
> pages in same frame(without launching seperate window ). I have already
> tried with webbrowser class & WxPython GUI kit. Iam unable to get t
If you use pygtk, the notebook object could do that in a few lines of
code
but im not sure about wxPython.
note that if your using *nix of some sort, gtk should work fine, but under
windows some people report issues.
-felix
On 6/28/07, senthil arasu <[EMAIL PROTECTED]> wrote:
Hi,
Currently
Hi,
Currently Iam integrating GUI Framework in Python.
As per design design,I need to use tab buttons to launch different HTML
pages in same frame(without launching seperate window ). I have already
tried with webbrowser class & WxPython GUI kit. Iam unable to get the
expected result.
I am wanted