Public bug reported:

Binary package hint: xserver-xorg-video-psb

I create an vbox with moko enabling and loading a picture.
my expectation is to use moko funcation to scroll the image by finger. 
But the image cannot be loaded in successfully.

core codes:
=================================================
GtkWidget *vbox = gtk_vbox_new (TRUE, 5);
GtkWidget *moko= moko_finger_scroll_new();
GtkWidget * event = gtk_event_box_new();

GdkPixbuf * pixbuf = gdk_pixbuf_new_from_file ("sample.jpg", NULL);
GtkWidget * image = gtk_image_new_from_pixbuf(pixbuf);

gtk_container_add(GTK_COTAINER(event), image);

moko_finger_scroll_add_with_viewport(moko, event);

gtk_container_add(GTK_CONTAINER(vbox), moko);
==================================================

** Affects: xserver-xorg-video-psb (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: ume

** Tags added: ume

-- 
[hardy+ppa]: In widgets, cannot launch images if moko enabling
https://bugs.launchpad.net/bugs/205852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to