View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Foundations of GTK+ Development

From LQWiki

Jump to: navigation, search

Foundations of GTK+ Development

GTK+ is one of the most influential graphical toolkits for the Linux operating system. It is the technology upon which the GNOME and XFCE desktop environments are based, and its crucial to have clear understanding of its complexities to build even a simple Linux desktop application. Foundations of GTK+ Development guides you through these complexities, laying the foundation that will allow you to cross from novice to professional.

Foundations of GTK+ Development is aimed at C programmers and presents numerous real-life examples that you can immediately put to use in your projects. Some familiarity with C programming is assumed, as the book delves into new topics from the beginning. Topics like object inheritance are covered early on to allow for complete understanding of code examples later. And the provided examples are real-life situations that can help you get a head start on your own applications.

Table of Contents

  • Ch 1 Getting Started
  • Ch 2 Your First GTK+ Applications
  • Ch 3 Container Widgets
  • Ch 4 Basic Widgets
  • Ch 5 Dialogs
  • Ch 6 Using GLib
  • Ch 7 The Text View Widget
  • Ch 8 The Tree View Widget
  • Ch 9 Menus and Toolbars
  • Ch 10 Dynamic Custom Widgets
  • Ch 11 Creating Custom Widgets
  • Ch 12 Additional GTK+ Widgets
  • Ch 13 Putting It All Together
  • App A GTK+ Properties
  • App B GTK+ Signals
  • App C GTK+ Styles
  • App D GTK+ Stock Items
  • App E GError Types
  • App F Exercise Solutions and Hints

External Links

Official Web Site

Publisher Web Site


Personal tools