Sha256: 5fbe841e39424907afe953dd292969b533cd1c97d453394170bbaa734f3cdc88

Contents?: true

Size: 1.04 KB

Versions: 20

Compression:

Stored size: 1.04 KB

Contents

/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
/************************************************
  rbatk.h -

  $Author: mutoh $
  $Date: 2005/09/15 17:30:46 $

  Copyright (C) 2003,2004 Masao Mutoh
************************************************/
#include "ruby.h"
#include <atk/atk.h>
#include <atk/atk-enum-types.h>
#include <atk/atknoopobject.h>
#include <atk/atknoopobjectfactory.h>
#include "rbgobject.h"
#include "rbatkversion.h"


#if defined(G_PLATFORM_WIN32) && !defined(RUBY_ATK_STATIC_COMPILATION)
#  ifdef RUBY_ATK_COMPILATION
#    define RUBY_ATK_VAR __declspec(dllexport)
#  else
#    define RUBY_ATK_VAR extern __declspec(dllimport)
#  endif
#else
#  define RUBY_ATK_VAR extern
#endif
                                                                                
extern void Init_atk_inits();
extern GType atk_text_rectangle_get_type(void);
extern GType atk_text_range_get_type(void);

RUBY_ATK_VAR VALUE mAtk;

#define ATK_TYPE_TEXT_RECTANGLE (atk_text_rectangle_get_type())
#define ATK_TYPE_TEXT_RANGE (atk_text_range_get_type())

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
atk-1.0.0-x86-mingw32 ext/atk/rbatk.h
atk-1.0.0 ext/atk/rbatk.h
atk-0.90.9 ext/atk/rbatk.h
atk-0.90.9-x86-mingw32 ext/atk/rbatk.h
atk-0.90.8-x86-mingw32 ext/atk/rbatk.h
atk-0.90.8 ext/atk/rbatk.h
atk-0.90.7-x86-mingw32 ext/atk/rbatk.h
atk-0.90.7 ext/atk/rbatk.h
atk-0.90.6 ext/atk/rbatk.h
atk-0.90.6-x86-mingw32 ext/atk/rbatk.h
atk-0.90.5 ext/atk/rbatk.h
atk-0.90.5-x86-mingw32 ext/atk/rbatk.h
atk-0.90.4 ext/atk/rbatk.h
atk-0.90.4-x86-mingw32 ext/atk/rbatk.h
atk-0.90.3 ext/atk/rbatk.h
atk-0.90.3-x86-mingw32 ext/atk/rbatk.h
atk-0.90.2 ext/atk/rbatk.h
atk-0.90.2-x86-mingw32 ext/atk/rbatk.h
atk-0.20.1 src/rbatk.h
atk-0.20.0 src/rbatk.h