• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-1,8781,474

example/H03-May-2022-3,5892,708

include/H03-May-2022-19,8768,667

src/H03-May-2022-32,86823,253

testvdk/H03-May-2022-6,8904,981

AUTHORSH A D04-Nov-2009979 3026

BUGSH A D04-Nov-2009129 87

COPYINGH A D04-Nov-200924.7 KiB483400

ChangeLogH A D10-Dec-201048.3 KiB1,3191,085

INSTALLH A D04-Nov-20094.6 KiB161130

Makefile.amH A D06-Nov-2009920 5136

Makefile.inH A D03-May-202228.1 KiB897796

NEWSH A D04-Nov-20093.7 KiB12193

READMEH A D10-Mar-2011582 3217

TODOH A D18-Dec-2009214 42

aclocal.m4H A D08-Dec-2010311.6 KiB8,9708,039

autogen.shH A D05-Dec-20092.9 KiB10789

config.guessH A D23-Oct-200743.5 KiB1,5171,305

config.h.inH A D08-Dec-20101.6 KiB6644

config.subH A D23-Oct-200732 KiB1,6271,483

configureH A D03-May-2022522.2 KiB17,45613,361

configure.acH A D08-Dec-20107.9 KiB291247

depcompH A D04-Nov-200913.5 KiB480304

install-shH A D04-Nov-20095.5 KiB251152

ltconfigH A D04-Nov-200995.5 KiB3,1162,406

ltmain.shH A D08-Dec-2010237.8 KiB8,4146,482

missingH A D04-Nov-20098.6 KiB284224

mkinstalldirsH A D04-Nov-2009737 4123

vdk-config.inH A D03-May-20222.8 KiB150115

vdk.m4.inH A D04-Nov-20096.2 KiB164153

vdk.pc.inH A D03-May-2022283 1210

README

1General Information
2===================
3
4This is VDK version 2.5.0 , a C++ Wrapper over GTK+ 2.x.x library.
5VDK author is: Mario Motta, mmotta@guest.net
6
7VDK incredibly simplify GTK+ applications building by only creating ready to use
8reliable objects on the heap.
9
10VDK is distributed under LGPL.
11==============================
12
13The official web site is:
14	http://vdkbuilder.sourceforge.net
15
16Installation
17============
18
19See the file 'INSTALL'
20
21Installation notes:
22==================
23
24You need GTK+ 2.0 or greater installed to use VDK.
25You can download it at: http://www.gtk.org
26
27
28
29
30
31
32