![]() |
![]() |
Public Member Functions | |
virtual | ~TreeDragDest () |
GtkTreeDragDest* | gobj () |
Provides access to the underlying C GObject. | |
const GtkTreeDragDest* | gobj () const |
Provides access to the underlying C GObject. | |
bool | drag_data_received (const TreeModel::Path& dest, const SelectionData& selection_data) |
Asks the Gtk::TreeDragDest to insert a row before the path dest , deriving the contents of the row from selection_data . | |
bool | drag_data_received (const TreeModel::Path& dest, GtkSelectionData* selection_data) |
Asks the Gtk::TreeDragDest to insert a row before the path dest , deriving the contents of the row from selection_data . | |
bool | row_drop_possible (const TreeModel::Path& dest, const SelectionData& selection_data) const |
bool | row_drop_possible (const TreeModel::Path& dest, GtkSelectionData* selection_data) |
Static Public Member Functions | |
void | add_interface (GType gtype_implementer) |
Protected Member Functions | |
virtual bool | drag_data_received_vfunc (const TreeModel::Path& dest, GtkSelectionData* selection_data) |
virtual bool | row_drop_possible_vfunc (const TreeModel::Path& dest, GtkSelectionData* selection_data) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gtk::TreeDragDest> | wrap (GtkTreeDragDest* object, bool take_copy=false) |
|
|
|
|
|
Asks the Gtk::TreeDragDest to insert a row before the path dest , deriving the contents of the row from selection_data .
If dest is outside the tree so that inserting before it is impossible,
|
|
Asks the Gtk::TreeDragDest to insert a row before the path dest , deriving the contents of the row from selection_data .
If dest is outside the tree so that inserting before it is impossible,
|
|
|
|
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface. Reimplemented in Gtk::ListStore, and Gtk::TreeStore. |
|
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface. Reimplemented in Gtk::ListStore, and Gtk::TreeStore. |
|
|
|
|
|
|
|
|