-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
24 lines (16 loc) · 704 Bytes
/
README
File metadata and controls
24 lines (16 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
gtkmm-utils
===========
High level utility functions, classes and widgets
written on top of gtkmm and glibmm.
- logging framework
- option parsing, date and string utilities
- tile widgets
- dialog helpers
The package consists of two shared libraries which will be installed to your
pkg-config path, glibmm-utils and gtkmm-utils.
gtkmm is the official C++ API for GTK+, a graphical user interface toolkit
used in the GNOME desktop. glibmm is a C++ API for GLib.
Project home: http://code.google.com/p/gtkmm-utils/
Repository: http://github.com/markoa/gtkmm-utils/tree/master
See HACKING for details on how to contribute if you're new to git.
--Marko Anastasov <marko.anastasov@gmail.com>