Ardour  9.0-pre0-427-gd2a3450e2f
separatortoolitem.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_SEPARATORTOOLITEM_H
4 #define _GTKMM_SEPARATORTOOLITEM_H
5 
6 
7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
9 
10 /* $Id: separatortoolitem.hg,v 1.2 2004/03/07 14:35:47 murrayc Exp $ */
11 
12 /* separatortoolitem.h
13  *
14  * Copyright (C) 2003 The gtkmm Development Team
15  *
16  * This library is free software; you can redistribute it and/or
17  * modify it under the terms of the GNU Lesser General Public
18  * License as published by the Free Software Foundation; either
19  * version 2.1 of the License, or (at your option) any later version.
20  *
21  * This library is distributed in the hope that it will be useful,
22  * but WITHOUT ANY WARRANTY; without even the implied warranty of
23  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
24  * Lesser General Public License for more details.
25  *
26  * You should have received a copy of the GNU Lesser General Public
27  * License along with this library; if not, write to the Free
28  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
29  */
30 
31 #include <gtkmm/toolitem.h>
32 
33 
34 #ifndef DOXYGEN_SHOULD_SKIP_THIS
37 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
38 
39 
40 namespace Gtk
41 { class SeparatorToolItem_Class; } // namespace Gtk
42 namespace Gtk
43 {
44 
57 {
58  public:
59 #ifndef DOXYGEN_SHOULD_SKIP_THIS
60  typedef SeparatorToolItem CppObjectType;
61  typedef SeparatorToolItem_Class CppClassType;
62  typedef GtkSeparatorToolItem BaseObjectType;
63  typedef GtkSeparatorToolItemClass BaseClassType;
64 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
65 
66  virtual ~SeparatorToolItem();
67 
68 #ifndef DOXYGEN_SHOULD_SKIP_THIS
69 
70 private:
71  friend class SeparatorToolItem_Class;
72  static CppClassType separatortoolitem_class_;
73 
74  // noncopyable
76  SeparatorToolItem& operator=(const SeparatorToolItem&);
77 
78 protected:
79  explicit SeparatorToolItem(const Glib::ConstructParams& construct_params);
80  explicit SeparatorToolItem(GtkSeparatorToolItem* castitem);
81 
82 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
83 
84 public:
85 #ifndef DOXYGEN_SHOULD_SKIP_THIS
86  static GType get_type() G_GNUC_CONST;
87 
88 
89  static GType get_base_type() G_GNUC_CONST;
90 #endif
91 
93  GtkSeparatorToolItem* gobj() { return reinterpret_cast<GtkSeparatorToolItem*>(gobject_); }
94 
96  const GtkSeparatorToolItem* gobj() const { return reinterpret_cast<GtkSeparatorToolItem*>(gobject_); }
97 
98 
99 public:
100  //C++ methods used to invoke GTK+ virtual functions:
101 
102 protected:
103  //GTK+ Virtual Functions (override these to change behaviour):
104 
105  //Default Signal Handlers::
106 
107 
108 private:
109 
110 public:
112 
113 
119  bool get_draw() const;
120 
127  void set_draw(bool draw = true);
128 
134  Glib::PropertyProxy< bool > property_draw() ;
135 
141  Glib::PropertyProxy_ReadOnly< bool > property_draw() const;
142 
143 
144 };
145 
146 } // namespace Gtk
147 
148 
149 namespace Glib
150 {
159  Gtk::SeparatorToolItem* wrap(GtkSeparatorToolItem* object, bool take_copy = false);
160 } //namespace Glib
161 
162 
163 #endif /* _GTKMM_SEPARATORTOOLITEM_H */
164 
Gtk::SeparatorToolItem * wrap(GtkSeparatorToolItem *object, bool take_copy=false)
Glib::PropertyProxy< bool > property_draw()
const GtkSeparatorToolItem * gobj() const
Provides access to the underlying C GtkObject.
Glib::PropertyProxy_ReadOnly< bool > property_draw() const
virtual ~SeparatorToolItem()
void set_draw(bool draw=true)
GtkSeparatorToolItem * gobj()
Provides access to the underlying C GtkObject.
Definition: ardour_ui.h:188