[Top]
GTK
GTK.Viewport
|
Method GTK.Viewport()->create()
- Method
create
GTK.Viewport GTK.Viewport(GTK.Adjustment xscroll, GTK.Adjustment yscroll)
- Description
Create a new viewport. The adjustments are used to select what
part of the viewport to view to the user. They are normally
connected to a scrollbar or something similar.
|