Class: Wx::PortId

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

Overview

The list of wxWidgets ports.

Some of them can be used with more than a single (native) toolkit.

Constant Summary collapse

PORT_UNKNOWN =

returned on error

Wx::PortId.new(0)
PORT_BASE =

Base, no native toolkit used

Wx::PortId.new(1)
PORT_MSW =

WXMSW, native toolkit is Windows API

Wx::PortId.new(2)
PORT_MOTIF =

Motif, using [Open]Motif or Lesstif

Wx::PortId.new(4)
PORT_GTK =

WXGTK, using GTK+ 1.x, 2.x, 3.x, GPE

Wx::PortId.new(8)
PORT_DFB =

DFB, using Universal

Wx::PortId.new(16)
PORT_X11 =

WXX11, using Universal

Wx::PortId.new(32)
PORT_MAC =

WXOSX, using Carbon or Classic Mac API

Wx::PortId.new(128)
PORT_COCOA =

Cocoa, using Cocoa NextStep/Mac API

Wx::PortId.new(256)
PORT_QT =

QT, using Qt 5+

Wx::PortId.new(1024)

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