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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/cellrendererspinner.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:
111
111
  CellRendererSpinner();
112
112
 
113
113
  #ifdef GLIBMM_PROPERTIES_ENABLED
114
 
/** Whether the spinner is active (ie. shown) in the cell.
 
114
/** 
115
115
   *
116
116
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
117
117
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
131
131
#endif //#GLIBMM_PROPERTIES_ENABLED
132
132
 
133
133
  #ifdef GLIBMM_PROPERTIES_ENABLED
134
 
/** Pulse of the spinner.
 
134
/** 
135
135
   *
136
136
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
137
137
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
151
151
#endif //#GLIBMM_PROPERTIES_ENABLED
152
152
 
153
153
  #ifdef GLIBMM_PROPERTIES_ENABLED
154
 
/** The GtkIconSize value that specifies the size of the rendered spinner.
 
154
/** 
155
155
   *
156
156
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
157
157
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when