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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/messagedialog.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:
223
223
  const Box* get_message_area() const;
224
224
 
225
225
  #ifdef GLIBMM_PROPERTIES_ENABLED
226
 
/** The type of message.
 
226
/** 
227
227
   *
228
228
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
229
229
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
244
244
 
245
245
  //Not wrapped because it is write-only and construct: _WRAP_PROPERTY("buttons", ButtonsType)
246
246
  #ifdef GLIBMM_PROPERTIES_ENABLED
247
 
/** The primary text of the message dialog.
 
247
/** 
248
248
   *
249
249
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
250
250
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
264
264
#endif //#GLIBMM_PROPERTIES_ENABLED
265
265
 
266
266
  #ifdef GLIBMM_PROPERTIES_ENABLED
267
 
/** The primary text of the title includes Pango markup.
 
267
/** 
268
268
   *
269
269
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
270
270
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
284
284
#endif //#GLIBMM_PROPERTIES_ENABLED
285
285
 
286
286
  #ifdef GLIBMM_PROPERTIES_ENABLED
287
 
/** The secondary text of the message dialog.
 
287
/** 
288
288
   *
289
289
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
290
290
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
304
304
#endif //#GLIBMM_PROPERTIES_ENABLED
305
305
 
306
306
  #ifdef GLIBMM_PROPERTIES_ENABLED
307
 
/** The secondary text includes Pango markup.
 
307
/** 
308
308
   *
309
309
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
310
310
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
324
324
#endif //#GLIBMM_PROPERTIES_ENABLED
325
325
 
326
326
  #ifdef GLIBMM_PROPERTIES_ENABLED
327
 
/** The image.
 
327
/** 
328
328
   *
329
329
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
330
330
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
344
344
#endif //#GLIBMM_PROPERTIES_ENABLED
345
345
 
346
346
  #ifdef GLIBMM_PROPERTIES_ENABLED
347
 
/** GtkVBox that holds the dialog's primary and secondary labels.
 
347
/** 
348
348
   *
349
349
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
350
350
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when