Etk
Main Page Object Hierarchy Data Structures Related Pages
Etk

etk_bin.h File Reference


Detailed Description


Data Structures

struct  Etk_Bin
 [Widget] A container that can contain only one child More...

Defines

#define ETK_BIN_TYPE   (etk_bin_type_get())
#define ETK_BIN(obj)   (ETK_OBJECT_CAST((obj), ETK_BIN_TYPE, Etk_Bin))
#define ETK_IS_BIN(obj)   (ETK_OBJECT_CHECK_TYPE((obj), ETK_BIN_TYPE))

Functions

void etk_bin_child_set (Etk_Bin *bin, Etk_Widget *child)
 Sets the child of the bin.
Etk_Widget * etk_bin_child_get (Etk_Bin *bin)
 Gets the child of the bin.