I usually create a notebook with a frame as its parent, then create a panel for each notebook page.
It's a little bit complicated to move the cursor from a control inside a notebook to the notebook title. When one of the controls in the notebook has the focus, you have to move the focus out of the notebook area, then when you press Shift + Tab, the focus will move to the notebook title. I hope there is an easier method to move focus in a notebook. By the way, I think it is also possible to set an accelerator to move cursor focus to the notebook title. Regards, bungsu On Wed, 2008-07-30 at 17:47 +0300, Octavian Rasnita wrote: > Hi, > > I want to create a window with a multipage notebook, and in each page of the > notebook to have more controls. > > I don't know how to make it in order to be possible to move the cursor with > the tab key among all the fields from a page and the title of the current > page. > > Do I need to create a panel and use it as the parent of the notebook? Or I > need to create the notebook as a child of the frame directly? > > And I guess I need to put all the fields I want to appear in a certain page > in a panel, and use that panel as the object of that page tab. > But in that case it seems that I can't move the focus out of that page by > using the tab key. > > Please help. > > Octavian >
