Skip to content

Commit

Permalink
Fix menu link.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhx committed Dec 31, 2023
1 parent 22e7769 commit 52e7665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Gtk/Gtk.docc/GtkAppAnatomy.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ or sometimes more than one other widget.
The main container of a Gtk application is the ``/Gtk/ApplicationWindow``,
which is a subclass of ``Window`` that integrates with the actual ``/Gtk/Application``.
The user interface of an application is created by adding other widgets such as
``/Gtk/Button``s, text ``/Gtk/Entry`` fields, ``/Gtk/MenuBar``s and similar.
``/Gtk/Button``s, text ``/Gtk/Entry`` fields, ``/Gtk/MenuButton``s and similar.
While it is possible to add widgets programmatically, a simpler
way is to create an XML `ui` file and use ``/Gtk/Builder`` to create the widgets
from the user interface file. There are tools you can use to design user interfaces
Expand Down

0 comments on commit 52e7665

Please sign in to comment.