#include <glib-object.h>
#include <gdk/gdk.h>
Go to the source code of this file.
◆ GTK_ACTIONABLE
#define GTK_ACTIONABLE |
( |
| inst | ) |
|
Value:
#define GTK_TYPE_ACTIONABLE
struct _GtkActionable GtkActionable
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)
Definition at line 28 of file gtkactionable.h.
28#define GTK_ACTIONABLE(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
29 GTK_TYPE_ACTIONABLE, GtkActionable))
◆ GTK_ACTIONABLE_GET_IFACE
#define GTK_ACTIONABLE_GET_IFACE |
( |
| inst | ) |
|
Value:
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type)
Definition at line 32 of file gtkactionable.h.
32#define GTK_ACTIONABLE_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), \
33 GTK_TYPE_ACTIONABLE, GtkActionableInterface))
◆ GTK_IS_ACTIONABLE
#define GTK_IS_ACTIONABLE |
( |
| inst | ) |
|
Value:
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)
Definition at line 30 of file gtkactionable.h.
30#define GTK_IS_ACTIONABLE(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
31 GTK_TYPE_ACTIONABLE))
◆ GTK_TYPE_ACTIONABLE
◆ GtkActionable
◆ GtkActionableInterface
◆ gtk_actionable_get_action_name()
◆ gtk_actionable_get_action_target_value()
◆ gtk_actionable_get_type()
◆ gtk_actionable_set_action_name()
◆ gtk_actionable_set_action_target()
◆ gtk_actionable_set_action_target_value()
◆ gtk_actionable_set_detailed_action_name()