|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
New UI controls introduced in OWLNext More...
Classes | |
| class | owl::TCheckListItem |
| Each item displayed and manipulated by TCheckList. More... | |
| class | owl::TCheckListArray |
| class | owl::TCheckList |
| TCheckList is an owner-drawn list box to select multiple items. More... | |
| class | owl::TCheckListData |
| class | owl::TTabCheckList |
| Represents an owner-drawn list box that can select multiple items with tabs. More... | |
| class | owl::TComboBoxExItem |
| Encapsulates an item in an extended combo box (COMBOBOXEXITEM). More... | |
| 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 |
| This simple implementation does no more than encapsulte the messages which can be sent to the rebar control. More... | |
| class | owl::TDateTimePicker |
| class | owl::TDrawItemProxy |
| Proxy parent for TDrawItem. More... | |
| class | owl::TButtonTextDrawItem |
| class | owl::TDrawMenuItem |
| Derived from TButtonTextDrawItem, the TDrawMenuItem class is used for owner drawn menus. More... | |
| class | owl::TDrawMenuItemProxy |
| Derived from TDrawItemProxy, TDrawMenuItemProxy is a proxy parent for TDrawMenuItem. More... | |
| 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 TFlatScroller implements the actual scroller object. More... | |
| 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 will be base class for owner draw items: ListBox,ComboBox,Menu atc. More... | |
| class | owl::TDrawItem |
Macros | |
| #define | HL_SearchText "hlSearchText" |
| class remember old user selections. | |
| #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 |
New UI controls introduced in OWLNext
| #define HL_SearchText "hlSearchText" |
class remember old user selections.
Saves strings in registry under:
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:
Definition at line 105 of file checklst.h.
Definition at line 156 of file combobex.h.
| typedef TComboBoxExItemArray::Iterator owl::TComboBoxExItemArrayIter |
Definition at line 157 of file combobex.h.
| typedef TCoolBandArray::Iterator owl::TCoolBandArrayIter |