Sophie

Sophie

distrib > Fedora > 15 > x86_64 > by-pkgid > 0d2c760c00774fa1d350bb3c66520f68 > files > 69

GtkAda-doc-2.14.1-4.fc15.noarch.rpm

This directory contains two main examples related to the handling
of signals and marshallers in GtkAda.

- delete_event.adb

  Shows how you can connect the "delete" signal to a widget to prevent
  its closure by GtkAda.
  This signal expects handlers that return a Boolean.

- own_marshallers.ads, general_tips.adb, specific_tips.adb

  Demonstrate how you can create how you can connect to a signal that
  does not have any predefined marshaller in gtk-marshallers.

  general_tips.adb shows how to use the general form of handlers.
  specific_tips.adb shows how to create your own marshallers.

  These are not examples that you can run!!