- GnomeApp - The main application widget.
- GnomeAppBar - An application status and progress bar widget
- gnome-app-helper - Useful functions for populating menus and toolbars.
- gnome-window - Convenience functions for setting window attributes.
- GnomeAbout - Display author, documenter and translator credits for an application.
- gnome-popup-menu - Create and display popup and context menus.
After initializing libgnomeui, a typical
application will need to create its main application window, possibly
with some non-standard decorations, create its credit (or About) box and
get ready to enter the main loop. The functions in this section provide
the facility for carrying out all of these operations.