|
@@ -1,7 +1,7 @@
|
|
|
{ This demo shows the use of special symbol labels }
|
|
|
program arrowbutton;
|
|
|
|
|
|
-uses forms;
|
|
|
+uses xforms;
|
|
|
|
|
|
const border : longint = FL_TRANSIENT;
|
|
|
|
|
@@ -37,11 +37,14 @@ begin
|
|
|
fl_show_form(form,FL_PLACE_ASPECT,border,'Buttons');
|
|
|
while (fl_do_forms() <> but) do;
|
|
|
fl_hide_form(form);
|
|
|
-end. $Log$
|
|
|
-end. Revision 1.2 2002-09-07 15:42:54 peter
|
|
|
-end. * old logs removed and tabs fixed
|
|
|
-end.
|
|
|
-end. Revision 1.1 2002/01/29 17:55:00 peter
|
|
|
-end. * splitted to base and extra
|
|
|
end.
|
|
|
+
|
|
|
+{
|
|
|
+ $Log$
|
|
|
+ Revision 1.3 2003-10-27 15:48:13 peter
|
|
|
+ * renamed forms unit to xforms to prevent conflict with Forms
|
|
|
+ from the LCL
|
|
|
+
|
|
|
+ Revision 1.2 2002/09/07 15:42:54 peter
|
|
|
+ * old logs removed and tabs fixed
|
|
|
}
|