jpg to xpm dynamically

2004-01-27 Thread Manoj tr
Hai all Any or group of code that dinamically create xpm from hpg or png. If any one u find please inform me. Ie we give gtkImage as input and we get pixmap as output. With regards Manoj -- __ Check out the latest SMS services @

Connecting lines in TreeView

2004-01-27 Thread Tor Arvid Lund
Hello. I recently started programming with gtk2 (gtkmm, actually), and my question is: How can I get a TreeView that displays the connecting lines between the nodes? Like in gtk1.2, Qt, Windows, etc... I heard a rumor that it was not supported by the toolkit. Is this true, and if so, will it

Re: Change font's size

2004-01-27 Thread Manoj tr
Hai U can specify the size of font in the fints name itself. ie give font name like this -adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1 here 12 is the size. u will get more help from http://developer.gnome.org/doc/API/2.2/gdk/gdk-Fonts.html#gdk-font-load --

Re: gtk+-2.2.4 make fails

2004-01-27 Thread [EMAIL PROTECTED]
Is freetype.h on the system and in the search path? The other errors are probably caused by the following implicit declarations. I _knew_ I was asking for a smack in the chops with the bleeding obvious. Thanks for wielding the cluebat :) The final solution was to copy the whole of freetype2's

Re: Change font's size

2004-01-27 Thread Sven Neumann
Hi, Manoj tr [EMAIL PROTECTED] writes: U can specify the size of font in the fints name itself. ie give font name like this -adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1 here 12 is the size. This is the old and deprecated way of doing it. Modern code shouldn't be using

Re: Change font's size

2004-01-27 Thread bheemesh
-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1 here 12 is the size. u will get more help from http://developer.gnome.org/doc/API/2.2/gdk/gdk-Fonts.html#gdk-font-load Here it is given that GdkFont is deprecated should not be used. Is it feasible enough? Bheemesh.

Is it possible to statically link GTK?

2004-01-27 Thread jiangyi178
Dear Friends, I'm trying to use GTK, and also wxWindows. Is it possible to statically link GTK to my program(so that my app can be installed on user's machine easily) and how? (BTW, is it possible to statically link wxWindows? I know this not relevant here. Just in case). Thank you very much

Re: Is it possible to statically link GTK?

2004-01-27 Thread Sven Neumann
Hi, jiangyi178 [EMAIL PROTECTED] writes: Is it possible to statically link GTK to my program(so that my app can be installed on user's machine easily) and how? Sure. Just do it like you would do for any other statically linked application. You just need to make sure you have static versions

gtk+ for linux framebuffer crashed

2004-01-27 Thread Dirk Volkmar
Hi! I had some problems with the framebuffer version of gtk. Allways I started an application, eg gtk-demo it crashed with an segmentation fault. With the stack dump of the core file I discovered that fontconfig has some problems with the path /usr/X11R6/lib/X11/fonts/URW. After throwing the path

Re: gtk+ for linux framebuffer crashed

2004-01-27 Thread Sven Neumann
Hi, Dirk Volkmar [EMAIL PROTECTED] writes: I had some problems with the framebuffer version of gtk. Allways I started an application, eg gtk-demo it crashed with an segmentation fault. With the stack dump of the core file I discovered that fontconfig has some problems with the path

[Patches] Your message to gtk-list awaits moderator approval

2004-01-27 Thread gtk-list-admin
Your mail to 'gtk-list' with the subject hi Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notification of the moderator's

Symbology and annotations on top of my images.

2004-01-27 Thread Amit BHATNAGAR
Hi all. I plan on using a drawing area widget to display images where the user may want to place some symbology and textual annotations at various locations on the image. I am wondering how GTK / GdkPixbuf will facilitate this. Ideally, I would like to treat the symbology and text annotations as

Setting colour of a window

2004-01-27 Thread Sergey Mihailov
Hi, All! I'v trying to change the background color of a GtkWindow in this way: this-get_window()-set_background(Gdk::Color(maroon)); this-get_window()-clear(); However, it is still gray . Where am I wrong? Igor Gorbounov ___ gtk-list mailing list [EMAIL

Re: gtk+-2.2.4 make fails

2004-01-27 Thread Russell Shaw
[EMAIL PROTECTED] wrote: Is freetype.h on the system and in the search path? The other errors are probably caused by the following implicit declarations. I _knew_ I was asking for a smack in the chops with the bleeding obvious. Thanks for wielding the cluebat :) The final solution was to copy the