Classes | |
| class | IlvElasticView |
| View class. More... | |
| class | IlvScrollView |
| View class. More... | |
| class | IlvView |
| View class. More... | |
| class | IlvViewHandler |
Class used to handle events that occurs on an IlvView. More... | |
| class | IlvView::RoundedCornerShape |
| class | IlvView::Shape |
Macros | |
| #define | IlvDropShadow |
| Creates a top window with a drop shadow. Only supported on Microsoft Windows XP. More... | |
| #define | IlvIconified |
| Creates an iconified top window. Only supported on Microsoft Windows. More... | |
| #define | IlvMaximized |
| Creates a maximized top window. Only supported on Microsoft Windows. More... | |
| #define | IlvNoBorder |
| Creates a top window without borders. More... | |
| #define | IlvNoCloseBox |
| Creates a top window that cannot be closed by using the window manager. More... | |
| #define | IlvNoMaxBox |
| Creates a top window that cannot be maximized. More... | |
| #define | IlvNoMinBox |
| Creates a top window that cannot be minimized. More... | |
| #define | IlvNoResizeBorder |
| Creates a top window that cannot be resized. More... | |
| #define | IlvNoSysMenu |
| Creates a top window without system menu. More... | |
| #define | IlvNoTitleBar |
| Creates a top window without title bar. More... | |
| #define | IlvNoTouchScreenNavigation |
| Creates a window that has no touch screen navigation capability. More... | |
| #define | IlvToolView |
| Creates a top window with small borders. Only supported on Microsoft Windows. More... | |
| #define | IlvTopMost |
| Creates a top window that is displayed on top of other windows. Only supported on Microsoft Windows. More... | |
Library: xviews or winviews or mviews (mutually exclusive)
Declaration of the IlvView base classes.
| #define IlvDropShadow |
Creates a top window with a drop shadow. Only supported on Microsoft Windows XP.
IlvView. | #define IlvIconified |
Creates an iconified top window. Only supported on Microsoft Windows.
IlvView. | #define IlvMaximized |
Creates a maximized top window. Only supported on Microsoft Windows.
IlvView. | #define IlvNoBorder |
Creates a top window without borders.
IlvView. | #define IlvNoCloseBox |
Creates a top window that cannot be closed by using the window manager.
IlvView. | #define IlvNoMaxBox |
Creates a top window that cannot be maximized.
IlvView. | #define IlvNoMinBox |
Creates a top window that cannot be minimized.
IlvView. | #define IlvNoResizeBorder |
Creates a top window that cannot be resized.
IlvView. | #define IlvNoSysMenu |
Creates a top window without system menu.
IlvView. | #define IlvNoTitleBar |
Creates a top window without title bar.
IlvView. | #define IlvNoTouchScreenNavigation |
Creates a window that has no touch screen navigation capability.
IlvView. | #define IlvToolView |
Creates a top window with small borders. Only supported on Microsoft Windows.
IlvView. | #define IlvTopMost |
Creates a top window that is displayed on top of other windows. Only supported on Microsoft Windows.
IlvView.