Update of /cvsroot/wnd/wnd/wnd_doc/doc/controls/control classes/tab
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3798
Modified Files:
tab.dtpl
Log Message:
bit of this and a bit of that
Index: tab.dtpl
===================================================================
RCS file: /cvsroot/wnd/wnd/wnd_doc/doc/controls/control classes/tab/tab.dtpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** tab.dtpl 15 May 2005 10:07:40 -0000 1.2
--- tab.dtpl 23 Jul 2005 19:56:19 -0000 1.3
***************
*** 147,156 ****
</TR>
<TR>
! <TD>'fixedwifth'</TD>
<TD>All tabs are of the same size.Do not use with 'rightjustify'</TD>
</TR>
<TR>
<TD>'flatbuttons'</TD>
! <TD>Displays tabs as flat buttons. The tab must have 'buttons' sryle set</TD>
</TR>
<TR>
--- 147,156 ----
</TR>
<TR>
! <TD>'fixedwidth'</TD>
<TD>All tabs are of the same size.Do not use with 'rightjustify'</TD>
</TR>
<TR>
<TD>'flatbuttons'</TD>
! <TD>Displays tabs as flat buttons. The tab must have 'buttons' style set</TD>
</TR>
<TR>
***************
*** 184,188 ****
<TR>
<TD>'multiline'</TD>
! <TD>Uses multiple lines if necessary</TD>
</TR>
<TR>
--- 184,193 ----
<TR>
<TD>'multiline'</TD>
! <TD>Uses multiple lines if necessary.
! <br><br>
! ?? There is a bug with this style. At least on win98 you can not specify it along
! on creation time. You have to use 'SetStyle' after the tab control has been created ??
!
! </TD>
</TR>
<TR>
***************
*** 251,255 ****
</P>
!
::item:: Clear
<code> Clear()</code><br>
--- 256,266 ----
</P>
! ::item:: FindLparam
! <code>FindLparam(lp)</code><br>
! <P>
! Retuirns the index of the item with the specified lParam or None
! </P>
!
!
::item:: Clear
<code> Clear()</code><br>
|