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, not supported any longer.

Wx::PortId.new(4)
PORT_GTK =

WXGTK, using GTK

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)