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

« back to all changes in this revision

Viewing changes to include/gtkmm-2.4/gtkmm/private/range_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_RANGE_P_H
 
4
#define _GTKMM_RANGE_P_H
 
5
 
 
6
 
 
7
#include <gtkmm/private/widget_p.h>
 
8
 
 
9
#include <glibmm/class.h>
 
10
 
 
11
namespace Gtk
 
12
{
 
13
 
 
14
class Range_Class : public Glib::Class
 
15
{
 
16
public:
 
17
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
18
  typedef Range CppObjectType;
 
19
  typedef GtkRange BaseObjectType;
 
20
  typedef GtkRangeClass BaseClassType;
 
21
  typedef Gtk::Widget_Class CppClassParent;
 
22
  typedef GtkWidgetClass BaseClassParent;
 
23
 
 
24
  friend class Range;
 
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
  static void value_changed_callback(GtkRange* self);
 
40
  static void adjust_bounds_callback(GtkRange* self, gdouble p0);
 
41
  static void move_slider_callback(GtkRange* self, GtkScrollType p0);
 
42
 
 
43
  //Callbacks (virtual functions):
 
44
  static void get_range_border_vfunc_callback(GtkRange* self, GtkBorder* border);
 
45
};
 
46
 
 
47
 
 
48
} // namespace Gtk
 
49
 
 
50
 
 
51
#endif /* _GTKMM_RANGE_P_H */
 
52