Package-level declarations
Types
Link copied to clipboard
class BoundTemplateChildDelegate<OBJECT_TYPE : Widget, CHILD_TYPE>(name: String, childClass: KClass<CHILD_TYPE>)
Link copied to clipboard
class TemplateChildDelegate<OBJECT_TYPE : Widget, CHILD_TYPE>(name: String, templateWidgetGType: <Error class: unknown class>, childClass: KClass<CHILD_TYPE>)
Link copied to clipboard
class TemplateChildDelegateProvider<OBJECT_TYPE : Widget, CHILD_TYPE>(name: String? = null, childClass: KClass<CHILD_TYPE>)
Link copied to clipboard
Functions
Link copied to clipboard
Helper function for converting responses received by MessageDialog response
signals into a ResponseType enum value.
Link copied to clipboard
fun <Error class: unknown class><MessageDialog>.new(parent: Window? = null, flags: DialogFlags = DialogFlags(0u), type: MessageType, buttons: ButtonsType = ButtonsType.NONE, messageFormat: String? = null): MessageDialog
Link copied to clipboard
Set all margins to the same value.
Set start and end margin to horizontal and top and bottom margin to vertical
Set margins.
Link copied to clipboard
Deletes current contents of @buffer, and inserts @text instead. This is automatically marked as an irreversible action in the undo stack. If you wish to mark this action as part of a larger undo operation, call method@TextBuffer.delete and method@TextBuffer.insert directly instead.