Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Gtk+/Gnome Application Development
Prev Home Next

Widgets

Widgets are the reason for GTK+'s existence. Widgets are subclasses of GtkWidget, which is in turn a subclass of GtkObject. A widget represents a rectangular region on the screen, and may be purely decorative, an interactive control, or a container controlling the arrangement of child widgets. the chapter called GTK+ Basics introduces GTK+ and thus widgets; the chapter called Writing a GtkWidget covers widget implementation and concepts in more detail.

GtkWidget

Library

GTK+

Header File

gtk/gtkwidget.h

Description

GtkWidget is the parent class of all widgets. Chapters the chapter called GTK+ Basics and the chapter called Writing a GtkWidget describe widgets in general terms.

GtkWidget is an abstract base class.

Gtk+/Gnome Application Development
Prev Home Next

 
 
  Published under free license. Design by Interspire