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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/treemodelfilter.h

  • 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:
250
250
  void clear_cache();
251
251
  
252
252
  #ifdef GLIBMM_PROPERTIES_ENABLED
253
 
/** The model for the filtermodel to filter.
 
253
/** 
254
254
   *
255
255
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
256
256
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
261
261
 
262
262
 
263
263
  #ifdef GLIBMM_PROPERTIES_ENABLED
264
 
/** The virtual root (relative to the child model) for this filtermodel.
 
264
/** 
265
265
   *
266
266
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
267
267
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when