How can I scroll my gtk application window programmically?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I would like to know how can I scroll my gtk application window programmically?

I have tried this, but the scroll bar does not make and the content of
the window did not get refresh?

GtkWidget* topLevelWindow;
 GdkWindow* win = topLevelWindow->window;

 gdk_window_scroll (win, 1, 880);


Thank you for any help.
_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux