Browse Source

oui: some documentation fixes

pull/1/head
Leonard Ritter 10 years ago
parent
commit
2ba1cc9b19
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      oui.h

+ 2
- 2
oui.h View File

@@ -1,5 +1,5 @@
/* /*
OUI - A minimal immediate GUI handling & layouting library
OUI - A minimal semi-immediate GUI handling & layouting library


Copyright (c) 2014 Leonard Ritter <leonard.ritter@duangle.com> Copyright (c) 2014 Leonard Ritter <leonard.ritter@duangle.com>


@@ -33,7 +33,7 @@ Revision 1 (2014-07-13)


OUI (short for "Open UI", spoken like the french "oui" for "yes") is a OUI (short for "Open UI", spoken like the french "oui" for "yes") is a
platform agnostic single-header C library for layouting GUI elements and platform agnostic single-header C library for layouting GUI elements and
handling their user input. Together with a set of widget drawing and logic
handling related user input. Together with a set of widget drawing and logic
routines it can be used to build complex user interfaces. routines it can be used to build complex user interfaces.


OUI is a semi-immediate GUI. Widget declarations are persistent for the duration OUI is a semi-immediate GUI. Widget declarations are persistent for the duration


Loading…
Cancel
Save