~ubuntu-branches/ubuntu/precise/gtkmm3.0/precise

« back to all changes in this revision

Viewing changes to gtk/gtkmm/private/treedragdest_p.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-06-17 00:12:44 UTC
  • Revision ID: james.westby@ubuntu.com-20110617001244-9hl5an15hiaaahi6
Tags: upstream-3.0.1
ImportĀ upstreamĀ versionĀ 3.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// -*- c++ -*-
 
2
// Generated by gtkmmproc -- DO NOT MODIFY!
 
3
#ifndef _GTKMM_TREEDRAGDEST_P_H
 
4
#define _GTKMM_TREEDRAGDEST_P_H
 
5
 
 
6
 
 
7
#include <glibmm/private/interface_p.h>
 
8
 
 
9
#include <glibmm/private/interface_p.h>
 
10
 
 
11
namespace Gtk
 
12
{
 
13
 
 
14
class TreeDragDest_Class : public Glib::Interface_Class
 
15
{
 
16
public:
 
17
  typedef TreeDragDest CppObjectType;
 
18
  typedef GtkTreeDragDest BaseObjectType;
 
19
  typedef GtkTreeDragDestIface BaseClassType;
 
20
  typedef Glib::Interface_Class CppClassParent;
 
21
 
 
22
  friend class TreeDragDest;
 
23
 
 
24
  const Glib::Interface_Class& init();
 
25
 
 
26
  static void iface_init_function(void* g_iface, void* iface_data);
 
27
 
 
28
  static Glib::ObjectBase* wrap_new(GObject*);
 
29
 
 
30
protected:
 
31
 
 
32
  //Callbacks (default signal handlers):
 
33
  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
 
34
  //You could prevent the original default signal handlers being called by overriding the *_impl method.
 
35
 
 
36
  //Callbacks (virtual functions):
 
37
  static gboolean drag_data_received_vfunc_callback(GtkTreeDragDest* self, GtkTreePath* dest, GtkSelectionData* selection_data);
 
38
  static gboolean row_drop_possible_vfunc_callback(GtkTreeDragDest* self, GtkTreePath* dest_path, GtkSelectionData* selection_data);
 
39
};
 
40
 
 
41
 
 
42
} // namespace Gtk
 
43
 
 
44
 
 
45
#endif /* _GTKMM_TREEDRAGDEST_P_H */
 
46