Package: gdk
Class gdk:surface
Superclassesgobject:object, common-lisp:standard-object, common-lisp:t Documented SubclassesDirect SlotsDetails The gdk:surface object is a rectangular region on the screen.
It is a low-level object, used to implement high-level objects such as the gtk:window or the gtk:dialog widgets in GTK. The surfaces you see in practice are either gdk:toplevel or gdk:popup objects, and those interfaces provide much of the required API to interact with these surfaces. Other, more specialized surface types exist, but you will rarely interact with them directly. Signal DetailsThe "enter-monitor" signallambda (surface monitor) :run-first
The "event" signallambda (surface event) :run-last
The "layout" signallambda (surface width height) :run-first
The "leave-monitor" signallambda (surface monitor) :run-first
The "render" signallambda (surface region) :run-last
| Returned bySlot Access Functions
Inherited Slot Access FunctionsSee also |
2024-7-12