[pygtk] gtk.Notebook
Paul Malherbe
paul at tartan.co.za
Wed Mar 23 00:47:39 WST 2005
> On Mon, 21 Mar 2005 23:01:55 +0200 (SAST), Paul Malherbe
> <paul at tartan.co.za> wrote:
>> I am writing a program using gtk.Notebook with about five pages.
>> The question therefore is how can I selectively disallow access to these
>> pages.
>
> hm, someone some weeks ago wanted to "disable" (deactivate) tabs. I
> think he got a reply saying that this is not the best Design ever. If
> you cannot avoid that design, then make add/remove the pages instead
> of "disallowing access to these pages" which I think you be to
> deactivated them so they are not clickabe
>
> --
> Nikos Kouremenos | Jabber ID: nkour at jabber.org |
> http://members.hellug.gr/nkour
>
The problem I have is that responses on one page of the notebook can
determine which of the other pages should be accessed. Also I need the
data to be entered in a logical sequence therefore I would like to disable
access to the next page until the current page has been completed.
Thanks, Paul
More information about the pygtk
mailing list