Sha256: f68549a45d3e40ac7464a8745cd464e637155cb59a8bd7a5cb9cffc2b165d7fd

Contents?: true

Size: 650 Bytes

Versions: 9

Compression:

Stored size: 650 Bytes

Contents

/* wxRuby3
 * Copyright (c) Martin J.N. Corino
 */
// Copyright 2004-2007, wxRuby development team
// released under the MIT-like wxRuby2 license

// needed for typedefs generated from defs.h
typedef long long wxLongLong_t;
typedef unsigned long long wxULongLong_t;

// include common typedefs extracted from defs.h
%include "classes/common/typedefs.i"

typedef wchar_t wxChar;
typedef wchar_t wxSChar;
typedef wchar_t wxUChar;
typedef wchar_t wxStringCharType;

// additional common typedefs
typedef int wxWindowID;

enum wxBitmapType;
enum wxStockCursor;
enum wxLayoutDirection;

// make sure wxEventType is known as 'int'
typedef int wxEventType;

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wxruby3-0.9.0.pre.rc.3 ext/wxruby3/swig/typedefs.i
wxruby3-0.9.0.pre.rc.2 ext/wxruby3/swig/typedefs.i
wxruby3-0.9.0.pre.rc.1 ext/wxruby3/swig/typedefs.i
wxruby3-0.9.0.pre.beta.14 ext/wxruby3/swig/typedefs.i
wxruby3-0.9.0.pre.beta.13 ext/wxruby3/swig/typedefs.i
wxruby3-0.9.0.pre.beta.11 ext/wxruby3/swig/typedefs.i
wxruby3-0.9.0.pre.beta.10 ext/wxruby3/swig/typedefs.i
wxruby3-0.9.0.pre.beta.9 ext/wxruby3/swig/typedefs.i
wxruby3-0.9.0.pre.beta.8 ext/wxruby3/swig/typedefs.i