#include <filedlg.h>
Inheritance diagram for VDKFileSel:
This class is a file selection modal form ala Gtk+
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';
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.