diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-03-15 18:57:07 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-03-15 18:57:07 +0000 |
| commit | a73c7f58e6a0bb4b4eab922396500c25c118a18b (patch) | |
| tree | 7b846ad94ede2aa3e46c1401dd6758562add7e00 /documentation/fluid.html | |
| parent | af5190b95f6b4eb16c028aeb9620f5ebcfe4a0ec (diff) | |
Documentation updates for 1.0.8.
FLUID GUI tweeks (OK and Cancel use now consistent, spacing now consistent,
Courier font for code, etc.)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1039 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/fluid.html')
| -rw-r--r-- | documentation/fluid.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/documentation/fluid.html b/documentation/fluid.html index 670a981fb..d336309d3 100644 --- a/documentation/fluid.html +++ b/documentation/fluid.html @@ -538,10 +538,11 @@ grid that all widgets snap to when you move and resize them, and for the "snap" which is how far a widget has to be dragged from its original position to actually change. </TD> -<TD VALIGN=TOP><IMG SRC="fluid_prefs.gif"></TD> +<TD VALIGN=TOP WIDTH=226><IMG SRC="fluid_prefs.gif"></TD> </TR> </TABLE> -The output filenames control the extensions or names of the files the are + +<P>The output filenames control the extensions or names of the files the are generated by FLUID. If you check the "Include .h from .cxx" button the code file will include the header file automatically. @@ -580,8 +581,7 @@ which is described later in this chapter. </P> <H4>Help/About FLUID</H4> Pops up a panel showing the version of FLUID. <H3>The Widget Panel</H3> -<TABLE cellpadding=0 cellspacing=0 width=100%> -<TR><TD>When you double-click on a widget or a set of widgets you will get +When you double-click on a widget or a set of widgets you will get the "widget attribute panel". <P>When you change attributes using this panel, the changes are reflected immediately in the window. It is useful to hit the "no @@ -591,7 +591,9 @@ the widgets more accurately, especially when setting the box type. for the fields. In this case the value for <I>one</I> of the widgets is shown. But if you change this value, <I>all</I> of the selected widgets are changed to the new value. -<P>Hitting "OK" makes the changes permanent. Selecting a different +<TABLE cellpadding=0 cellspacing=0 width=100%> +<TR> +<TD VALIGN=TOP>Hitting "OK" makes the changes permanent. Selecting a different widget also makes the changes permanent. FLUID checks for simple syntax errors such as mismatched parenthesis in any code before saving any text. @@ -600,8 +602,6 @@ the panel or hit OK. However in the current version of FLUID, changes to "visible" attributes (such as the color, label, box) are not undone by revert or cancel. Changes to code like the callbacks are undone, however. -</TD><TD><IMG src="fluid_widget.gif"></TD></TR> -</TABLE> <H3><A name=widget_attributes>Widget Attributes</A></H3> <H4>Name (text field)</H4> Name of a variable to declare, and to store a pointer to this @@ -611,6 +611,8 @@ blank then no variable is created. etc. This will cause FLUID to declare an array of pointers. The array is big enough that the highest number found can be stored. All widgets that in the array must be the same type. </P> +</TD><TD VALIGN=TOP WIDTH=378><IMG src="fluid_widget.gif"></TD></TR> +</TABLE> <H4>Type (upper-right pulldown menu)</H4> Some classes have subtypes that modify their appearance or behavior. You pick the subtype off of this menu. |
