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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/cellrendererspinner.cc

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-03-01 23:42:36 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120301234236-12w6m0hkomhi7h53
Tags: 3.3.16-0ubuntu1
* New upstream version
* debian/control.in: updated the glib requirement

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
}
133
133
 
134
134
 
 
135
#ifndef GTKMM_DISABLE_DEPRECATED
 
136
 
135
137
#ifdef GLIBMM_PROPERTIES_ENABLED
136
138
Glib::PropertyProxy< bool > CellRendererSpinner::property_active() 
137
139
{
138
140
  return Glib::PropertyProxy< bool >(this, "active");
139
141
}
 
142
#endif // GTKMM_DISABLE_DEPRECATED
 
143
 
140
144
#endif //GLIBMM_PROPERTIES_ENABLED
141
145
 
142
146
#ifdef GLIBMM_PROPERTIES_ENABLED
146
150
}
147
151
#endif //GLIBMM_PROPERTIES_ENABLED
148
152
 
 
153
#ifndef GTKMM_DISABLE_DEPRECATED
 
154
 
149
155
#ifdef GLIBMM_PROPERTIES_ENABLED
150
156
Glib::PropertyProxy< guint > CellRendererSpinner::property_pulse() 
151
157
{
152
158
  return Glib::PropertyProxy< guint >(this, "pulse");
153
159
}
 
160
#endif // GTKMM_DISABLE_DEPRECATED
 
161
 
154
162
#endif //GLIBMM_PROPERTIES_ENABLED
155
163
 
156
164
#ifdef GLIBMM_PROPERTIES_ENABLED
160
168
}
161
169
#endif //GLIBMM_PROPERTIES_ENABLED
162
170
 
 
171
#ifndef GTKMM_DISABLE_DEPRECATED
 
172
 
163
173
#ifdef GLIBMM_PROPERTIES_ENABLED
164
174
Glib::PropertyProxy< Gtk::IconSize > CellRendererSpinner::property_size() 
165
175
{
166
176
  return Glib::PropertyProxy< Gtk::IconSize >(this, "size");
167
177
}
 
178
#endif // GTKMM_DISABLE_DEPRECATED
 
179
 
168
180
#endif //GLIBMM_PROPERTIES_ENABLED
169
181
 
170
182
#ifdef GLIBMM_PROPERTIES_ENABLED