21
edits
Changes
→FWButton
==FWButton==
Button is a Label that child of FWField.It displays a small piece of text (usually one word or two) and accepts a keyboard one key hit and returns its valueentry. Also a button when editedWhen in edit mode, to indicate the editing mode, surrounds it will surround the text of the Label with squared brackets ( '''['''LabelText''']''' ).
===Class Definition===
<big><syntaxhighlight lang="cpp">
const char* Border=FW_BORDER_CHARS);
</pre></big>
<big><pre>
~FWButton();