projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf08537
)
frame: Use underscores in widgets ids in the docs
author
Timm Bäder
<mail@baedert.org>
Sun, 15 Apr 2018 08:55:49 +0000
(10:55 +0200)
committer
Timm 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
patch
|
blob
|
history
diff --git
a/gtk/gtkframe.c
b/gtk/gtkframe.c
index 3e3d2de33e82f2bf90df9de83f11118042258659..38dea2211dfe308f79a889bf8486e507ab72472f 100644
(file)
--- 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>
* ]|