return to index

VDKForm class <forms.h>

Inherits from VDKObject

Description

This class provides a common interface with GTK+ windows that are here called "Forms". VDKForm provides common functionalities for all derived classes.

Public members

None

Properties

VDKString Title

bool Iconized

VDKPoint Position

VDKRawPixmap* BackgroundPixmap

VDKObject* FocusWidget

Methods

Using properties Here a code frag:
VDKRawPixmap *pix = new VDKRawPixmap(this,"pix_file.xpm");
if(pix) BackgroundPixmap = pix;
  • Predefined events handler

  • At VDKForm level all these functions are placeholder for subclasses. User should override these in order to intercept appropriate events.