#include <glib-object.h>#include <gtk/gtk.h>


Go to the source code of this file.
Classes | |
| struct | _give_drag_and_drop |
| struct | _give_drag_and_dropClass |
Defines | |
| #define | GIVE_DRAG_AND_DROP_TYPE (give_drag_and_drop_get_type ()) |
| #define | GIVE_DRAG_AND_DROP(obj) |
| #define | GIVE_DRAG_AND_DROP_CLASS(klass) |
| #define | GIVE_DRAG_AND_DROP_IS_OBJECT(obj) |
| #define | GIVE_DRAG_AND_DROP_IS_CLASS(klass) |
Typedefs | |
| typedef typedefG_BEGIN_DECLS struct _give_drag_and_drop | give_drag_and_drop |
| typedef struct _give_drag_and_dropClass | give_drag_and_dropClass |
Functions | |
| GType | give_drag_and_drop_get_type (void) G_GNUC_CONST |
| give_drag_and_drop * | give_drag_and_drop_new (GtkWidget *widget) |
| void | give_drag_and_drop_have_bt (give_drag_and_drop *self, gboolean setting) |
| gboolean | give_drag_and_drop_turn_bt_on_dialog (give_drag_and_drop *self) |
| #define GIVE_DRAG_AND_DROP | ( | obj | ) |
Value:
(G_TYPE_CHECK_INSTANCE_CAST ((obj), \
GIVE_DRAG_AND_DROP_TYPE, \
give_drag_and_drop))
Definition at line 32 of file give_drag_and_drop.h.
| #define GIVE_DRAG_AND_DROP_CLASS | ( | klass | ) |
Value:
(G_TYPE_CHECK_CLASS_CAST ((klass), \
GIVE_DRAG_AND_DROP_TYPE, \
give_drag_and_dropClass))
Definition at line 35 of file give_drag_and_drop.h.
| #define GIVE_DRAG_AND_DROP_IS_CLASS | ( | klass | ) |
Value:
(G_TYPE_CHECK_CLASS_TYPE ((klass), \
GIVE_DRAG_AND_DROP_TYPE))
Definition at line 42 of file give_drag_and_drop.h.
| #define GIVE_DRAG_AND_DROP_IS_OBJECT | ( | obj | ) |
Value:
(G_TYPE_CHECK_INSTANCE_TYPE ((obj),\
GIVE_DRAG_AND_DROP_TYPE))
Definition at line 39 of file give_drag_and_drop.h.
Referenced by give_drag_and_drop_create_dialog(), give_drag_and_drop_drag_recieved(), give_drag_and_drop_finalize(), give_drag_and_drop_have_bt(), give_drag_and_drop_init(), give_drag_and_drop_run_dialog(), give_drag_and_drop_send(), give_drag_and_drop_set_dest(), and give_drag_and_drop_turn_bt_on_dialog().
| #define GIVE_DRAG_AND_DROP_TYPE (give_drag_and_drop_get_type ()) |
| typedef typedefG_BEGIN_DECLS struct _give_drag_and_drop give_drag_and_drop |
Definition at line 28 of file give_drag_and_drop.h.
| typedef struct _give_drag_and_dropClass give_drag_and_dropClass |
Definition at line 29 of file give_drag_and_drop.h.
| GType give_drag_and_drop_get_type | ( | void | ) |
| void give_drag_and_drop_have_bt | ( | give_drag_and_drop * | self, | |
| gboolean | setting | |||
| ) |
| give_drag_and_drop* give_drag_and_drop_new | ( | GtkWidget * | widget | ) |
| gboolean give_drag_and_drop_turn_bt_on_dialog | ( | give_drag_and_drop * | self | ) |
1.5.3