Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::AbstractGTKControl::Container Struct Reference

#include <AbstractGTKControl.h>

List of all members.

Static Public Member Functions

static AbstractGTKControlgetControlPeer (GtkWidget *widget)
static Rect getBounds (GtkWidget *widget)
static void move (GtkWidget *widget, int x, int y, int width, int height)
static void moveChild (Container *container, GtkWidget *child, int x, int y, int width, int height)
static Rect getChildBounds (Container *container, GtkWidget *child)
static GtkWidget * create (GtkAdjustment *adjustment, AbstractGTKControl *gtkControlPeer)
static GtkAdjustment * getAdjustment (Container *container)
static void setUpdatePolicy (Container *container, GtkUpdateType policy)
static void setAdjustment (Container *container, GtkAdjustment *adjustment)
static void init (Container *container)
static void destroy (GtkObject *object)
static void realize (GtkWidget *widget)
static void sizeRequest (GtkWidget *widget, GtkRequisition *requisition)
static void sizeAllocate (GtkWidget *widget, GtkAllocation *allocation)
static gboolean expose (GtkWidget *widget, GdkEventExpose *event)
static void adjustmentChanged (GtkAdjustment *adjustment, gpointer data)
static void adjustmentValueChanged (GtkAdjustment *adjustment, gpointer data)
static void add (GtkContainer *container, GtkWidget *widget)
static void remove (GtkContainer *container, GtkWidget *widget)
static void forall (GtkContainer *container, gboolean include_internals, GtkCallback callback, gpointer callback_data)
static GType getChildType (GtkContainer *container)

Public Attributes

GtkContainer container
GtkAdjustment * adjustment
AbstractGTKControlgtkControlPeer_
GList * children


Member Function Documentation

static void VCF::AbstractGTKControl::Container::add GtkContainer *  container,
GtkWidget *  widget
[static]
 

static void VCF::AbstractGTKControl::Container::adjustmentChanged GtkAdjustment *  adjustment,
gpointer  data
[static]
 

static void VCF::AbstractGTKControl::Container::adjustmentValueChanged GtkAdjustment *  adjustment,
gpointer  data
[static]
 

static GtkWidget* VCF::AbstractGTKControl::Container::create GtkAdjustment *  adjustment,
AbstractGTKControl gtkControlPeer
[static]
 

static void VCF::AbstractGTKControl::Container::destroy GtkObject *  object  )  [static]
 

static gboolean VCF::AbstractGTKControl::Container::expose GtkWidget *  widget,
GdkEventExpose *  event
[static]
 

static void VCF::AbstractGTKControl::Container::forall GtkContainer *  container,
gboolean  include_internals,
GtkCallback  callback,
gpointer  callback_data
[static]
 

static GtkAdjustment* VCF::AbstractGTKControl::Container::getAdjustment Container container  )  [static]
 

static Rect VCF::AbstractGTKControl::Container::getBounds GtkWidget *  widget  )  [static]
 

static Rect VCF::AbstractGTKControl::Container::getChildBounds Container container,
GtkWidget *  child
[static]
 

static GType VCF::AbstractGTKControl::Container::getChildType GtkContainer *  container  )  [static]
 

static AbstractGTKControl* VCF::AbstractGTKControl::Container::getControlPeer GtkWidget *  widget  )  [static]
 

static void VCF::AbstractGTKControl::Container::init Container container  )  [static]
 

static void VCF::AbstractGTKControl::Container::move GtkWidget *  widget,
int  x,
int  y,
int  width,
int  height
[static]
 

static void VCF::AbstractGTKControl::Container::moveChild Container container,
GtkWidget *  child,
int  x,
int  y,
int  width,
int  height
[static]
 

static void VCF::AbstractGTKControl::Container::realize GtkWidget *  widget  )  [static]
 

static void VCF::AbstractGTKControl::Container::remove GtkContainer *  container,
GtkWidget *  widget
[static]
 

static void VCF::AbstractGTKControl::Container::setAdjustment Container container,
GtkAdjustment *  adjustment
[static]
 

static void VCF::AbstractGTKControl::Container::setUpdatePolicy Container container,
GtkUpdateType  policy
[static]
 

static void VCF::AbstractGTKControl::Container::sizeAllocate GtkWidget *  widget,
GtkAllocation *  allocation
[static]
 

static void VCF::AbstractGTKControl::Container::sizeRequest GtkWidget *  widget,
GtkRequisition *  requisition
[static]
 


Member Data Documentation

GtkAdjustment* VCF::AbstractGTKControl::Container::adjustment
 

GList* VCF::AbstractGTKControl::Container::children
 

GtkContainer VCF::AbstractGTKControl::Container::container
 

AbstractGTKControl* VCF::AbstractGTKControl::Container::gtkControlPeer_
 


The documentation for this struct was generated from the following file:
   Comments or Suggestions?    License Information