AlpRepeatButton
[UI Widgets]


Data Structures

struct  _AlpRepeatButton
struct  _AlpRepeatButtonClass

Defines

#define ALP_IS_REPEAT_BUTTON(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj), ALP_TYPE_REPEAT_BUTTON))
#define ALP_IS_REPEAT_BUTTON_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass), ALP_TYPE_REPEAT_BUTTON))
#define ALP_REPEAT_BUTTON(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj), ALP_TYPE_REPEAT_BUTTON, AlpRepeatButton))
#define ALP_REPEAT_BUTTON_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass), ALP_TYPE_REPEAT_BUTTON, AlpRepeatButtonClass))
#define ALP_REPEAT_BUTTON_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS((obj), ALP_TYPE_REPEAT_BUTTON, AlpRepeatButtonClass))
#define ALP_TYPE_REPEAT_BUTTON   (alp_repeat_button_get_type())

Typedefs

typedef _AlpRepeatButton AlpRepeatButton
typedef _AlpRepeatButtonClass AlpRepeatButtonClass

Functions

GType alp_repeat_button_get_type (void) G_GNUC_CONST
 Get the AlpRepeatButton object type.
GtkWidget * alp_repeat_button_new (void)
GtkWidget * alp_repeat_button_new_with_label (const gchar *label)


Define Documentation

#define ALP_IS_REPEAT_BUTTON obj   )     (G_TYPE_CHECK_INSTANCE_TYPE((obj), ALP_TYPE_REPEAT_BUTTON))
 

#define ALP_IS_REPEAT_BUTTON_CLASS klass   )     (G_TYPE_CHECK_CLASS_TYPE((klass), ALP_TYPE_REPEAT_BUTTON))
 

#define ALP_REPEAT_BUTTON obj   )     (G_TYPE_CHECK_INSTANCE_CAST((obj), ALP_TYPE_REPEAT_BUTTON, AlpRepeatButton))
 

#define ALP_REPEAT_BUTTON_CLASS klass   )     (G_TYPE_CHECK_CLASS_CAST((klass), ALP_TYPE_REPEAT_BUTTON, AlpRepeatButtonClass))
 

#define ALP_REPEAT_BUTTON_GET_CLASS obj   )     (G_TYPE_INSTANCE_GET_CLASS((obj), ALP_TYPE_REPEAT_BUTTON, AlpRepeatButtonClass))
 

#define ALP_TYPE_REPEAT_BUTTON   (alp_repeat_button_get_type())
 


Typedef Documentation

typedef struct _AlpRepeatButton AlpRepeatButton
 

typedef struct _AlpRepeatButtonClass AlpRepeatButtonClass
 


Function Documentation

GType alp_repeat_button_get_type void   ) 
 

Get the AlpRepeatButton object type.

Parameters:
[in] none. 
Returns:
The AlpRepeatButton type identifier

GtkWidget* alp_repeat_button_new void   ) 
 

Creates a new repeat button widget.

Returns:
a new AlpRepeatButton.

GtkWidget* alp_repeat_button_new_with_label const gchar *  label  ) 
 

Creates a new repeat button widget with a specified label.

Returns:
a new AlpRepeatButton.


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

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