diff options
Diffstat (limited to 'xfa/fxfa/README.md')
-rw-r--r-- | xfa/fxfa/README.md | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/xfa/fxfa/README.md b/xfa/fxfa/README.md index b554ce0f43..3b5ae9f4f2 100644 --- a/xfa/fxfa/README.md +++ b/xfa/fxfa/README.md @@ -6,12 +6,11 @@ The main hierarchy in this directory are the form elements: * CXFA_ContentLayoutItem * CXFA_FFPageView * CXFA_FFWidget - * CXFA_FFDraw - * CXFA_FFArc - * CXFA_FFImage - * CXFA_FFLine - * CXFA_FFRectangle - * CXFA_FFText + * CXFA_FFArc + * CXFA_FFImage + * CXFA_FFLine + * CXFA_FFRectangle + * CXFA_FFText * CXFA_FFExclGroup * CXFA_FFField * CXFA_FFCheckButton @@ -25,9 +24,6 @@ The main hierarchy in this directory are the form elements: * CXFA_FFDateTimeEdit * CXFA_FFNumericEdit * CXFA_FFPasswordEdit - * CXFA_FFSubform - -CXFA_FFDraw is the base class for static elements like text and images. CXFA_FFField is the base class for widgets. It owns a lower level CFWL widget instance from xfa/fwl. The correspondence is: |