⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 disk_dialog.h,v

📁 Perfession Linux Programming examples
💻 H,V
字号:
head	1.1;
access;
symbols;
locks
	cbbrowne:1.1; strict;
comment	@ * @;


1.1
date	2000.06.09.03.39.32;	author cbbrowne;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@/*
 * Header file for Gnome/GTK+ gui for DVDstore
 */

#include <gnome.h>

void 
do_new_disk_dialog(void);

void
on_disk_dialog_clicked                 (GnomeDialog     *gnomedialog,
                                        gint             arg1,
                                        gpointer         user_data);

void
on_disk_dialog_ok_clicked              (GtkButton       *button,
                                        gpointer         user_data);

void
on_disk_dialog_cancel_clicked          (GtkButton       *button,
                                        gpointer         user_data);




@

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -