Package: gtk
Class gtk:native-dialog
Superclassesgobject:object, common-lisp:standard-object, common-lisp:t Documented SubclassesDirect SlotsDetails Native dialogs are platform dialogs that do not use the gtk:dialog or gtk:window classes.
They are used in order to integrate better with a platform, by looking the
same as other native applications and supporting platform specific features. The gtk:dialog functions cannot be used on such objects, but we need a similar API in order to drive them. The gtk:native-dialog object is an API that allows you to do this. It allows you to set various common properties on the dialog, as well as show and hide it and get a "response" signal when the user finished with the dialog. Signal DetailsThe "response" signallambda (dialog response) :run-last
| Slot Access Functions
Inherited Slot Access FunctionsSee also |
2024-4-11