Class gtk.PopupWindowWarning
Extends
gtk.PopupWindowDefault, gtk.PopupWindowDefault.
Defined in: jsgtk_merge_for_doc.js.
Constructor Attributes | Constructor Name and Description |
---|---|
gtk.PopupWindowWarning(title, textMessage)
PopupWindowWarning is a class to create pop-up window type Warning
|
- Fields borrowed from class gtk.PopupWindowDefault:
- POPUPWINDOWDEFAULT_CLOSED, POPUPWINDOWDEFAULT_OK
- Methods borrowed from class gtk.PopupWindowDefault:
- close, draw, 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.PopupWindowWarning(title, textMessage)
PopupWindowWarning is a class to create pop-up window type Warning
- Parameters:
- {String} title
- The header title of the pop-up window
- {String} textMessage
- The body text/content of the pop-up window