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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/plug.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:
241
241
}
242
242
 
243
243
 
 
244
#ifndef GTKMM_DISABLE_DEPRECATED
 
245
 
244
246
#ifdef GLIBMM_PROPERTIES_ENABLED
245
247
Glib::PropertyProxy_ReadOnly< bool > Plug::property_embedded() const
246
248
{
247
249
  return Glib::PropertyProxy_ReadOnly< bool >(this, "embedded");
248
250
}
 
251
#endif // GTKMM_DISABLE_DEPRECATED
 
252
 
249
253
#endif //GLIBMM_PROPERTIES_ENABLED
250
254
 
 
255
#ifndef GTKMM_DISABLE_DEPRECATED
 
256
 
251
257
#ifdef GLIBMM_PROPERTIES_ENABLED
252
258
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gdk::Window> > Plug::property_socket_window() const
253
259
{
254
260
  return Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gdk::Window> >(this, "socket-window");
255
261
}
 
262
#endif // GTKMM_DISABLE_DEPRECATED
 
263
 
256
264
#endif //GLIBMM_PROPERTIES_ENABLED
257
265
 
258
266