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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/eventbox.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:
186
186
  void set_above_child(bool above_child =  true);
187
187
 
188
188
  #ifdef GLIBMM_PROPERTIES_ENABLED
189
 
/** Whether the event box is visible, as opposed to invisible and only used to trap events.
 
189
/** 
190
190
   *
191
191
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
192
192
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
206
206
#endif //#GLIBMM_PROPERTIES_ENABLED
207
207
 
208
208
  #ifdef GLIBMM_PROPERTIES_ENABLED
209
 
/** Whether the event-trapping window of the eventbox is above the window of the child widget as opposed to below it.
 
209
/** 
210
210
   *
211
211
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
212
212
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when