Class: VRModelessDialog
- Inherits:
-
VRDialogComponent
- Object
- SWin::Dialog
- VRDialogComponent
- VRModelessDialog
- Includes:
- VRParent
- Defined in:
- lib/vr/vrdialog.rb
Constant Summary
Constants included from VRParent
VRParent::DEFAULT_FONT, VRParent::VR_ADDCONTROL_FEWARGS
Constants inherited from VRDialogComponent
VRDialogComponent::IDABORT, VRDialogComponent::IDCANCEL, VRDialogComponent::IDCLOSE, VRDialogComponent::IDHELP, VRDialogComponent::IDIGNORE, VRDialogComponent::IDNO, VRDialogComponent::IDOK, VRDialogComponent::IDRETRY, VRDialogComponent::IDYES
Instance Attribute Summary
Attributes included from VRParent
Attributes inherited from VRDialogComponent
Instance Method Summary collapse
Methods included from VRParent
#addArrayedControl, #addControl, #clearControls, #construct, #countControls, #create, #createControl, #deleteControl, #newControlID, #parentinit, #registerControl, #registerControlAsArrayed, #self_created, #send_parent
Methods inherited from VRDialogComponent
#centering, #create, #initialize, new, new2, #setButtonAs, #setscreen, #vrinit
Constructor Details
This class inherits a constructor from VRDialogComponent
Instance Method Details
#open(parent = @parent, ignored_modal = false) ⇒ Object
288 289 290 |
# File 'lib/vr/vrdialog.rb', line 288 def open(parent=@parent,ignored_modal=false) super parent,false end |