Difference in children of CTabFolder --> CTabFolder.getChildren() [message #991028] |
Mon, 17 December 2012 01:27  |
Eclipse User |
|
|
|
Hi All,
When I use eclipse 3.7 and call for CTabFolder.getChildren() I am getting two children, but when I am using the same piece of code in eclipse 4.2 (JUNO), I am getting three children. The additional child is 'swt ToolBar' instance.
I would like to know what is the reason of this additional object? Don't find any documentation for the enhancement of CTabFolder or Composite class for E4.
Regards,
Robin.
|
|
|
Re: Difference in children of CTabFolder --> CTabFolder.getChildren() [message #991034 is a reply to message #991028] |
Mon, 17 December 2012 02:06  |
Eclipse User |
|
|
|
In 3.7 the toolbar was faked and hence it caused problems in
accessibility so now it is a real control.
The toolbar is the thing that shows the items e.g. in the top of the
outline view, ...
Tom
Am 17.12.12 07:27, schrieb Robin Mising name:
> Hi All,
>
> When I use eclipse 3.7 and call for CTabFolder.getChildren() I am
> getting two children, but when I am using the same piece of code in
> eclipse 4.2 (JUNO), I am getting three children. The additional child is
> 'swt ToolBar' instance.
>
> I would like to know what is the reason of this additional object? Don't
> find any documentation for the enhancement of CTabFolder or Composite
> class for E4.
>
> Regards,
> Robin.
|
|
|
Powered by
FUDForum. Page generated in 0.04154 seconds