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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/frame.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:
200
200
  ShadowType get_shadow_type() const;
201
201
 
202
202
  #ifdef GLIBMM_PROPERTIES_ENABLED
203
 
/** Text of the frame's label.
 
203
/** 
204
204
   *
205
205
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
206
206
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
220
220
#endif //#GLIBMM_PROPERTIES_ENABLED
221
221
 
222
222
  #ifdef GLIBMM_PROPERTIES_ENABLED
223
 
/** The horizontal alignment of the label.
 
223
/** 
224
224
   *
225
225
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
226
226
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
240
240
#endif //#GLIBMM_PROPERTIES_ENABLED
241
241
 
242
242
  #ifdef GLIBMM_PROPERTIES_ENABLED
243
 
/** The vertical alignment of the label.
 
243
/** 
244
244
   *
245
245
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
246
246
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
261
261
 
262
262
  //deprecated: _WRAP_PROPERTY("shadow", ShadowType)
263
263
  #ifdef GLIBMM_PROPERTIES_ENABLED
264
 
/** Appearance of the frame border.
 
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
 
/** A widget to display in place of the usual frame label.
 
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