?? callbacks.h
字號:
/* * Licensed Materials - Property of IBM * * trousers - An open source TCG Software Stack * * (C) Copyright International Business Machines Corp. 2004 * */#ifndef _CALLBACKS_H_#define _CALLBACKS_H_#include <gtk/gtk.h>#include "interface.h"/* Callbacks for the simple text imput dialog */voidon_dialog1_close (GtkDialog *dialog, struct userdata *user_data);voidon_cancelbutton1_clicked (GtkButton *button, struct userdata *user_data);voidon_okbutton1_clicked (GtkButton *button, struct userdata *user_data);gbooleanenter_event (GtkWidget *widget,voidon_inputdialog1_destroy (GtkObject *object, struct userdata *user_data);/* Callbacks for the new password dialog */voidon_entryPassword_activate (GtkEntry *entry, struct userdata *user_data);voidon_entryConfirm_activate (GtkEntry *entry, struct userdata *user_data);voidon_cancelbutton2_clicked (GtkButton *button, struct userdata *user_data);voidon_okbutton2_clicked (GtkButton *button, struct userdata *user_data);#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -