CtkBin

CtkBin — A container for one child

Synopsis

#include <ctk-bin.h>

                    CtkBin;
                    CtkBinClass;
                    CtkBinPrivate;
ClutterActor *      ctk_bin_get_child                   (CtkBin *bin);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----ClutterActor
               +----CtkActor
                     +----CtkBin
                           +----CtkButton
                           +----CtkMenuItem
                           +----CtkScrollView
                           +----CtkToplevel

Implemented Interfaces

CtkBin implements ClutterScriptable, CtkFocusable and ClutterContainer.

Description

CtkBin is a container for one child and should be used to build Ctk widgets

Details

CtkBin

typedef struct _CtkBin CtkBin;


CtkBinClass

typedef struct {
  /* signals, not vfuncs */

  /* vtable */
} CtkBinClass;


CtkBinPrivate

typedef struct _CtkBinPrivate CtkBinPrivate;


ctk_bin_get_child ()

ClutterActor *      ctk_bin_get_child                   (CtkBin *bin);

Gets the single child of bin - if there is no child set this will return NULL

bin :

A CtkBin

Returns :

a ClutterActor or NULL