Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adrien Plazas
libhandy
Commits
2f2a590d
Commit
2f2a590d
authored
Jan 29, 2020
by
Alexander Mikhaylenko
Browse files
example: Use hdy_leaflet_navigate() for back button
Signed-off-by:
Alexander Mikhaylenko
<
alexm@gnome.org
>
parent
05ca0ddb
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/hdy-demo-window.c
View file @
2f2a590d
...
...
@@ -118,7 +118,7 @@ static void
hdy_demo_window_back_clicked_cb
(
GtkWidget
*
sender
,
HdyDemoWindow
*
self
)
{
hdy_leaflet_
set_visible_child_nam
e
(
self
->
content_box
,
"sidebar"
);
hdy_leaflet_
navigat
e
(
self
->
content_box
,
HDY_NAVIGATION_DIRECTION_BACK
);
}
static
gchar
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment