Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
showall(win) is needed after push!() hbox, cancel, and ok (#568)
Browse files Browse the repository at this point in the history
showall(win) is needed after push!() hbox, cancel, and ok. Otherwise the new GtkButtonBox hbox will not show, nor will the cancel and ok GtkButton's.
  • Loading branch information
xianwenchen authored Nov 28, 2021
1 parent a3779b5 commit 24ca12f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/manual/layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ hbox = GtkButtonBox(:h)
push!(win, hbox)
push!(hbox, cancel)
push!(hbox, ok)
showall(win)
```

Now we get this:
Expand Down

0 comments on commit 24ca12f

Please sign in to comment.