~ubuntu-branches/ubuntu/vivid/ardour/vivid-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler, Jaromír Mikeš, Felipe Sateler
  • Date: 2014-05-22 14:39:25 UTC
  • mfrom: (29 sid)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: package-import@ubuntu.com-20140522143925-vwqfo9287pmkrroe
Tags: 1:2.8.16+git20131003-3
* Team upload

[ Jaromír Mikeš ]
* Add -dbg package

[ Felipe Sateler ]
* Upload to experimental

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// -*- c++ -*-
 
2
// Generated by gtkmmproc -- DO NOT MODIFY!
 
3
#ifndef _GTKMM_LABEL_P_H
 
4
#define _GTKMM_LABEL_P_H
 
5
#include <gtkmm/private/misc_p.h>
 
6
#include <gtk/gtkmenu.h>
 
7
 
 
8
#include <glibmm/class.h>
 
9
 
 
10
namespace Gtk
 
11
{
 
12
 
 
13
class Label_Class : public Glib::Class
 
14
{
 
15
public:
 
16
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
17
  typedef Label CppObjectType;
 
18
  typedef GtkLabel BaseObjectType;
 
19
  typedef GtkLabelClass BaseClassType;
 
20
  typedef Gtk::Misc_Class CppClassParent;
 
21
  typedef GtkMiscClass BaseClassParent;
 
22
 
 
23
  friend class Label;
 
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 populate_popup_callback(GtkLabel* self, GtkMenu* p0);
 
38
 
 
39
  //Callbacks (virtual functions):
 
40
};
 
41
 
 
42
 
 
43
} // namespace Gtk
 
44
 
 
45
#endif /* _GTKMM_LABEL_P_H */
 
46