frame: Use underscores in widgets ids in the docs

They will work in composite widget templates this way.
This commit is contained in:
Timm Bäder 2018-04-15 10:55:49 +02:00
parent bf08537885
commit 172b0e7ea0

View File

@ -61,10 +61,10 @@
* |[
* <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>
* ]|