[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
How can I scroll my gtk application window programmically?
- From: "ying lcs" <yinglcs gmail com>
- To: gtk-list gnome org
- Subject: How can I scroll my gtk application window programmically?
- Date: Sat, 10 Nov 2007 20:53:12 -0600
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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]