class Inti::Gdk::DragContext

Name

class Inti::Gdk::DragContext -- 

Synopsis

class Inti::Gdk::DragContext is declared in the header inti/gdk/dnd.h.

Superclasses. Object

Subclasses. none

Class members

Public Methods.
GdkDragContext * gdk_drag_context () const
DragProtocol protocol () const
Window * source_window () const
Window * dest_window () const
vector<Atom> targets () const
DragActionField actions () const
DragAction suggested_action () const
DragAction action () const
guint32 start_time () const
void status (DragAction action, guint32 time)

Protected Constructors.
DragContext (GdkDragContext * src, GdkDragContextClass * orig)

Protected Destructor.
virtual  ~DragContext ()

Description

Public Methods

method Inti::Gdk::DragContext::gdk_drag_context

GdkDragContext * gdk_drag_context () const

method Inti::Gdk::DragContext::protocol

DragProtocol protocol () const

method Inti::Gdk::DragContext::source_window

Window * source_window () const

method Inti::Gdk::DragContext::dest_window

Window * dest_window () const

method Inti::Gdk::DragContext::targets

vector<Atom> targets () const

method Inti::Gdk::DragContext::actions

DragActionField actions () const

method Inti::Gdk::DragContext::suggested_action

DragAction suggested_action () const

method Inti::Gdk::DragContext::action

DragAction action () const

method Inti::Gdk::DragContext::start_time

guint32 start_time () const

method Inti::Gdk::DragContext::status

void status (DragAction action, guint32 time)

action 
time 

Protected Constructors

method Inti::Gdk::DragContext::DragContext

DragContext (GdkDragContext * src, GdkDragContextClass * orig)

src 
orig 

Protected Destructor

method Inti::Gdk::DragContext::~DragContext

virtual  ~DragContext ()