diff options
Diffstat (limited to 'libXaw/include/X11/Xaw/Porthole.h')
-rw-r--r-- | libXaw/include/X11/Xaw/Porthole.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libXaw/include/X11/Xaw/Porthole.h b/libXaw/include/X11/Xaw/Porthole.h index d7c260cba..2dbcf1890 100644 --- a/libXaw/include/X11/Xaw/Porthole.h +++ b/libXaw/include/X11/Xaw/Porthole.h @@ -32,26 +32,26 @@ in this Software without prior written authorization from The Open Group. #include <X11/Xaw/Reports.h> /***************************************************************************** - * + * * Porthole Widget (subclass of Composite) - * + * * This widget is similar to a viewport without scrollbars. Child movement * is done by external panners or scrollbars. - * + * * Parameters: - * + * * Name Class Type Default * ---- ----- ---- ------- - * + * * background Background Pixel XtDefaultBackground * border BorderColor Pixel XtDefaultForeground * borderWidth BorderWidth Dimension 1 * height Height Dimension 0 * reportCallback ReportCallback Pointer NULL * width Width Dimension 0 - * x Position Position 0 + * x Position Position 0 * y Position Position 0 - * + * *****************************************************************************/ extern WidgetClass portholeWidgetClass; |