Gtk and C++

2006-02-10 Thread Jorge Monsalvo
Hi list, I need to use objects in my new project so I must change my "usual" tools for GTK. I'd normally used gtk with glade and MSVC6 to compile. I found gtkmm, glade--, gideon, etc but I can't assemble a good package for my work. Can any body tell me which is the best option? Thank you Jorge

Re: How To Draw a window without an option to Maximize it

2006-02-10 Thread Amitesh Singh
There was error in the code ; it should be .. + static unsigned int j= MAXIMIZE; + j=~j; but still its not working !! :-p I want to disable MAXIMIZE option of Window via gdk_window_set_decorations() ,, although gtk_window_set_resizable (GTK_WINDOW(window),FALSE); does that ! Thanks Amites

Re: How To Draw a window without an option to Maximize it

2006-02-10 Thread Amitesh Singh
Hi to all i have found the solution *** gtk_window_set_resizable (GTK_WINDOW(window),FALSE); gtk_widget_show (window); i have also tried

How To Draw a window without an option to Maximize it

2006-02-10 Thread Amitesh Singh
Hi How to Draw a Window without an option to Maximize it ? Regards ! Amitesh ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Sockets with GTK 2.8.9 on WIN32

2006-02-10 Thread Daniel Atallah
On 2/10/06, Gabriele Greco <[EMAIL PROTECTED]> wrote: > I've a problem on an application on WIN32 with GTK 2.8.x that works > flawlessly with GTK 2.6.x (always on win32) or GTK 2.8.x (on unix). > > It seems that with 2.8.9 (the installer version got from gimp-win home) > the sockets are handled as

multi-threaded apps with GTK

2006-02-10 Thread mikecorn
I am now making good progress, thanks to the advice I got in this forum. Many thanks to all those who chipped in, even though I got emotional from my frustrations. I complained 1-2 weeks ago that GTK does not work out of the box for multi-threaded apps, and asked, why not? A complex and poorly

new GTK+ 2.8.11 runtime for windows and package for Dev-C++

2006-02-10 Thread Benoit Carpentier
Hi, You can now find now GTK+ 2.8.11 runtime for Windows and package for Dev-C++, on http://gtk.alkia.org You can also find to GTKBudget 2.0 (GPL), a budget managing and forecasting tool, now supporting English. Translators are welcomed for other languages, system is using xml file to display lab

Experience with libgnomeprint/libgnomeprintui?

2006-02-10 Thread Bartek Kostrzewa
Hello, I've been looking around for documentation of libgnomeprint but so far I haven't found anything substantial. Do you know of any short tutorials on the subject? Also, since my goal is but the printing of an image I was wondering whether you knew of some simple way of passing the image to so

Re: GtkExtra example doesn't build

2006-02-10 Thread Al Hooton
On Mon, 2006-02-06 at 19:52 -0600, Nickolai Dobrynin wrote: > One additional thing is that, in the file I sent you earlier today, > you may need to remove > the 'gtkextra/' prefix when specifying the header files you wish to > include: e.g., #include "gtkplot.h" > instead of #include "gtkextra/gtkp

Sockets with GTK 2.8.9 on WIN32

2006-02-10 Thread Gabriele Greco
I've a problem on an application on WIN32 with GTK 2.8.x that works flawlessly with GTK 2.6.x (always on win32) or GTK 2.8.x (on unix). It seems that with 2.8.9 (the installer version got from gimp-win home) the sockets are handled as non blocking also if you don't specify this. It's a wanted

Howto make GtkRadiobutton text flicker (was: Re: I have a problem with GtkRadioButton)

2006-02-10 Thread Gus Koppel
yeajchao wrote: > > However, the need for some applications to use fixed colours like > > green, yellow and red to indicate things like error-free results, > > warnings, error messages or critical choices / operations is > > recognized. That's why you can rather easily change colours and > > appea

gtk+ and gtkmm for wince?

2006-02-10 Thread Cesc
Hi, I was looking on the web for a port to wince (of both, gtk+ and gtkmm). Couldn't find anything relevant, hopefully i did not look at the rigth places and someone can "show me the light". What i want to do is to be able to cross-compile from linux into wince, using the "pocketpc-*" tools (gcc a

Re: how to use GTK+ on Mingw&msys? what i need to begin with GTK+?

2006-02-10 Thread Cesc
Hi, sorry to join in late ... but if you want an example of application which cross-compiles, take a look at http://www.minisip.org Minisip is a SIP softphone. If you take the source code from the repository (SVN subversion, not CVS), in the trunk there is a folder named Documentation. In there, we