~ubuntu-branches/debian/jessie/ardour/jessie

« back to all changes in this revision

Viewing changes to libs/gtkmm2/gtk/gtkmm/private/combo_p.h

  • Committer: Package Import Robot
  • Author(s): Adrian Knoth, Jaromír Mikeš, Adrian Knoth
  • Date: 2014-01-21 20:35:34 UTC
  • mfrom: (1.3.2)
  • Revision ID: package-import@ubuntu.com-20140121203534-x4o72doetvqg1nml
Tags: 1:2.8.16+git20131003-1
[ Jaromír Mikeš ]
* Set priority optional.
* Fix Vcs urls.
* Imported Upstream version 2.8.16+git20131003

[ Adrian Knoth ]
* Remove obsolete 171_lilv-constness.patch
* Generate svn_revision.cc from debian/rules
* Add patch to fix FTBFS with libaubio4 (Closes: #733968)
* Build-depend on libaubio >= 0.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// -*- c++ -*-
 
2
// Generated by gtkmmproc -- DO NOT MODIFY!
 
3
#ifndef _GTKMM_COMBO_P_H
 
4
#define _GTKMM_COMBO_P_H
 
5
#include <gtkmm/private/box_p.h>
 
6
#include <gtkmm/private/item_p.h>
 
7
 
 
8
#include <glibmm/class.h>
 
9
 
 
10
namespace Gtk
 
11
{
 
12
 
 
13
class ComboDropDownItem_Class : public Glib::Class
 
14
{
 
15
public:
 
16
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
17
  typedef ComboDropDownItem CppObjectType;
 
18
  typedef GtkListItem BaseObjectType;
 
19
  typedef GtkListItemClass BaseClassType;
 
20
  typedef Gtk::Item_Class CppClassParent;
 
21
  typedef GtkItemClass BaseClassParent;
 
22
 
 
23
  friend class ComboDropDownItem;
 
24
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
 
25
 
 
26
  const Glib::Class& init();
 
27
 
 
28
  static void class_init_function(void* g_class, void* class_data);
 
29
 
 
30
  static Glib::ObjectBase* wrap_new(GObject*);
 
31
 
 
32
protected:
 
33
 
 
34
  //Callbacks (default signal handlers):
 
35
  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
 
36
  //You could prevent the original default signal handlers being called by overriding the *_impl method.
 
37
  static void scroll_horizontal_callback(GtkListItem* self, GtkScrollType p0, gfloat p1);
 
38
  static void scroll_vertical_callback(GtkListItem* self, GtkScrollType p0, gfloat p1);
 
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 ComboDropDown_Class : public Glib::Class
 
53
{
 
54
public:
 
55
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
56
  typedef ComboDropDown CppObjectType;
 
57
  typedef GtkList BaseObjectType;
 
58
  typedef GtkListClass BaseClassType;
 
59
  typedef Gtk::Container_Class CppClassParent;
 
60
  typedef GtkContainerClass BaseClassParent;
 
61
 
 
62
  friend class ComboDropDown;
 
63
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
 
64
 
 
65
  const Glib::Class& init();
 
66
 
 
67
  static void class_init_function(void* g_class, void* class_data);
 
68
 
 
69
  static Glib::ObjectBase* wrap_new(GObject*);
 
70
 
 
71
protected:
 
72
 
 
73
  //Callbacks (default signal handlers):
 
74
  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
 
75
  //You could prevent the original default signal handlers being called by overriding the *_impl method.
 
76
  static void select_child_callback(GtkList* self, GtkWidget* p0);
 
77
  static void selection_changed_callback(GtkList* self);
 
78
  static void unselect_child_callback(GtkList* self, GtkWidget* p0);
 
79
 
 
80
  //Callbacks (virtual functions):
 
81
};
 
82
 
 
83
 
 
84
} // namespace Gtk
 
85
 
 
86
 
 
87
#include <glibmm/class.h>
 
88
 
 
89
namespace Gtk
 
90
{
 
91
 
 
92
class Combo_Class : public Glib::Class
 
93
{
 
94
public:
 
95
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
96
  typedef Combo CppObjectType;
 
97
  typedef GtkCombo BaseObjectType;
 
98
  typedef GtkComboClass BaseClassType;
 
99
  typedef Gtk::HBox_Class CppClassParent;
 
100
  typedef GtkHBoxClass BaseClassParent;
 
101
 
 
102
  friend class Combo;
 
103
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
 
104
 
 
105
  const Glib::Class& init();
 
106
 
 
107
  static void class_init_function(void* g_class, void* class_data);
 
108
 
 
109
  static Glib::ObjectBase* wrap_new(GObject*);
 
110
 
 
111
protected:
 
112
 
 
113
  //Callbacks (default signal handlers):
 
114
  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
 
115
  //You could prevent the original default signal handlers being called by overriding the *_impl method.
 
116
 
 
117
  //Callbacks (virtual functions):
 
118
};
 
119
 
 
120
 
 
121
} // namespace Gtk
 
122
 
 
123
#endif /* _GTKMM_COMBO_P_H */
 
124