File: README

package info (click to toggle)
libgtkada 2.24.4dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 12,208 kB
  • ctags: 1,676
  • sloc: ada: 119,686; ansic: 4,719; sh: 3,003; makefile: 690; xml: 338; perl: 70
file content (7 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
This example demonstrates how to create your own signals in GtkAda.
Click on any of the toggle buttons in the window. When you have
clicked three of them aligned on the same row, an even is sent by
the tictactoe widget, handled by the main loop, and a text is
displayed on stdout.
Note: no image appears in the button, so as to keep the example
as simple as possible