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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/cellrenderertoggle.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:
99
99
  //GTK+ Virtual Functions (override these to change behaviour):
100
100
 
101
101
  //Default Signal Handlers::
 
102
  /// This is a default handler for the signal signal_toggled().
102
103
  virtual void on_toggled(const Glib::ustring& path);
103
104
 
104
105
 
153
154
 
154
155
 
155
156
   //TODO: Maybe the parameter should be a TreePath.
156
 
  /** The toggled signal is emitted when the cell is toggled.
157
 
   *
158
 
   * @param path string representation of TreePath describing the event location
159
 
   *
160
 
   * @par Prototype:
 
157
  
 
158
  /**
 
159
   * @par Slot Prototype:
161
160
   * <tt>void on_my_%toggled(const Glib::ustring& path)</tt>
 
161
   *
 
162
   * The signal_toggled() signal is emitted when the cell is toggled.
 
163
   * @param path String representation of Gtk::TreePath describing the 
 
164
   * event location.
162
165
   */
163
166
 
 
167
 
164
168
  Glib::SignalProxy1< void,const Glib::ustring& > signal_toggled();
165
169
 
166
170
 
167
171
  #ifdef GLIBMM_PROPERTIES_ENABLED
168
 
/** The toggle button can be activated.
 
172
/** 
169
173
   *
170
174
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
171
175
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
185
189
#endif //#GLIBMM_PROPERTIES_ENABLED
186
190
 
187
191
  #ifdef GLIBMM_PROPERTIES_ENABLED
188
 
/** The toggle state of the button.
 
192
/** 
189
193
   *
190
194
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
191
195
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
205
209
#endif //#GLIBMM_PROPERTIES_ENABLED
206
210
 
207
211
  #ifdef GLIBMM_PROPERTIES_ENABLED
208
 
/** The inconsistent state of the button.
 
212
/** 
209
213
   *
210
214
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
211
215
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
225
229
#endif //#GLIBMM_PROPERTIES_ENABLED
226
230
 
227
231
  #ifdef GLIBMM_PROPERTIES_ENABLED
228
 
/** Draw the toggle button as a radio button.
 
232
/** 
229
233
   *
230
234
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
231
235
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
245
249
#endif //#GLIBMM_PROPERTIES_ENABLED
246
250
 
247
251
  #ifdef GLIBMM_PROPERTIES_ENABLED
248
 
/** Size of check or radio indicator.
 
252
/** 
249
253
   *
250
254
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
251
255
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when