#include <gdk/gdk.h>
#include <gtk/gtk.h>
#include <gtk/gtkbin.h>
Go to the source code of this file.
Data Structures | |
| struct | _AlpTapAndHoldButton |
| struct | _AlpTapAndHoldButtonClass |
Defines | |
| #define | ALP_IS_TAPANDHOLDBUTTON(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), ALP_TYPE_TAPANDHOLDBUTTON)) |
| #define | ALP_IS_TAPANDHOLDBUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), ALP_TYPE_TAPANDHOLDBUTTON)) |
| #define | ALP_TAPANDHOLDBUTTON(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), ALP_TYPE_TAPANDHOLDBUTTON, AlpTapAndHoldButton)) |
| #define | ALP_TAPANDHOLDBUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), ALP_TYPE_TAPANDHOLDBUTTON, AlpTapAndHoldButtonClass)) |
| #define | ALP_TAPANDHOLDBUTTON_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), ALP_TYPE_TAPANDHOLDBUTTON, AlpTapAndHoldButtonClass)) |
| #define | ALP_TYPE_TAPANDHOLDBUTTON (alp_tap_and_hold_button_get_type()) |
Typedefs | |
| typedef _AlpTapAndHoldButton | AlpTapAndHoldButton |
| typedef _AlpTapAndHoldButtonClass | AlpTapAndHoldButtonClass |
| typedef _AlpTapAndHoldButtonPrivate | AlpTapAndHoldButtonPrivate |
Functions | |
| gboolean | alp_tap_and_hold_button_get_emit_tap_and_hold (AlpTapAndHoldButton *button) |
| Returns whether the button will emit a tap and hold signal. | |
| GType | alp_tap_and_hold_button_get_type (void) G_GNUC_CONST |
| Gets GType of an AlpTapAndHoldButton. | |
| GtkWidget * | alp_tap_and_hold_button_new () |
| Creates a new AlpTapAndHoldButton widget. | |
| GtkWidget * | alp_tap_and_hold_button_new_from_stock (const gchar *stock_id) |
| Creates a new AlpTapAndHoldButton widget containing the image and text from a stock item, such as GTK_STOCK_OK. | |
| GtkWidget * | alp_tap_and_hold_button_new_with_label (const gchar *label) |
| Creates a new AlpTapAndHoldButton widget with a GtkLabel child containing the given text. | |
| void | alp_tap_and_hold_button_set_emit_tap_and_hold (AlpTapAndHoldButton *button, gboolean emit_tap_and_hold) |
| Sets whether the button will emit a tap and hold signal. | |
| const gchar * | alp_tap_and_hold_button_tap_and_hold_property_string () |
| Gets the string for the tap-and-hold property. | |
| const gchar * | alp_tap_and_hold_button_tap_and_hold_signal_string () |
| Gets the string that's emitted when tap-and-hold happens. | |
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.