~inkscape.dev/inkscape-devlibs/devlibs-gtk3

« back to all changes in this revision

Viewing changes to include/gtkmm-2.4/gtkmm/private/recentchooser_p.h

  • Committer: JazzyNico
  • Date: 2013-01-21 10:11:05 UTC
  • Revision ID: nicoduf@yahoo.fr-20130121101105-i8d8slkq9ng4olx8
Adding gtk2 libraries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// -*- c++ -*-
 
2
// Generated by gtkmmproc -- DO NOT MODIFY!
 
3
#ifndef _GTKMM_RECENTCHOOSER_P_H
 
4
#define _GTKMM_RECENTCHOOSER_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 RecentChooser_Class : public Glib::Interface_Class
 
15
{
 
16
public:
 
17
  typedef RecentChooser CppObjectType;
 
18
  typedef GtkRecentChooser BaseObjectType;
 
19
  typedef GtkRecentChooserIface BaseClassType;
 
20
  typedef Glib::Interface_Class CppClassParent;
 
21
 
 
22
  friend class RecentChooser;
 
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 gchar* get_current_uri_vfunc_callback(GtkRecentChooser* self);
 
38
  static void unselect_uri_vfunc_callback(GtkRecentChooser* self, const gchar* uri);
 
39
  static void select_all_vfunc_callback(GtkRecentChooser* self);
 
40
  static void unselect_all_vfunc_callback(GtkRecentChooser* self);
 
41
  static GtkRecentManager* get_recent_manager_vfunc_callback(GtkRecentChooser* self);
 
42
  static void add_filter_vfunc_callback(GtkRecentChooser* self, GtkRecentFilter* filter);
 
43
  static void remove_filter_vfunc_callback(GtkRecentChooser* self, GtkRecentFilter* filter);
 
44
};
 
45
 
 
46
 
 
47
} // namespace Gtk
 
48
 
 
49
 
 
50
#endif /* _GTKMM_RECENTCHOOSER_P_H */
 
51