|
Last change
on this file since 27 was
2,
checked in by phkim, 11 years ago
|
|
1.phkim
- 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 |
|---|
| 28 | extern "C" { |
|---|
| 29 | #endif |
|---|
| 30 | void gtk_cb_menu_init( gtk_app_h h_gtk_app,GtkBuilder *builder); |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | gboolean gtk_cb_remote_clicked (GtkWidget *widget, |
|---|
| 34 | GdkEventButton *event, |
|---|
| 35 | gpointer user_data) ; |
|---|
| 36 | |
|---|
| 37 | void gtk_cb_screen_select(GtkTreeView *treeview, |
|---|
| 38 | GtkTreePath *path, |
|---|
| 39 | GtkTreeViewColumn *col, |
|---|
| 40 | gpointer userdata); |
|---|
| 41 | |
|---|
| 42 | void 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.