GtkScrolledWindow

The GtkScrolledWindow widget is a container widget that allows you to implement scroll bars on widgets that don’t have them already integrated. This of course allows you to have multiple windows in your application and have the user scroll within each of those windows to view the widgets as needed. If you haven’t guessed by now, Figure 4.5 is a screen shot of Listing 4.5

Figure 4.5. The GtkScrolledWindow demo program running.

The scrolled window demo (Listing 4.5 and Figure 4.5) is a variation on the theme used in Listing 4.3 and 4.4. In this case, there are two command buttons for setting the relevant properties. Note that ...

Get MySQL Building User Interfaces now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.