[Wnd-commit] wnd/wnd_doc/doc/controls/control classes/button button.dtpl,1.2,1.3
Status: Alpha
Brought to you by:
jurner
|
From: jürgen u. <cer...@us...> - 2005-07-23 19:48:39
|
Update of /cvsroot/wnd/wnd/wnd_doc/doc/controls/control classes/button In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2527 Modified Files: button.dtpl Log Message: bit of this and a bit of that Index: button.dtpl =================================================================== RCS file: /cvsroot/wnd/wnd/wnd_doc/doc/controls/control classes/button/button.dtpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** button.dtpl 15 May 2005 10:00:39 -0000 1.2 --- button.dtpl 23 Jul 2005 19:48:16 -0000 1.3 *************** *** 225,279 **** The following styles are used with Buttons:<br><br> <TABLE class="table1" BORDER="1"> ! <TR> ! <TD>'bitmap'</TD> ! <TD>the button displays an bitmap. This style can not be changed at runtime</TD> ! </TR> ! <TR> ! <TD>'center'</TD> ! <TD>Centers the text horizontally in the button</TD> ! </TR> ! <TR> ! <TD>'flat'</TD> ! <TD>Displays a flat button</TD> ! </TR> ! <TR> ! <TD>'icon'</TD> ! <TD>the button displays an icon. This style can not be changed at runtime</TD> ! </TR> ! <TR> ! <TD>'left'</TD> ! <TD>Displays text left aligned</TD> ! </TR> ! <TR> ! <TD>'multiline'</TD> ! <TD>Formats the text to be displayed using multiple lines.</TD> ! </TR> ! <TR> ! <TD>'notify'</TD> ! <TD>Not used</TD> ! </TR> ! <TR> ! <TD>'ownerdraw'</TD> ! <TD>lets you draw the button from scratch</TD> ! </TR> ! <TR> ! <TD>'right'</TD> ! <TD>Displays text right aligned</TD> ! </TR> ! <TR> ! <TD>'top'</TD> ! <TD>Displays text top aligned</TD> ! </TR> ! <TR> ! <TD>'vcenter'</TD> ! <TD>Centers the text vertically in the middle of te button</TD> ! </TR> ! <br><br> ! Some of these styles might be changable at runtime, others not, ! like can not convert a 'bitmap' button into an 'icon' button into ! a text displaying Button. ! </TABLE> --- 225,279 ---- The following styles are used with Buttons:<br><br> <TABLE class="table1" BORDER="1"> ! <TR> ! <TD>'bitmap'</TD> ! <TD>the button displays an bitmap. This style can not be changed at runtime</TD> ! </TR> ! <TR> ! <TD>'center'</TD> ! <TD>Centers the text horizontally in the button</TD> ! </TR> ! <TR> ! <TD>'flat'</TD> ! <TD>Displays a flat button</TD> ! </TR> ! <TR> ! <TD>'icon'</TD> ! <TD>the button displays an icon. This style can not be changed at runtime</TD> ! </TR> ! <TR> ! <TD>'left'</TD> ! <TD>Displays text left aligned</TD> ! </TR> ! <TR> ! <TD>'multiline'</TD> ! <TD>Formats the text to be displayed using multiple lines.</TD> ! </TR> ! <TR> ! <TD>'notify'</TD> ! <TD>Not used</TD> ! </TR> ! <TR> ! <TD>'ownerdraw'</TD> ! <TD>lets you draw the button from scratch</TD> ! </TR> ! <TR> ! <TD>'right'</TD> ! <TD>Displays text right aligned</TD> ! </TR> ! <TR> ! <TD>'top'</TD> ! <TD>Displays text top aligned</TD> ! </TR> ! <TR> ! <TD>'vcenter'</TD> ! <TD>Centers the text vertically in the middle of te button</TD> ! </TR> ! <br><br> ! Some of these styles might be changable at runtime, others not, ! like can not convert a 'bitmap' button into an 'icon' button into ! a text displaying Button. ! </TABLE> |