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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/private/paned_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_PANED_P_H
 
4
#define _GTKMM_PANED_P_H
 
5
 
 
6
 
 
7
#include <gtkmm/private/container_p.h>
 
8
 
 
9
#include <glibmm/class.h>
 
10
 
 
11
namespace Gtk
 
12
{
 
13
 
 
14
class Paned_Class : public Glib::Class
 
15
{
 
16
public:
 
17
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
18
  typedef Paned CppObjectType;
 
19
  typedef GtkPaned BaseObjectType;
 
20
  typedef GtkPanedClass BaseClassType;
 
21
  typedef Gtk::Container_Class CppClassParent;
 
22
  typedef GtkContainerClass BaseClassParent;
 
23
 
 
24
  friend class Paned;
 
25
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
 
26
 
 
27
  const Glib::Class& init();
 
28
 
 
29
 
 
30
  static void class_init_function(void* g_class, void* class_data);
 
31
 
 
32
  static Glib::ObjectBase* wrap_new(GObject*);
 
33
 
 
34
protected:
 
35
 
 
36
  //Callbacks (default signal handlers):
 
37
  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
 
38
  //You could prevent the original default signal handlers being called by overriding the *_impl method.
 
39
 
 
40
  //Callbacks (virtual functions):
 
41
};
 
42
 
 
43
 
 
44
} // namespace Gtk
 
45
 
 
46
 
 
47
#include <glibmm/class.h>
 
48
 
 
49
namespace Gtk
 
50
{
 
51
 
 
52
class HPaned_Class : public Glib::Class
 
53
{
 
54
public:
 
55
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
56
  typedef HPaned CppObjectType;
 
57
  typedef GtkHPaned BaseObjectType;
 
58
  typedef GtkHPanedClass BaseClassType;
 
59
  typedef Gtk::Paned_Class CppClassParent;
 
60
  typedef GtkPanedClass BaseClassParent;
 
61
 
 
62
  friend class HPaned;
 
63
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
 
64
 
 
65
  const Glib::Class& init();
 
66
 
 
67
 
 
68
  static void class_init_function(void* g_class, void* class_data);
 
69
 
 
70
  static Glib::ObjectBase* wrap_new(GObject*);
 
71
 
 
72
protected:
 
73
 
 
74
  //Callbacks (default signal handlers):
 
75
  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
 
76
  //You could prevent the original default signal handlers being called by overriding the *_impl method.
 
77
 
 
78
  //Callbacks (virtual functions):
 
79
};
 
80
 
 
81
 
 
82
} // namespace Gtk
 
83
 
 
84
 
 
85
#include <glibmm/class.h>
 
86
 
 
87
namespace Gtk
 
88
{
 
89
 
 
90
class VPaned_Class : public Glib::Class
 
91
{
 
92
public:
 
93
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
94
  typedef VPaned CppObjectType;
 
95
  typedef GtkVPaned BaseObjectType;
 
96
  typedef GtkVPanedClass BaseClassType;
 
97
  typedef Gtk::Paned_Class CppClassParent;
 
98
  typedef GtkPanedClass BaseClassParent;
 
99
 
 
100
  friend class VPaned;
 
101
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
 
102
 
 
103
  const Glib::Class& init();
 
104
 
 
105
 
 
106
  static void class_init_function(void* g_class, void* class_data);
 
107
 
 
108
  static Glib::ObjectBase* wrap_new(GObject*);
 
109
 
 
110
protected:
 
111
 
 
112
  //Callbacks (default signal handlers):
 
113
  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
 
114
  //You could prevent the original default signal handlers being called by overriding the *_impl method.
 
115
 
 
116
  //Callbacks (virtual functions):
 
117
};
 
118
 
 
119
 
 
120
} // namespace Gtk
 
121
 
 
122
 
 
123
#endif /* _GTKMM_PANED_P_H */
 
124