cEdit_mixin.pkg
mixin used by both cRichEdit and cTextEdit
cEdit_mixin.pkg  (view source)- import declarations
			
 - cEdit_Mixin : Mixin
Define_cEdit_Mixin()
			
Mouse_Down2(Integer iWindowNumber Integer iPosition)
			currently there is no built in context menu support (old edit has one).
- Integer
obj - Integer
rval 
- integer
Object_Shadow_State()
			 
Enable_Window(integer iState)
			enables or disables an active window. Allows enabled_state to be used after object is paged
- Integer
hWnd 
Set(integer iState)
			
Shadow_Display()
			
Set(integer iItem integer iState)
			- integer
Item_Shadow_State(integer iItem)
			 
OnChange()
			
OnMaxText()
			
Command(Integer wParam Integer lParam)
			- Integer
iParam 
Delete_Data()
			Some messages trigger the command message with a change event. In some circumstances we must suppress this.
The delete_data message and the page message both do this.
- Boolean
bWas 
Page(integer iState)
			- Boolean
bWas 
AppendTextLn(string sText)
			
RequestAddToolTip()
			Called by Page_Object. Handles tooltip creation. We use a dedicated
method to perform AddToolTip because it is often the case that Page_Object
is implemented in a mixin class.
RequestDeleteToolTip()
			Called by Page_Object. Handles tooltip removal.
 
References (2):
Field References (0):
| Module | Containing Symbol | Line | 
|---|