AlpDecoratedHBox
[UI Widgets]


Data Structures

struct  _AlpDecoratedHBox
struct  _AlpDecoratedHBoxClass

Defines

#define ALP_DECORATED_HBOX(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj), ALP_TYPE_DECORATED_HBOX, AlpDecoratedHBox))
#define ALP_DECORATED_HBOX_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass), ALP_TYPE_DECORATED_HBOX, AlpDecoratedHBoxClass))
#define ALP_DECORATED_HBOX_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS((obj), ALP_TYPE_DECORATED_HBOX, AlpDecoratedHBoxClass))
#define ALP_IS_DECORATED_HBOX(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj), ALP_TYPE_DECORATED_HBOX))
#define ALP_IS_DECORATED_HBOX_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass), ALP_TYPE_DECORATED_HBOX))
#define ALP_TYPE_DECORATED_HBOX   (alp_decorated_hbox_get_type())

Typedefs

typedef _AlpDecoratedHBox AlpDecoratedHBox
typedef _AlpDecoratedHBoxClass AlpDecoratedHBoxClass
typedef void(* AlpDecoratedHBoxDrawFunction )(AlpDecoratedHBox *hbox)
 Signature for the background drawing function.

Functions

gint alp_decorated_hbox_get_drawing_function_int (AlpDecoratedHBox *Dhbox)
 Gets the gint for use with the drawing function.
GType alp_decorated_hbox_get_type (void) G_GNUC_CONST
 Get the AlpDecoratedhBox object type.
GtkWidget * alp_decorated_hbox_new (gboolean homogenous, gint spacing)
 Creates a new alp_decorated_hbox widget.
void alp_decorated_hbox_set_drawing_function (AlpDecoratedHBoxDrawFunction draw_background)
 Sets the drawing function to be called for the background.
void alp_decorated_hbox_set_drawing_function_int (AlpDecoratedHBox *Dhbox, gint param)
 Sets a gint which may or may not be used by the drawing function.


Define Documentation

#define ALP_DECORATED_HBOX obj   )     (G_TYPE_CHECK_INSTANCE_CAST((obj), ALP_TYPE_DECORATED_HBOX, AlpDecoratedHBox))
 

#define ALP_DECORATED_HBOX_CLASS klass   )     (G_TYPE_CHECK_CLASS_CAST((klass), ALP_TYPE_DECORATED_HBOX, AlpDecoratedHBoxClass))
 

#define ALP_DECORATED_HBOX_GET_CLASS obj   )     (G_TYPE_INSTANCE_GET_CLASS((obj), ALP_TYPE_DECORATED_HBOX, AlpDecoratedHBoxClass))
 

#define ALP_IS_DECORATED_HBOX obj   )     (G_TYPE_CHECK_INSTANCE_TYPE((obj), ALP_TYPE_DECORATED_HBOX))
 

#define ALP_IS_DECORATED_HBOX_CLASS klass   )     (G_TYPE_CHECK_CLASS_TYPE((klass), ALP_TYPE_DECORATED_HBOX))
 

#define ALP_TYPE_DECORATED_HBOX   (alp_decorated_hbox_get_type())
 


Typedef Documentation

typedef struct _AlpDecoratedHBox AlpDecoratedHBox
 

typedef struct _AlpDecoratedHBoxClass AlpDecoratedHBoxClass
 

typedef void(* AlpDecoratedHBoxDrawFunction)(AlpDecoratedHBox *hbox)
 

Signature for the background drawing function.


Function Documentation

gint alp_decorated_hbox_get_drawing_function_int AlpDecoratedHBox Dhbox  ) 
 

Gets the gint for use with the drawing function.

GType alp_decorated_hbox_get_type void   ) 
 

Get the AlpDecoratedhBox object type.

Parameters:
[in] none. 
Returns:
the AlpDecoratedhBox type identifier

GtkWidget* alp_decorated_hbox_new gboolean  homogenous,
gint  spacing
 

Creates a new alp_decorated_hbox widget.

Returns:
thee AlpDecoratedHBox.

void alp_decorated_hbox_set_drawing_function AlpDecoratedHBoxDrawFunction  draw_background  ) 
 

Sets the drawing function to be called for the background.

void alp_decorated_hbox_set_drawing_function_int AlpDecoratedHBox Dhbox,
gint  param
 

Sets a gint which may or may not be used by the drawing function.


Generated on Wed Jul 30 07:06:41 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.