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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/alignment.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:
179
179
  void get_padding(guint& padding_top, guint& padding_bottom, guint& padding_left, guint& padding_right);
180
180
              
181
181
  #ifdef GLIBMM_PROPERTIES_ENABLED
182
 
/** Horizontal position of child in available space. 0.0 is left aligned, 1.0 is right aligned.
 
182
/** 
183
183
   *
184
184
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
185
185
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
199
199
#endif //#GLIBMM_PROPERTIES_ENABLED
200
200
 
201
201
  #ifdef GLIBMM_PROPERTIES_ENABLED
202
 
/** Vertical position of child in available space. 0.0 is top aligned, 1.0 is bottom aligned.
 
202
/** 
203
203
   *
204
204
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
205
205
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
219
219
#endif //#GLIBMM_PROPERTIES_ENABLED
220
220
 
221
221
  #ifdef GLIBMM_PROPERTIES_ENABLED
222
 
/** If available horizontal space is bigger than needed for the child, how much of it to use for the child. 0.0 means none, 1.0 means all.
 
222
/** 
223
223
   *
224
224
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
225
225
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
239
239
#endif //#GLIBMM_PROPERTIES_ENABLED
240
240
 
241
241
  #ifdef GLIBMM_PROPERTIES_ENABLED
242
 
/** If available vertical space is bigger than needed for the child, how much of it to use for the child. 0.0 means none, 1.0 means all.
 
242
/** 
243
243
   *
244
244
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
245
245
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
261
261
 
262
262
  //New in GTK+ 2.4
263
263
  #ifdef GLIBMM_PROPERTIES_ENABLED
264
 
/** The padding to insert at the top of the widget.
 
264
/** 
265
265
   *
266
266
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
267
267
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
281
281
#endif //#GLIBMM_PROPERTIES_ENABLED
282
282
 
283
283
  #ifdef GLIBMM_PROPERTIES_ENABLED
284
 
/** The padding to insert at the bottom of the widget.
 
284
/** 
285
285
   *
286
286
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
287
287
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
301
301
#endif //#GLIBMM_PROPERTIES_ENABLED
302
302
 
303
303
  #ifdef GLIBMM_PROPERTIES_ENABLED
304
 
/** The padding to insert at the left of the widget.
 
304
/** 
305
305
   *
306
306
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
307
307
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
321
321
#endif //#GLIBMM_PROPERTIES_ENABLED
322
322
 
323
323
  #ifdef GLIBMM_PROPERTIES_ENABLED
324
 
/** The padding to insert at the right of the widget.
 
324
/** 
325
325
   *
326
326
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
327
327
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when