gen/osx_button_gen.h
Go to the documentation of this file.
00001 /* THIS IS A GENERATED FILE, DO NOT EDIT!!! */
00026 #ifndef __OSX_BUTTON_GEN_H__
00027 #define __OSX_BUTTON_GEN_H__
00028 
00029 #include "button_gen.h"
00030 
00032 typedef struct osx_button_st_ *osx_button_handle;
00033 
00034 /* APIs below are documented in their implementation file */
00035 
00036 extern void
00037 osx_button_delete(osx_button_handle osx_button_h);
00038 
00039 extern button_handle
00040 osx_button_cast_to_button(osx_button_handle osx_button_h);
00041 
00042 #endif
 All Classes Files Functions Variables Typedefs