Problem is how to make a tabbed dialog. Has anyone tried to create a tabcontrol thru toolkit/awt?

There are services called TabControllerModel and AccessibleTabControl in com::sun::star::awt.While accessibility considerations have been taken care of, how to create TabControl itself apprears to be missing ;). I could not understand what TabControllerModel is all about.

On checking sources, I can see TabDialog class is present in VCL, but is there any way to get the TabControl properties directly in awt.


Since I could not, I used WindowDescriptor, with WindowServiceName as "tabdialog" (ref. vclxtoolkit.cxx in toolkit/source/awt of SRC680 OO source code). I can get XDialog interface, but I need access to the TabControl to create a tabbed dialog. So, I am stuck anyways.

Any help/pointers would be appreciated.

Reply via email to