Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | Related Pages

VDKFileSel Class Reference

Wraps GtkFileSelection. More...

#include <filedlg.h>

Inheritance diagram for VDKFileSel:

VDKForm VDKObject VDKNotCopyAble List of all members.

Public Member Functions


Detailed Description

Wraps GtkFileSelection.

This class is a file selection modal form ala Gtk+

Usage
  char selection[256];
  strcpy(selection,"*.h"); // sets default file mask
  // <this> is the owner form
  VDKFileSel *dlg = new VDKFileSel(this,selection,"Open header");
  dlg->ShowModal();
  if(*selection)
   cout << selection << '\n';


Member Function Documentation

virtual void VDKFileSel::OnExpose VDKForm ,
GdkRectangle 
[inline, virtual]
 

placeholder

Reimplemented from VDKForm.

virtual void VDKFileSel::OnRealize VDKForm  )  [inline, virtual]
 

placeholder

Reimplemented from VDKForm.

virtual void VDKFileSel::Setup void   )  [inline, virtual]
 

placeholder

Implements VDKForm.


The documentation for this class was generated from the following files:
Generated on Wed Aug 6 11:01:56 2003 for vdk 2.0.3 by doxygen 1.3.2