diff options
author | Timm Bäder <mail@baedert.org> | 2018-04-15 10:55:49 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2018-04-15 17:12:01 +0200 |
commit | 172b0e7ea0bb04acfd1b9d158009940f541790eb (patch) | |
tree | ff66673a7b883917d702a6b8b74a1caecb1bbee8 /gtk/gtkframe.c | |
parent | bf08537885e6e5d36c4f080015ca47d2bc6c65e8 (diff) | |
download | gtk+-172b0e7ea0bb04acfd1b9d158009940f541790eb.tar.gz |
frame: Use underscores in widgets ids in the docs
They will work in composite widget templates this way.
Diffstat (limited to 'gtk/gtkframe.c')
-rw-r--r-- | gtk/gtkframe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index 3e3d2de33e..38dea2211d 100644 --- a/gtk/gtkframe.c +++ b/gtk/gtkframe.c @@ -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> * ]| |