[Top]
GTK2
GTK2.TextView
|
Method GTK2.TextView()->get_window()
- Method
get_window
GTK2.GdkWindow get_window(int wintype)
- Description
Retrieves the GDK2.Window corresponding to an area of the text view;
possible windows include the overall widget window, child windows on the
left, right, top, bottom, and the window that displays the text buffer.
Windows are 0 and nonexistent if their width or height is 0, and are
nonexistent before the widget has been realized.
|