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
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
Hi to all
i have found the solution
***
gtk_window_set_resizable (GTK_WINDOW(window),FALSE);
gtk_widget_show (window);
i have also tried
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo