diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:50:38 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:50:38 -0400 |
commit | c0734ae82eabb9101e44581b6f75d378c77ef81a (patch) | |
tree | c0ef1d5d860966f41cd6d79fefb0746524369a3e /libraries | |
parent | b08c9a64cdcc165d52c3c7816387cb02fcc45f95 (diff) |
libraries/xforms: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/xforms/README | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/libraries/xforms/README b/libraries/xforms/README index c57878801f491..df02a0090ff6d 100644 --- a/libraries/xforms/README +++ b/libraries/xforms/README @@ -1,13 +1,15 @@ XForms (X11 graphical user interface toolkit) -XForms is a graphical user interface toolkit based on the X11 Xlib library. -It's written in C and allows to easily write GUIs for programs. For that, -it comes with a lot of widgets (buttons, menus, input fields, scrollbars, -you name it) as well as fdesign, a tool that lets you create a GUI using a -GUI. In addition, the library is extensible and new objects can easily be -created and added to the library. +XForms is a graphical user interface toolkit based on the X11 Xlib +library. It's written in C and allows to easily write GUIs for +programs. For that, it comes with a lot of widgets (buttons, menus, +input fields, scrollbars, you name it) as well as fdesign, a tool +that lets you create a GUI using a GUI. In addition, the library is +extensible and new objects can easily be created and added to the +library. -Note: the XForms toolkit hasn't anything to do with the W3C standardized -XML XForms format which unfortunately also is called "XForms". The XForms -toolkit already existed long before the XML XForms format stuff was invented -and those newcomers just picked the same name ;-) +Note: the XForms toolkit hasn't anything to do with the W3C +standardized XML XForms format which unfortunately also is called +"XForms". The XForms toolkit already existed long before the XML +XForms format stuff was invented and those newcomers just picked the +same name ;-) |