2
0
Эх сурвалжийг харах

Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-sgrenier

Steve Grenier 13 жил өмнө
parent
commit
3eca8d534e

+ 3 - 0
gameplay/src/FlowLayout.h

@@ -6,6 +6,9 @@
 namespace gameplay
 {
 
+/**
+ *  Defines a layout that arranges components in a left-to-right or right-to-left flow. 
+ */
 class FlowLayout : public Layout
 {
     friend class Form;