• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Allgemeine Frage zu glib und gtk. Was ist was

mampfi

Hacker
Würde gerne mal ein paar Oberflächen und später sinnvolles mit gtk+ programmieren.

Nun bin über den Google und Suche nach Gtk+ auf eine Website gelangt und hab mir von dort ein rpm (glib-2.6.0) gezogen.

Was ist denn was? Hat glib was mit gtk+ zu tun, basiert gtk auf glib.

Hat Beides was miteinander zu tun oder handelt es ich um zwei verschiedene Bibliotheken.

Eine gtk.h ist in meinen downgeloadeten Dateien jedenfalls nicht zu finden.
 

}-Tux-{

Hacker
hi
GTK+ is based on three libraries developed by the GTK+ team:

* GLib is the low-level core library that forms the basis of GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.
* Pango is a library for layout and rendering of text, with an emphasis on internationalization. It forms the core of text and font handling for GTK+-2.0.
* The ATK library provides a set of interfaces for accessibility. By supporting the ATK interfaces, an application or toolkit can be used with such tools as screen readers, magnifiers, and alternative input devices.

Quelle: www.gtk.org


mfg }-Tux-{
 
OP
M

mampfi

Hacker
Oh, Asche über mein Haupt, auf der gtk.org war ich.

Also glib ist Basis für gtk+.

Danke Pinguin :oops:
 
Oben