On Wed, 20 Apr 2005 12:40:38 +0200
dimitri pater <[EMAIL PROTECTED]> wrote:
> Hello,
> does anybody knows how to automatically refresh the content of a page of a
> notebook? I have been trying several things, no success.
>
> Pseudo code:
>
> class Notebook:
> def __init__(self, parent):
>
> pa
Hello,
does anybody knows how to automatically refresh the content of a page
of a notebook? I have been trying several things, no success.
Pseudo code:
class Notebook:
def __init__(self, parent):
page = notebook.add('Project')
page = notebook.add('Database')
b =
Tkint