mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C++
		
	
	
	
 | 
						|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | 
						|
 | 
						|
#ifndef __javax_swing_SwingConstants__
 | 
						|
#define __javax_swing_SwingConstants__
 | 
						|
 | 
						|
#pragma interface
 | 
						|
 | 
						|
#include <java/lang/Object.h>
 | 
						|
extern "Java"
 | 
						|
{
 | 
						|
  namespace javax
 | 
						|
  {
 | 
						|
    namespace swing
 | 
						|
    {
 | 
						|
        class SwingConstants;
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
class javax::swing::SwingConstants : public ::java::lang::Object
 | 
						|
{
 | 
						|
 | 
						|
public:
 | 
						|
  static const jint CENTER = 0;
 | 
						|
  static const jint TOP = 1;
 | 
						|
  static const jint LEFT = 2;
 | 
						|
  static const jint BOTTOM = 3;
 | 
						|
  static const jint RIGHT = 4;
 | 
						|
  static const jint NORTH = 1;
 | 
						|
  static const jint NORTH_EAST = 2;
 | 
						|
  static const jint EAST = 3;
 | 
						|
  static const jint SOUTH_EAST = 4;
 | 
						|
  static const jint SOUTH = 5;
 | 
						|
  static const jint SOUTH_WEST = 6;
 | 
						|
  static const jint WEST = 7;
 | 
						|
  static const jint NORTH_WEST = 8;
 | 
						|
  static const jint HORIZONTAL = 0;
 | 
						|
  static const jint VERTICAL = 1;
 | 
						|
  static const jint LEADING = 10;
 | 
						|
  static const jint TRAILING = 11;
 | 
						|
  static const jint NEXT = 12;
 | 
						|
  static const jint PREVIOUS = 13;
 | 
						|
  static ::java::lang::Class class$;
 | 
						|
} __attribute__ ((java_interface));
 | 
						|
 | 
						|
#endif // __javax_swing_SwingConstants__
 |