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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/private/recentchooserwidget_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_RECENTCHOOSERWIDGET_P_H
 
4
#define _GTKMM_RECENTCHOOSERWIDGET_P_H
 
5
 
 
6
 
 
7
#include <gtkmm/private/box_p.h>
 
8
 
 
9
#include <glibmm/class.h>
 
10
 
 
11
namespace Gtk
 
12
{
 
13
 
 
14
class RecentChooserWidget_Class : public Glib::Class
 
15
{
 
16
public:
 
17
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
18
  typedef RecentChooserWidget CppObjectType;
 
19
  typedef GtkRecentChooserWidget BaseObjectType;
 
20
  typedef GtkRecentChooserWidgetClass BaseClassType;
 
21
  typedef Gtk::VBox_Class CppClassParent;
 
22
  typedef GtkVBoxClass BaseClassParent;
 
23
 
 
24
  friend class RecentChooserWidget;
 
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
#endif /* _GTKMM_RECENTCHOOSERWIDGET_P_H */
 
48