frame: Use underscores in widgets ids in the docs
authorTimm Bäder <mail@baedert.org>
Sun, 15 Apr 2018 08:55:49 +0000 (10:55 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 15 Apr 2018 15:12:01 +0000 (17:12 +0200)
They will work in composite widget templates this way.

gtk/gtkframe.c

index 3e3d2de33e82f2bf90df9de83f11118042258659..38dea2211dfe308f79a889bf8486e507ab72472f 100644 (file)
  * |[
  * <object class="GtkFrame">
  *   <child type="label">
- *     <object class="GtkLabel" id="frame-label"/>
+ *     <object class="GtkLabel" id="frame_label"/>
  *   </child>
  *   <child>
- *     <object class="GtkEntry" id="frame-content"/>
+ *     <object class="GtkEntry" id="frame_content"/>
  *   </child>
  * </object>
  * ]|