#include <ilviews/base/gadget.h>
#include <ilviews/gadgets/macrosadv.h>
Library: ilvadvgdt
Declaration of the IlvSplitterGadget class.
◆ IlvMakeSplitterGadget()
Creates a new instance of the IlvSplitterGadget
class connected to the specified guide.
- Parameters
-
container | The container to which the splitter gadget will be added. |
direction | The direction of the splitter gadget. |
index | The index of the guide to be associated with the splitter gadget. The first guide is assigned to the index 0 . |
from | The index of the guide that is orthogonal to the splitter gadget whose direction is specified and from which the splitter gadget will be visible. |
to | The index of the guide that is orthogonal to the splitter gadget whose direction is specified and to which the splitter gadget will be visible. |
size | The size of the splitter gadget that has the specified direction. |
- Returns
- A Pointer to the created splitter gadget.
- See also
IlvSplitterGadget
.