source: svn/trunk/newcon3bcm2_21bu/dta/src/sim/gtk_cb.h

Last change on this file was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
  • Property svn:executable set to *
File size: 1.3 KB
Line 
1/***************************************************************************
2 * Copyright (c) 2012, Broadcom Corporation
3 * All Rights Reserved
4 * Confidential Property of Broadcom Corporation
5 *
6 * THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE
7 * AGREEMENT  BETWEEN THE USER AND BROADCOM.  YOU HAVE NO RIGHT TO USE OR
8 * EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT.
9 *
10 * $brcm_Workfile:  $
11 * $brcm_Revision:  $
12 * $brcm_Date: $
13 *
14 * Module Description:
15 *
16 * Revision History:
17 *
18 * $brcm_Log:  $
19 *
20 ***************************************************************************/
21#ifndef __GTK_CB_H__
22#define __GTK_CB_H__
23
24#include <gtk/gtk.h>
25#include "gtk_app.h"
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30void gtk_cb_menu_init( gtk_app_h h_gtk_app,GtkBuilder *builder);
31
32
33gboolean gtk_cb_remote_clicked (GtkWidget      *widget,
34                                                                        GdkEventButton *event,
35                                                                        gpointer        user_data) ;
36
37void gtk_cb_screen_select(GtkTreeView        *treeview,
38                       GtkTreePath        *path,
39                       GtkTreeViewColumn  *col,
40                       gpointer            userdata);
41
42void gtk_cb_add_font( GtkWidget *menu_item,
43                                                 gpointer   callback_data);
44
45
46#ifdef __cplusplus
47}
48#endif
49
50#endif /* __GTK_CB_H__ */
51
52
53
Note: See TracBrowser for help on using the repository browser.