add Application formFactor

This commit is contained in:
Marco Martin 2012-11-23 17:46:26 +01:00
parent 7a9ca96135
commit edad4c4043

View File

@ -105,8 +105,10 @@ enum FormFactor {
referred to as a "ten foot interface".*/
Horizontal, /**< The applet is constrained vertically, but
can expand horizontally. */
Vertical /**< The applet is constrained horizontally, but
Vertical, /**< The applet is constrained horizontally, but
can expand vertically. */
Application /**< The Applet lives in a plane and should be optimized to look as a full application,
for the desktop or the particular device. */
};
enum Location {