Application FormFactor
This commit is contained in:
parent
6a16643bf3
commit
b0bae5596c
4
plasma.h
4
plasma.h
@ -74,8 +74,10 @@ enum FormFactor {
|
|||||||
referred to as a "ten foot interface".*/
|
referred to as a "ten foot interface".*/
|
||||||
Horizontal, /**< The applet is constrained vertically, but
|
Horizontal, /**< The applet is constrained vertically, but
|
||||||
can expand horizontally. */
|
can expand horizontally. */
|
||||||
Vertical /**< The applet is constrained horizontally, but
|
Vertical, /**< The applet is constrained horizontally, but
|
||||||
can expand vertically. */
|
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. */
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user