projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d2113f
)
gtk-demo: Cosmetics
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 28 Dec 2019 14:47:23 +0000
(09:47 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 29 Dec 2019 23:45:40 +0000
(18:45 -0500)
demos/gtk-demo/foreigndrawing.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/foreigndrawing.c
b/demos/gtk-demo/foreigndrawing.c
index 98384f19ff244d5f82e32922cbad49bbecfccb54..d72ecfd59e1222a5705c42cbfaf8c13deb64bccf 100644
(file)
--- a/
demos/gtk-demo/foreigndrawing.c
+++ b/
demos/gtk-demo/foreigndrawing.c
@@
-414,7
+414,7
@@
draw_menubar (GtkWidget *widget,
frame_context = get_style (NULL, "frame");
border_context = get_style (frame_context, "border");
- /* This information is taken from the GtkMenuBar docs, see "CSS nodes" */
+ /* This information is taken from the Gtk
Popover
MenuBar docs, see "CSS nodes" */
menubar_context = get_style (NULL, "menubar");
hovered_menuitem_context = get_style (menubar_context, "menuitem:hover");
menuitem_context = get_style (menubar_context, "menuitem");