windowing/windowserver/inc/Graphics/openwfc/WSGRAPHICDRAWERINTERFACE.H
branchRCL_3
changeset 17 e375a7921169
parent 4 15986eb6c500
child 19 bbf46f59e123
equal deleted inserted replaced
15:7f6e7753e018 17:e375a7921169
   847 		/** Windows with this attribute enabled uses alpha channel to control its transparency.
   847 		/** Windows with this attribute enabled uses alpha channel to control its transparency.
   848 		The default value is false. */
   848 		The default value is false. */
   849 		EAlphaChannelTransparencyEnabled,
   849 		EAlphaChannelTransparencyEnabled,
   850 		/** True if a clipping rect should be applied when drawing a standard text cursor, false otherwise.
   850 		/** True if a clipping rect should be applied when drawing a standard text cursor, false otherwise.
   851 		The default value is false. */
   851 		The default value is false. */
   852 		ECursorClipRectSet
   852 		ECursorClipRectSet,
       
   853 		/** Implicitly defaults to true. Will remain true as long as the application's primary screendevice 
       
   854 		is in the same orientation as the device. This information is only given for top-windows, 
       
   855 		i.e. children of group-windows, and only when wsini.ini is configured with SIZE_MODE > 0. */
       
   856 		EScreenDeviceValid
   853 		};
   857 		};
   854 	/**
   858 	/**
   855 	 This enum encapsulates the set of non-boolean attribute changes that can be observed
   859 	 This enum encapsulates the set of non-boolean attribute changes that can be observed
   856 	 using the MWsWindowTreeObserver interface. 
   860 	 using the MWsWindowTreeObserver interface. 
   857 	 @see AttributeChanged */
   861 	 @see AttributeChanged */