aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
diff options
context:
space:
mode:
authorpashamray <pashamray@gmail.com>2014-07-05 20:47:15 +0300
committerpashamray <pashamray@gmail.com>2014-07-05 20:47:15 +0300
commitfeec298beba4fa7bbf4f068dda6b0d6ba1b63f61 (patch)
tree26cc2f93b004804bc743a21d34bfb7cfde2aa167 /src/gwin
parentd16f51c67b8ccd578b8df69464da05618a10608d (diff)
parent6994219998b70d55f3769041fd4e323a12be6552 (diff)
downloaduGFX-feec298beba4fa7bbf4f068dda6b0d6ba1b63f61.tar.gz
uGFX-feec298beba4fa7bbf4f068dda6b0d6ba1b63f61.tar.bz2
uGFX-feec298beba4fa7bbf4f068dda6b0d6ba1b63f61.zip
master слито с pcf8812
Diffstat (limited to 'src/gwin')
-rw-r--r--src/gwin/frame.h5
-rw-r--r--src/gwin/gimage.h2
2 files changed, 3 insertions, 4 deletions
diff --git a/src/gwin/frame.h b/src/gwin/frame.h
index bf7cd2d8..fc5daf8e 100644
--- a/src/gwin/frame.h
+++ b/src/gwin/frame.h
@@ -45,8 +45,7 @@ typedef struct GFrameObject {
/**
* @brief Create a frame widget
*
- * @details This widget provides a window like we know it from desktop systems. You usually use this together with
- * gwinAddChild().
+ * @details This widget provides a window like we know it from desktop systems.
*
* @param[in] g The GDisplay to display this window on
* @param[in] fo The GFrameObject structure to initialize. If this is NULL the structure is dynamically allocated.
@@ -54,7 +53,7 @@ typedef struct GFrameObject {
* @param[in] flags Some flags, see notes.
*
* @note Possible flags are: GWIN_FRAME_BORDER, GWIN_FRAME_CLOSE_BTN, GWIN_FRAME_MINMAX_BTN.
- * Whether the close or the minimize maximize buttons are used, the boarder is automatically invoked.
+ * When the close or the minimize/maximize buttons are used, the boarder is automatically invoked.
* @note These frame buttons are processed internally. The close button will invoke a gwinDestroy() which will
* destroy the window itself and EVERY child it contains (also children of children).
*
diff --git a/src/gwin/gimage.h b/src/gwin/gimage.h
index 670a9ec4..0052f024 100644
--- a/src/gwin/gimage.h
+++ b/src/gwin/gimage.h
@@ -9,7 +9,7 @@
* @file src/gwin/gimage.h
* @brief GWIN image widget header file.
*
- * @defgroup Image Image
+ * @defgroup ImageBox ImageBox
* @ingroup Widgets
*
* @details GWIN allos it to create an image widget. The widget