Views
Gadgets Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Typedefs
panecont.h File Reference
#include <ilviews/gadgets/gadcont.h>
#include <ilviews/graphics/relfline.h>
#include <ilviews/base/gadget.h>
#include <ilviews/gadgets/macrosadv.h>
#include <ilviews/base/look.h>

Classes

class  IlvDefaultSeparatorLineLFHandler
 Object look-and-feel class. More...
 
class  IlvGraphicPane
 Pane class. More...
 
class  IlvPane
 Pane class. More...
 
class  IlvPanedContainer
 Pane container class. More...
 
class  IlvPaneListener
 Pane Listener class. More...
 
class  IlvSeparatorLineLFHandler
 Object Look-and-Feel class. More...
 
class  IlvSeparatorPane
 Pane class. More...
 
class  IlvSliderPane
 Pane class. More...
 
class  IlvViewPane
 Pane class. More...
 

Typedefs

typedef IlAny(* IlvApplyPane) (IlvPane *pane, IlAny arg)
 

Detailed Description

Library: ilvadvgdt
Declaration of the IlvPane class and its related classes.

Typedef Documentation

◆ IlvApplyPane

IlvApplyPane

Defines the type of the function used by the IlvPanedContainer::applyUntil() method.

Parameters
paneThe pane on which the function is invoked.
argThe argument passed to the function.
Returns
The function should return a non-zero value to stop the apply mechanism, or 0 to continue.
See also
IlvPanedContainer::applyUntil().