gtkdialog.h

来自「这是VCF框架的代码」· C头文件 代码 · 共 77 行

H
77
字号
#ifndef _VCF_GTKDIALOG_H__#define _VCF_GTKDIALOG_H__ //GTKDialog.h/*Copyright 2000-2004 The VCF Project.Please see License.txt in the top level directorywhere you installed the VCF.*/#ifndef _VCF_DIALOGPEER_H__#	include "vcf/ApplicationKit/DialogPeer.h"#endif // _VCF_DIALOGPEER_H__#ifndef _VCF_GTKWINDOW_H__#	include "vcf/ApplicationKit/GTKWindow.h"#endif // _VCF_GTKWINDOW_H__namespace VCF{/**class GTKDialog documentation*/class GTKDialog : public GTKWindow, public DialogPeer{public:	GTKDialog();	GTKDialog( Control* owner, Dialog* component );	virtual ~GTKDialog();	virtual void create( Control* owningControl );	virtual void showMessage( const String& message, const String& caption );	virtual UIToolkit::ModalReturnType showMessage( const String& message,	                                                const String& caption,	                                                const long& messageButtons,	                                                const Dialog::MessageStyle& messageStyle );	virtual void setBorder( Border* border );protected:	Control* owner_;	Dialog* dialogComponent_;	bool isModal_;};};/***CVS Log info*$Log$*Revision 1.3  2005/04/05 23:44:22  jabelardo*a lot of fixes to compile on linux, it does not run but at least it compile**Revision 1.2  2004/08/07 02:49:08  ddiego*merged in the devmain-0-6-5 branch to stable**Revision 1.1.2.2  2004/04/29 03:43:13  marcelloptr*reformatting of source files: macros and csvlog and copyright sections**/#endif // _VCF_GTKDIALOG_H__

⌨️ 快捷键说明

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