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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/scrolledwindow.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:
307
307
  
308
308
  
309
309
  #ifdef GLIBMM_PROPERTIES_ENABLED
310
 
/** The GtkAdjustment for the horizontal position.
 
310
/** 
311
311
   *
312
312
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
313
313
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
327
327
#endif //#GLIBMM_PROPERTIES_ENABLED
328
328
 
329
329
  #ifdef GLIBMM_PROPERTIES_ENABLED
330
 
/** The GtkAdjustment for the vertical position.
 
330
/** 
331
331
   *
332
332
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
333
333
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
347
347
#endif //#GLIBMM_PROPERTIES_ENABLED
348
348
 
349
349
  #ifdef GLIBMM_PROPERTIES_ENABLED
350
 
/** When the horizontal scrollbar is displayed.
 
350
/** 
351
351
   *
352
352
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
353
353
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
367
367
#endif //#GLIBMM_PROPERTIES_ENABLED
368
368
 
369
369
  #ifdef GLIBMM_PROPERTIES_ENABLED
370
 
/** When the vertical scrollbar is displayed.
 
370
/** 
371
371
   *
372
372
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
373
373
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
387
387
#endif //#GLIBMM_PROPERTIES_ENABLED
388
388
 
389
389
  #ifdef GLIBMM_PROPERTIES_ENABLED
390
 
/** Where the contents are located with respect to the scrollbars. This property only takes effect if 'window-placement-set' is TRUE.
 
390
/** 
391
391
   *
392
392
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
393
393
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
407
407
#endif //#GLIBMM_PROPERTIES_ENABLED
408
408
 
409
409
  #ifdef GLIBMM_PROPERTIES_ENABLED
410
 
/** Whether 'window-placement' should be used to determine the location of the contents with respect to the scrollbars.
 
410
/** 
411
411
   *
412
412
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
413
413
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
427
427
#endif //#GLIBMM_PROPERTIES_ENABLED
428
428
 
429
429
  #ifdef GLIBMM_PROPERTIES_ENABLED
430
 
/** Style of bevel around the contents.
 
430
/** 
431
431
   *
432
432
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
433
433
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
447
447
#endif //#GLIBMM_PROPERTIES_ENABLED
448
448
 
449
449
  #ifdef GLIBMM_PROPERTIES_ENABLED
450
 
/** The minimum width that the scrolled window will allocate to its content.
 
450
/** 
451
451
   *
452
452
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
453
453
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
467
467
#endif //#GLIBMM_PROPERTIES_ENABLED
468
468
 
469
469
  #ifdef GLIBMM_PROPERTIES_ENABLED
470
 
/** The minimum height that the scrolled window will allocate to its content.
 
470
/** 
471
471
   *
472
472
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
473
473
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when