OWLNext 6.32
Classes | Defines | Typedefs
New Controls

Classes

class  owl::TCheckListItem
class  owl::TCheckListArray
class  owl::TCheckList
class  owl::TCheckListData
class  owl::TTabCheckList
class  owl::TComboBoxExItem
class  owl::TComboBoxEx
 ComboBoxEx controls are combo box controls that provide native support for item images. More...
class  owl::TComboBoxExData
class  owl::TCoolBand
class  owl::TCoolBar
class  owl::TDateTimePicker
class  owl::TDrawItemProxy
 Proxy parent for TDrawItem. More...
class  owl::TButtonTextDrawItem
class  owl::TDrawMenuItem
class  owl::TDrawMenuItemProxy
class  owl::TFlatPainter
class  owl::TFlatComboBox
class  owl::TGadgetComboBox
 For use with TGadgetWindow. More...
class  owl::TFlatEdit
class  owl::TGadgetEdit
 For use with TGadgetWindow. More...
class  owl::TFlatListBox
class  owl::TGadgetListBox
 For use with TGadgetWindow. More...
class  owl::TFlatScroller
class  owl::TIPAddressBits
 Also used as transfer buffer. More...
class  owl::TIPAddress
class  owl::TMemComboBox
class  owl::TPageScroller
class  owl::TPickerCell
 bsabstract base class More...
class  owl::TColorCell
class  owl::TBitmapCell
class  owl::TTextCell
class  owl::TGridPicker
class  owl::TPopupPicker
class  owl::TColorPicker
class  owl::TPickerGadget
class  owl::TColorPickerGadget
class  owl::TBitmapPickerGadget
class  owl::TPopupButtonGadget
class  owl::TPopupMenuGadget
class  owl::TRichEditView
class  owl::TDrawItemBase
class  owl::TDrawItem

Defines

#define HL_SearchText   "hlSearchText"
#define HL_ReplaceText   "hlReplaceText"
#define HL_GotoLine   "hlGotoLine"
#define HL_BinGoto   "hlBinGoto"
#define HL_BlockIndent   "hlBlockIndent"
#define HL_RightMargin   "hlRightMargin"
#define HL_GutterWidth   "hlGutterWidth"
#define HL_UndoLimit   "hlUndoLimit"
#define HL_TabStops   "hlTabStops"
#define HL_OtherText   "hlOtherText"

Typedefs

typedef TCheckListArray::Iterator owl::TCheckListArrayIter
typedef TObjectArray
< TComboBoxExItem > 
owl::TComboBoxExItemArray
typedef
TComboBoxExItemArray::Iterator 
owl::TComboBoxExItemArrayIter
typedef TIPtrArray< TCoolBand * > owl::TCoolBandArray
typedef TCoolBandArray::Iterator owl::TCoolBandArrayIter

Detailed Description

New UI controls introduced in OWLNext


Define Documentation

#define HL_SearchText   "hlSearchText"

class remember old user selections. Saves strings in registry under:

 CURRENT_USER\Software\OWL NExt\History Lists\[Name]

Where [Name] - parameter passed in constructor. Override CreateConfigFile(); to customize this Support Transfer mechanizm, to pass value to Edit part of ComboBox. No ComboBox transfer Data, Use as transfer structure: tchar buffer[textLimit]; textLimit - parameter passed in constructor. Example:

 struct TXFer{
   uint16 CheckBox1;
   uint16 CheckBox2;
   tchar Edit1[255];
   tchar MemComboBox[255];
 };