Class: Wx::PRT::PreviewFrameModalityKind

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/prt/print_abort_dialog.rb

Overview

Preview frame modality kind.

The elements of this enum can be used with Wx::PRT::PreviewFrame#initialize to indicate how should the preview frame be shown.

Requires:

  • USE_PRINTING_ARCHITECTURE

Constant Summary collapse

PreviewFrame_AppModal =

Disable all the other top level windows while the preview frame is shown.

Wx::PRT::PreviewFrameModalityKind.new(0)
PreviewFrame_WindowModal =

Disable only the parent window while the preview frame is shown.

Wx::PRT::PreviewFrameModalityKind.new(1)
PreviewFrame_NonModal =

Show the preview frame non-modally and don’t disable any other windows.

Wx::PRT::PreviewFrameModalityKind.new(2)

Method Summary

Methods inherited from Enum

#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #succ, #to_int, #to_s, #|, #~

Constructor Details

This class inherits a constructor from Wx::Enum

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Wx::Enum