File: control

package info (click to toggle)
mffm-gtkclasses 1.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 148 kB
  • ctags: 160
  • sloc: cpp: 614; makefile: 63
file content (17 lines) | stat: -rw-r--r-- 581 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: mffm-gtkclasses
Priority: optional
Maintainer: Matt Flax <flatmax@pgb.unsw.edu.au>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.2
Section: libs

Package: mffm-gtkclasses-dev
Section: libdevel
Architecture: all
Depends: g++
Description: GTK header files which make GUI implementation more trivial in C++
 These header classes implement iostream operator methods (<< for example)
 for some of the GTK widgets. The aim is to make GUI implementation more
 trivial in C++. Many common components are supported (Containers, Buttons,
 Labels, File browser, etc.)
 .