src/give_drag_and_drop.h File Reference

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

Include dependency graph for give_drag_and_drop.h:

This graph shows which files directly or indirectly include this file:

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_dropgive_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 Documentation

#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 ())

Definition at line 31 of file give_drag_and_drop.h.

Referenced by give_drag_and_drop_new().


Typedef Documentation

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.


Function Documentation

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  ) 


Generated on Sat May 17 16:27:33 2008 for Give by  doxygen 1.5.3