include/alp/clipboard.h

Go to the documentation of this file.
00001  /******************************************************************************
00002  * Copyright (c) 1999-2008 ACCESS CO., LTD. All rights reserved.
00003  * Copyright (c) 2006 PalmSource, Inc (an ACCESS company). All rights reserved.
00004  *****************************************************************************/
00012 #ifndef __ALP_CLIPBOARD_H__
00013 #define __ALP_CLIPBOARD_H__
00014 
00015 #include <gtk/gtk.h>
00016 
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020 
00026 /* @{ */
00027 
00029 
00048 void alp_clipboard_cut(GtkWidget *widgetOrWindow);
00049 
00051 
00058 void alp_clipboard_copy(GtkWidget *widgetOrWindow);
00059 
00061 
00068 void alp_clipboard_paste(GtkWidget *widgetOrWindow);
00069 
00070 
00071 /* @} */
00072 
00073 #ifdef __cplusplus
00074 }       // extern "C"
00075 #endif
00076 
00077 #endif /* __ALP_CLIPBOARD_H__ */
00078 
00079 
00080 

Generated on Wed Jul 30 07:06:39 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.