include/alp/repeatbutton.h File Reference


Detailed Description

Alp Repeat Button widget is a button which emits "clicked" signal periodically as long as the button being held down.

#include <gdk/gdk.h>
#include <gtk/gtk.h>

Go to the source code of this file.

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)


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

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