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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/expander.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:
314
314
   //keybinding
315
315
 
316
316
  #ifdef GLIBMM_PROPERTIES_ENABLED
317
 
/** Whether the expander has been opened to reveal the child widget.
 
317
/** 
318
318
   *
319
319
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
320
320
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
334
334
#endif //#GLIBMM_PROPERTIES_ENABLED
335
335
 
336
336
  #ifdef GLIBMM_PROPERTIES_ENABLED
337
 
/** Text of the expander's label.
 
337
/** 
338
338
   *
339
339
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
340
340
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
354
354
#endif //#GLIBMM_PROPERTIES_ENABLED
355
355
 
356
356
  #ifdef GLIBMM_PROPERTIES_ENABLED
357
 
/** If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key.
 
357
/** 
358
358
   *
359
359
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
360
360
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
374
374
#endif //#GLIBMM_PROPERTIES_ENABLED
375
375
 
376
376
  #ifdef GLIBMM_PROPERTIES_ENABLED
377
 
/** The text of the label includes XML markup. See pango_parse_markup().
 
377
/** 
378
378
   *
379
379
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
380
380
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
394
394
#endif //#GLIBMM_PROPERTIES_ENABLED
395
395
 
396
396
  #ifdef GLIBMM_PROPERTIES_ENABLED
397
 
/** Space to put between the label and the child.
 
397
/** 
398
398
   *
399
399
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
400
400
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
414
414
#endif //#GLIBMM_PROPERTIES_ENABLED
415
415
 
416
416
  #ifdef GLIBMM_PROPERTIES_ENABLED
417
 
/** A widget to display in place of the usual expander label.
 
417
/** 
418
418
   *
419
419
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
420
420
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
434
434
#endif //#GLIBMM_PROPERTIES_ENABLED
435
435
 
436
436
  #ifdef GLIBMM_PROPERTIES_ENABLED
437
 
/** Whether the label widget should fill all available horizontal space.
 
437
/** 
438
438
   *
439
439
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
440
440
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
454
454
#endif //#GLIBMM_PROPERTIES_ENABLED
455
455
 
456
456
  #ifdef GLIBMM_PROPERTIES_ENABLED
457
 
/** Whether the expander will resize the toplevel window upon expanding and collapsing.
 
457
/** 
458
458
   *
459
459
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
460
460
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when