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