Update of /cvsroot/wnd/wnd/wnd_doc/doc/controls/custom controls/splitter
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21286
Modified Files:
splitter.dtpl
Log Message:
bit of this and a bit of that
Index: splitter.dtpl
===================================================================
RCS file: /cvsroot/wnd/wnd/wnd_doc/doc/controls/custom controls/splitter/splitter.dtpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** splitter.dtpl 29 Apr 2005 15:17:08 -0000 1.1.1.1
--- splitter.dtpl 2 Jul 2005 09:48:17 -0000 1.2
***************
*** 93,105 ****
The following styles are used with Splitter controls:<br><br>
<TABLE class="table1" BORDER="1">
! <TR>
! <TD>'horz'</TD>
! <TD>creates a horizontal splitter (this is the default). This style can not be changed at runtime</TD>
! </TR>
! <TR>
! <TD>'vert'</TD>
! <TD>creates a vertical splitter. This style can not be changed at runtime</TD>
! </TR>
! </TABLE>
--- 93,114 ----
The following styles are used with Splitter controls:<br><br>
<TABLE class="table1" BORDER="1">
! <TR>
! <TD>'feedbackbar'</TD>
! <TD>if this style is set a bar is drawn indicating the desired position of
! the splitter. The splitter is moved no sooner as when the user ends
! draging the splitter. This may help in reducing flicker.
! If this style is not set the splitter is moved along dynamically with the
! mouse.
! </TD>
! </TR>
! <TR>
! <TD>'horz'</TD>
! <TD>creates a horizontal splitter (this is the default). This style can not be changed at runtime</TD>
! </TR>
! <TR>
! <TD>'vert'</TD>
! <TD>creates a vertical splitter. This style can not be changed at runtime</TD>
! </TR>
! </TABLE>
|