/usr/include/vdkb2/vdkb_tabledlg_gui.h is in vdkbuilder2 2.4.0-4.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | /*
vdkb_tabledlg gui header
*/
protected:
VDKBox* Hbox9;
VDKLabel* Label2;
VDKEntry* rows;
VDKBox* Hbox11;
VDKLabel* Label3;
VDKEntry* columns;
VDKBox* Hbox13;
VDKCustomButton* ok;
VDKCustomButton* cancel;
public:
DECLARE_SIGNAL_MAP(Vdkb_tabledlgForm);
bool OnokClick(VDKObject* sender);
bool OncancelClick(VDKObject* sender);
//DECLARE_SIGNAL_LIST(Vdkb_tabledlgForm);
|