forked from AuroraMiddleware/gtk
frame: Use underscores in widgets ids in the docs
They will work in composite widget templates this way.
This commit is contained in:
parent
bf08537885
commit
172b0e7ea0
@ -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>
|
||||
* ]|
|
||||
|
Loading…
Reference in New Issue
Block a user