Class gtk.PopupWindowConfirm
Extends
gtk.PopupWindowDefault, gtk.PopupWindowDefault.
Defined in: jsgtk_merge_for_doc.js.
Constructor Attributes | Constructor Name and Description |
---|---|
gtk.PopupWindowConfirm(title, textMessage)
PopupWindowConfirm is a class to create pop-up window type Confirmation
|
Field Attributes | Field Name and Description |
---|---|
It allows user to connect to a registered signal event "cancelled" when click Cancel button
|
- Fields borrowed from class gtk.PopupWindowDefault:
- POPUPWINDOWDEFAULT_CLOSED, POPUPWINDOWDEFAULT_OK
Method Attributes | Method Name and Description |
---|---|
close()
A method to close/remove pop-up window
|
|
draw()
A method to display the pop-up window after it is instantiated
|
- Methods borrowed from class gtk.PopupWindowDefault:
- setBody, setFocus, setTitle
- Methods borrowed from class gtk.Widget:
- activate, disable, enable, getActivateSignal, getHeight, getMinHeightComposite, getMinWidthComposite, getNode, getParent, getSize, getSizeRequest, getTag, getWidth, hide, hideLoading, hideTooltip, isHidden, refresh, resetHeightComposite, resetMinHeight, resetMinSize, resetMinWidth, resetWidthComposite, resizeHeightComposite, resizeWidthComposite, setActivateSignal, setBoldTitle, setEnable, setHeight, setParent, setSize, setSizeRequest, setTag, setTooltip, setWidth, show, showLoading, showTooltip, sizeRequest
- Methods borrowed from class gobject.GObject:
- connect, disconnect, emit
Class Detail
gtk.PopupWindowConfirm(title, textMessage)
PopupWindowConfirm is a class to create pop-up window type Confirmation
- Parameters:
- {String} title
- The header title of the pop-up window
- {String} textMessage
- The body text/content of the pop-up window
Field Detail
POPUPWINDOWCONFIRM_CANCELLED
It allows user to connect to a registered signal event "cancelled" when click Cancel button
Method Detail
close()
A method to close/remove pop-up window
draw()
A method to display the pop-up window after it is instantiated