VDK for linux and window version 2.4.1. released

2005-05-25 Thread Mario Motta
VDK team is pleased to announce VDK version 2.4.1 both for linux and windows has been released and is presently available at: http://vdklib.sourceforge.net WHAT IS NEW: linux vdk 2.4.1 --- mainly is an updating version with a few bug fixes and enhancements: 1) added pkg-config

i know is off of topic, but...

2004-12-13 Thread Mario Motta
hi all, someone can tell me why this piece of sw compile and works even if it should not ? $ gcc --version gcc (GCC) 3.3.1 (mingw special 20030804-1) $ gcc impossible.c -o impossible == #include stdio.h int main(int argc, char *argv[]) { int

R: dead gtk.org?

2004-05-29 Thread Mario Motta
www.gtk.org runs fine, www.gimp.org seems dead instead. Someone knows why ? /mario Mario Motta http://www.mariomotta.it -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Russell Shaw Inviato: sabato 29 maggio 2004 12.46 Cc: [EMAIL PROTECTED] Oggetto: Re

Windows version of VDK 2.4.0 released

2004-05-29 Thread Mario Motta
VDK team is pleased to announce that a windows porting of vdk 2.4.0 and VDKXdb 2.4.0 is presently available at: http://vdkbuilder.sourceforge.net VDK 2.4.0 (winvdk-2-4-0.zip) - This version does fit with GTK-win32 2.4.1 and newer versions. Whats new: * VDKHLButton widget, (HL stands for

Re: dead gtk.org?

2004-05-29 Thread Mario Motta
Henning Nielsen Lund ha scritto: Henning Nielsen Lund wrote: Mario Motta wrote: www.gtk.org runs fine, www.gimp.org seems dead instead. Someone knows why ? /mario Might be something with the server of University of California ... They have just changed IP ... http

VDK and VDKBUilder new releases

2004-05-18 Thread Mario Motta
VDK team is pleased to announce new VDK and VDKBuilder releases available at: http://vdkbuilder.sourceforge.net VDK 2.4.0 - This version does fit with GTK 2.4.0 and newer versions. What's new: * VDKTextView and VDKEditor updated with latest cvs version of gtksourceview * VDKHLButton

announce: VDKBuilder 2.0.3 release

2002-08-12 Thread Mario Motta
VDK Team announce that == VDKBuilder rad tool version 2.0.3 is available at: http://vdkbuilder.sourceforge.net following downloads link. This is a minor bug-fix release.Nothing new, just updated to lates gtk/glib 2.0.6. This version, along with VDK 2.0.3 has been tested

New VDK/VDKbuilder 2.0.2 release

2002-05-30 Thread Mario Motta
- VDKBuilder: + Hacked a nice Air Force Blue theme + Many refinements in WI graphical interface + Compiler message list on editor made dockable + minor bug fixes and cosmetic changes The VDK Team -- Mario Motta AI Research Group - Rimini http://vdkbuilder.sourceforge.net

VDK/VDKBuilder 2.0.1 released

2002-03-30 Thread mario motta
VDK Team announce that == - VDK library version 2.0.1 - VDKXDB library version 2.0.1 - VDKBuilder rad tool 2.0.1 are available at: http://vdkbuilder.sourceforge.net following downloads link. This are bug-fix releases. We recommend that users using VDK/VDKBuilder-2.0.0

Announce: VDKSdl version 0.1.0 released

2002-03-21 Thread mario motta
VDK Team announces that VDKSdl version 0.1.0 is available at http://vdkbuilder.sourceforge.net following downloads link. What is VDKSdl == VDKSdl is a VDK extension that wraps SDL (Simple Direct media layer) a powerfull library mainly used for constructing games that handles very

VDK/VDKBuilder 2.0.0 released

2002-03-13 Thread mario motta
VDK Team is proud to announce that: === VDK and VDKBuilder version 2.0.0 is now available at: http://vdkbuilder.sourceforge.net following downloads link. Also vdkxdb-2 (a VDK wrapper of xbase library ) is available on the same site. Release notes: ==

gtkaccelgroup API changes

2002-01-14 Thread mario motta
gtk_menu_set_accel_group gtk_accel_group_attach() with no success. Any help will be appreciated. /mario -- Mario Motta AI Research Group - Rimini http://vdkbuilder.sourceforge.net ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman

Re: C++ wrapper users please read!

2001-11-30 Thread Mario Motta
C++ (imho). To remain inti C field, there is Glade that greatly helps you in designing and developing interface. /mario Thanks for your answers again. With kindest regards, RevX. -- === Mario Motta [AI Research Group - Rimini - Italy] http

about deprecated widget in gtk 1.2.x

2001-11-22 Thread Mario Motta
What deprecated widget will remain still supported into gtk+ 2.0 ? (aside GtkText that i know not more supported ?) /mario -- === Mario Motta [AI Research Group - Rimini - Italy] http://vdkbuilder.sourceforge.net

I'm orrified

2001-09-12 Thread Mario Motta
We are horrified by the news from New York and Washington. We want voice the feelings of sorrow and sympathy to all affected members of lists. The VDK team -- === Mario Motta [AI Research Group - Rimini - Italy] http://vdkbuilder.sourceforge.net

GTK and SDL

2001-07-21 Thread Mario Motta
and use gtk_signal_stop seems to do not work. Havoc or Owen, dou you some hints ? I'm using gtk+ 1.3.7 (latest cvs). tia /mario -- === Mario Motta [AI Research Group - Rimini - Italy] http://vdkbuilder.sourceforge.net

About events propagation in gtk+-1.3.3

2001-04-08 Thread Mario Motta
ork around is to connect_after or return FALSE but often this is not possible or convenient. This is a recent and nasty bug, please clarify if i'm right or i'm missing something. /mario -- Mario Motta AI Research Group - Rimini http://vdkbuilder.sourc

C++ keyword embedded and others

2001-03-28 Thread Mario Motta
early does not compile if you use a c++ compiler. - gtkbuttons and others get disabled if you apply a tooltip. Toolbar example into testgtk shows this bug. - gtkentry does not accept tooltip either. have fun /mario -- Mario Motta AI Research Group - Rimini http://vdkbuilder.sourc

Typo error on gtk_file_selection_get_filename()

2001-03-20 Thread Mario Motta
-- Mario Motta AI Research Group - Rimini http://vdkbuilder.sourceforge.net ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

How to change background/foreground on GtkTextView

2001-02-24 Thread Mario Motta
Hi, i wonder how set bg/fg on gtktextview (latest cvs snap), using gtk_widget_modify_base() and gtk_widget_modify_text() respectively worked well on gtk+-1.3.2 but do not work anymore on cvs tree. What i'm missing ? tia -- Mario Motta AI Research Group - Rimini http://vdkbuilder.sourceforge.net

Merry xmas and happy new year

2000-12-23 Thread Mario Motta
MERRY XMAS AND HAPPY NEW YEAR TO VDKTEAM, VDK USERS AND ALL GTK COMMUNITY Mario Motta ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

ANNOUNCE: vdk-1.2.5, vdkbuilder-1.2.5 released

2000-11-18 Thread Mario Motta
VDK Team is pleased to announce that newly released VDK 1.2.5 - VDKBuilder 1.2.5 are downloadable at: http://sourceforge.net/projects/vdkbuilder === What's new in VDK 1.2.5 === * Minor bug fixes, changes and enhancements * Enhanced dispatch

ANNOUNCE: vdk-1.2.4, vdkbuilder-1.2.4 released

2000-10-20 Thread Mario Motta
VDK Team is pleased to announce that newly released VDK 1.2.4 - VDKBuilder 1.2.4 are downloadable at: http://sourceforge.net/projects/vdkbuilder === What's new in VDK 1.2.4 === * Enhanced VDKString class * Minor bug fixes and enhancements

ANNOUNCE: vdk-1.2.3, vdkbuilder-1.2.3 and vdkxdb-0.0.4 released

2000-08-24 Thread Mario Motta
VDK Team is pleased to announce that newly released VDK 1.2.3 - VDKBuilder 1.2.3 - VDKXDB 0.0.4 are downloadable at: http://sourceforge.net/project/filelist.php?group_id=2487 === What's new in VDK 1.2.3 === * Minor bug fixes and enhancements * A few