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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/cellrendererspin.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:
139
139
}
140
140
 
141
141
 
 
142
#ifndef GTKMM_DISABLE_DEPRECATED
 
143
 
142
144
#ifdef GLIBMM_PROPERTIES_ENABLED
143
145
Glib::PropertyProxy< Glib::RefPtr<Adjustment> > CellRendererSpin::property_adjustment() 
144
146
{
145
147
  return Glib::PropertyProxy< Glib::RefPtr<Adjustment> >(this, "adjustment");
146
148
}
 
149
#endif // GTKMM_DISABLE_DEPRECATED
 
150
 
147
151
#endif //GLIBMM_PROPERTIES_ENABLED
148
152
 
149
153
#ifdef GLIBMM_PROPERTIES_ENABLED
153
157
}
154
158
#endif //GLIBMM_PROPERTIES_ENABLED
155
159
 
 
160
#ifndef GTKMM_DISABLE_DEPRECATED
 
161
 
156
162
#ifdef GLIBMM_PROPERTIES_ENABLED
157
163
Glib::PropertyProxy< double > CellRendererSpin::property_climb_rate() 
158
164
{
159
165
  return Glib::PropertyProxy< double >(this, "climb-rate");
160
166
}
 
167
#endif // GTKMM_DISABLE_DEPRECATED
 
168
 
161
169
#endif //GLIBMM_PROPERTIES_ENABLED
162
170
 
163
171
#ifdef GLIBMM_PROPERTIES_ENABLED
167
175
}
168
176
#endif //GLIBMM_PROPERTIES_ENABLED
169
177
 
 
178
#ifndef GTKMM_DISABLE_DEPRECATED
 
179
 
170
180
#ifdef GLIBMM_PROPERTIES_ENABLED
171
181
Glib::PropertyProxy< guint > CellRendererSpin::property_digits() 
172
182
{
173
183
  return Glib::PropertyProxy< guint >(this, "digits");
174
184
}
 
185
#endif // GTKMM_DISABLE_DEPRECATED
 
186
 
175
187
#endif //GLIBMM_PROPERTIES_ENABLED
176
188
 
177
189
#ifdef GLIBMM_PROPERTIES_ENABLED