Ardour
9.0-pre0-384-ga76afae0e9
|
#include <glibmm/ustring.h>
#include <sigc++/sigc++.h>
#include <glibmm/object.h>
#include <gdkmm/pixbuf.h>
#include <gdkmm/colormap.h>
#include <glibmm/listhandle.h>
Go to the source code of this file.
Classes | |
class | Gdk::DragContext |
Namespaces | |
Gdk | |
Glib | |
Enumerations | |
enum | Gdk::DragAction { Gdk::ACTION_DEFAULT = 1 << 0 , Gdk::ACTION_COPY = 1 << 1 , Gdk::ACTION_MOVE = 1 << 2 , Gdk::ACTION_LINK = 1 << 3 , Gdk::ACTION_PRIVATE = 1 << 4 , Gdk::ACTION_ASK = 1 << 5 } |
enum | Gdk::DragProtocol { Gdk::DRAG_PROTO_MOTIF , Gdk::DRAG_PROTO_XDND , Gdk::DRAG_PROTO_NONE , Gdk::DRAG_PROTO_WIN32_DROPFILES , Gdk::DRAG_PROTO_OLE2 , Gdk::DRAG_PROTO_LOCAL } |
Functions | |
DragAction | Gdk::operator| (DragAction lhs, DragAction rhs) |
DragAction | Gdk::operator& (DragAction lhs, DragAction rhs) |
DragAction | Gdk::operator^ (DragAction lhs, DragAction rhs) |
DragAction | Gdk::operator~ (DragAction flags) |
DragAction & | Gdk::operator|= (DragAction &lhs, DragAction rhs) |
DragAction & | Gdk::operator&= (DragAction &lhs, DragAction rhs) |
DragAction & | Gdk::operator^= (DragAction &lhs, DragAction rhs) |