We have developed several large applications in GTK. Most of our screens
create their widgets from top to bottom, not for any functional reason, but
just because that's the natural way to think about the displays when
creating them. We've noted that widgets consistently are created on the
screen
Hi,
Here a simple example for scale an image from GtkPixbuf :
http://gtk.developpez.com/faq/?page=V-B#GTK_IMAGE_redimentionne
2007/4/27, kirantoday <[EMAIL PROTECTED]>:
>
> Hi iam displaying the image like this using GtkImage widget.
>
> GtkWidget* set_wallpaper_image;
>
Hi iam displaying the image like this using GtkImage widget.
GtkWidget* set_wallpaper_image;
GdkPixbuf* temp_icon;
temp_icon = gtk_widget_render_icon(this->main_window,
"map_bmp",-1, NULL);
set_wallpaper_image = gtk_image_new_from_p
Hi,
I guess that would depend on how your image is displayed.
Wich widget are you using for the display?
Jonathan
On 4/27/07, kirantoday <[EMAIL PROTECTED]> wrote:
>
>
> Hi I have a image in GtkWidget.
> I have two buttons for zoomout and zoomin.
> when i click these buttons the image on the GtkW
Hi I have a image in GtkWidget.
I have two buttons for zoomout and zoomin.
when i click these buttons the image on the GtkWidget should get zoomed.
How can i achieve this functionality.
Can someone help on this issue.
Thanks
--
View this message in context:
http://www.nabble.com/zooming-a-image-
Pango-1.16.4 is now available for download at:
http://download.gnome.org/sources/pango/1.16/
025e2ac5e40cac163aae4653aeef559c pango-1.16.4.tar.bz2
1d9e2081774f3e39c926175de96bdd50 pango-1.16.4.tar.gz
This is a stable release and is source and binary compatible
with previous 1.16.x releases.