GdkWindows and scrolling in GtkTreeView

2002-06-03 Thread james donohue
Hello, I am trying to understand the current view on the best practices for implementing GTK+ 2.0 widgets which display a large (32-bit dimensions) scrollable view. I am creating a horizontal track-display widget with a header, rather like a GtkTreeView rotated 90 degress anticlockwise. As I und

Scrollable large GdkWindows in GTK+ 2.0 - confusion!

2002-04-27 Thread james donohue
Hi all, Could somebody help me to understand the meaning of this intriguing quote: "This means that you can implement scrolling by simply creating a huge GdkWindow and calling gdk_window_scroll() to move it around. gdk_window_scroll() will perform a fast, flicker-free scroll. Look at GtkTextView