mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C++
		
	
	
	
 | 
						|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | 
						|
 | 
						|
#ifndef __javax_swing_plaf_basic_BasicInternalFrameTitlePane$PaneButton__
 | 
						|
#define __javax_swing_plaf_basic_BasicInternalFrameTitlePane$PaneButton__
 | 
						|
 | 
						|
#pragma interface
 | 
						|
 | 
						|
#include <javax/swing/JButton.h>
 | 
						|
extern "Java"
 | 
						|
{
 | 
						|
  namespace javax
 | 
						|
  {
 | 
						|
    namespace swing
 | 
						|
    {
 | 
						|
        class Action;
 | 
						|
      namespace plaf
 | 
						|
      {
 | 
						|
        namespace basic
 | 
						|
        {
 | 
						|
            class BasicInternalFrameTitlePane;
 | 
						|
            class BasicInternalFrameTitlePane$PaneButton;
 | 
						|
        }
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
class javax::swing::plaf::basic::BasicInternalFrameTitlePane$PaneButton : public ::javax::swing::JButton
 | 
						|
{
 | 
						|
 | 
						|
public:
 | 
						|
  BasicInternalFrameTitlePane$PaneButton(::javax::swing::plaf::basic::BasicInternalFrameTitlePane *, ::javax::swing::Action *);
 | 
						|
  virtual jboolean isFocusable();
 | 
						|
public: // actually package-private
 | 
						|
  ::javax::swing::plaf::basic::BasicInternalFrameTitlePane * __attribute__((aligned(__alignof__( ::javax::swing::JButton)))) this$0;
 | 
						|
public:
 | 
						|
  static ::java::lang::Class class$;
 | 
						|
};
 | 
						|
 | 
						|
#endif // __javax_swing_plaf_basic_BasicInternalFrameTitlePane$PaneButton__
 |