comparison os2/dw.c @ 612:c5e5671dec8f

Modify Calendar widget Amke Mac port actually compile and run Add Clipboard support for GTK and Win Add *from_data() contructors allowing icons, bitmaps to be created from embedded data.
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 23 Mar 2008 04:54:30 +0000
parents b4cb30f47a97
children f6f887d2c5aa
comparison
equal deleted inserted replaced
611:bc800fc67343 612:c5e5671dec8f
1 /* 1 /*
2 * Dynamic Windows: 2 * Dynamic Windows:
3 * A GTK like implementation of the PM GUI 3 * A GTK like implementation of the PM GUI
4 * 4 *
5 * (C) 2000-2004 Brian Smith <dbsoft@technologist.com> 5 * (C) 2000-2004 Brian Smith <dbsoft@technologist.com>
6 * (C) 2003-2004 Mark Hessling <m.hessling@qut.edu.au> 6 * (C) 2003-2008 Mark Hessling <m.hessling@qut.edu.au>
7 * (C) 2000 Achim Hasenmueller <achimha@innotek.de> 7 * (C) 2000 Achim Hasenmueller <achimha@innotek.de>
8 * (C) 2000 Peter Nielsen <peter@pmview.com> 8 * (C) 2000 Peter Nielsen <peter@pmview.com>
9 * (C) 1998 Sergey I. Yevtushenko (some code borrowed from cell toolkit) 9 * (C) 1998 Sergey I. Yevtushenko (some code borrowed from cell toolkit)
10 * 10 *
11 */ 11 */