#include <gtkmm/treedragsource.h>
|
| static void | add_interface (GType gtype_implementer) |
| |
| static GType | get_type () |
| | Get the GType for this class, for use with the underlying GObject type system. More...
|
| |
| Gtk::TreeDragSource::TreeDragSource |
( |
| ) |
|
|
protected |
You should derive from this class to use it.
| Gtk::TreeDragSource::~TreeDragSource |
( |
| ) |
|
|
overridenoexcept |
| static void Gtk::TreeDragSource::add_interface |
( |
GType |
gtype_implementer | ) |
|
|
static |
Asks the GtkTreeDragSource to delete the row at path, because it was moved somewhere else via drag-and-drop.
Returns false if the deletion fails because path no longer exists, or for some model-specific reason. Should robustly handle a path no longer found in the model!
- Parameters
-
| path | Row that was being dragged. |
- Returns
true if the row was successfully deleted.
| virtual bool Gtk::TreeDragSource::drag_data_delete_vfunc |
( |
const TreeModel::Path& |
path | ) |
|
|
protectedvirtual |
Asks the GtkTreeDragSource to return a GdkContentProvider representing the row at path.
Should robustly handle a path no longer found in the model!
- Parameters
-
| path | Row that was dragged. |
- Returns
- A
GdkContentProvider for the given path.
| static GType Gtk::TreeDragSource::get_type |
( |
| ) |
|
|
static |
Get the GType for this class, for use with the underlying GObject type system.
| GtkTreeDragSource* Gtk::TreeDragSource::gobj |
( |
| ) |
|
|
inline |
Provides access to the underlying C GObject.
| const GtkTreeDragSource* Gtk::TreeDragSource::gobj |
( |
| ) |
const |
|
inline |
Provides access to the underlying C GObject.
| bool Gtk::TreeDragSource::row_draggable |
( |
const TreeModel::Path& |
path | ) |
const |
Asks the GtkTreeDragSource whether a particular row can be used as the source of a DND operation.
If the source doesn’t implement this interface, the row is assumed draggable.
- Parameters
-
| path | Row on which user is initiating a drag. |
- Returns
true if the row can be dragged.
| virtual bool Gtk::TreeDragSource::row_draggable_vfunc |
( |
const TreeModel::Path& |
path | ) |
const |
|
protectedvirtual |
| Glib::RefPtr< Gtk::TreeDragSource > wrap |
( |
GtkTreeDragSource * |
object, |
|
|
bool |
take_copy = false |
|
) |
| |
|
related |
A Glib::wrap() method for this object.
- Parameters
-
| object | The C instance. |
| take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
- Returns
- A C++ instance that wraps this C instance.