vdk 2.4.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CAbstractBinaryTreeAbstract class for concrete VDKBtree class
 CAbstractRedBlackTreeAbstract frame class for VDKBTree
 CcalendardateDate object
 CCoord2D object
 CPageListPages list of a notebook
 CSeriesIs a list of 2D points with some propreties and behaviours added
 CTuple
 CVDKAbstractButtonThis class provides a common base for different types of buttons
 CVDKAnyEventBaseclass for all VDKEvents, not instantied itself
 CVDKApplicationApplication object
 CVDKArrayTemplatized array
 CVDKBarChartProvides a bar chart
 CVDKBoxOne of the most used widget containers
 CVDKBrushThis class provides a brush to customize drawing. Actually unused, left for future improuvments
 CVDKBtreeTemplatized binary tree data structure
 CVDKCanvasThis class provides a canvas widget
 CVDKChartProvides a char base class
 CVDKCheckButtonThis calls provides a check button widget
 CVDKColorRaw color object
 CVDKComboProvides a simplified wrapper for gtkcombo
 CVDKComboEntryProvides a simplified wrapper for gtkcombo_entry
 CVDKContainerBase class for generic containers
 CVDKCustomThis is a base class for derived VDKCustomList and VDKCustomTree Provides common functionalities for both child classes
 CVDKCustomButtonThis class provides an unified wrapper for almost all kind of GtkButton
 CVDKCustomListThis class wraps gtkclist widget
 CVDKCustomSortedList
 CVDKCustomTreeThis class wraps gtkctree widget
 CVDKDataBoxDatabox widget
 CVDKDnDProvides dnd support
 CVDKDockerBoxProvides a box that can be detached from his container and attached (docked) into a separate form
 CVDKDrawingAreaThis class provides a drawing area widget. This widget should substitute VDKCanvas which is now deprecated but will continue to be supported even if not enhanced more. However VDKCanvas is not really deprecated, simply VDKDrawingArea is a better widget, much powerfull and easy to use
 CVDKDrawToolThis class and subclasses provid customized drawing tools for VDKDrawingArea widget
 CVDKEditorProvides a nice source editor wrapping Mike Hammerson GtkSourceView. Editor provides:
 CVDKEntryThis class provides a gtkentry wrapper
 CVDKEventBox
 CVDKFileChooserProvides a wrap for GtkFileChooser widget
 CVDKFileDialogProvides a file selection modal window that supports multiple file selection
 CVDKFileIconDialogProvides a file dialog with file icons
 CVDKFileSaveAsDialogThis class is a file "SaveAs" selection modal window
 CVDKFileSelWraps GtkFileSelection
 CVDKFixedThis class wraps gtkfixed container
 CVDKFocusEventBaseclass for FocusEvents
 CVDKFontProvides a raw font
 CVDKFormVDKForm widgets, generally the outermost widget container
 CVDKFrameThis class wraps a gtkframe widget
 CVDKGeometryEventIndicates a change of the widgets geometry
 CVDKHandleBoxThis class provides a gtkhandle box wrapper
 CVDKHeapProvide a templatized Heap
 CVDKHLButton(HL stands for HighLighted) this class provides a button that behaves like Netscape buttons, it highlights when mouse is over. Parent class API left unchanged. This widget can be used alone or packed into a VDKHLButtonBar
 CVDKImageProvides an image widget This widget should substitute VDKPixmap object that from now should be considered deprecated
 CVDKInputChannelThis class allows you to monitor inputs from one or more file descriptors and define member function(s) to be called whenever some activity is detected on that file descriptor
 CVDKKeyEventThis class represents the data associated with a keypress or keyrelease event
 CVDKKeyFocusEventThis event tells you if an VDKObject has lost or got the keyboradfocus
 CVDKLabelProvides a gtklabel wrapper
 CVDKLineChart
 CVDKListProvides a reference semantic double linked list
 CVDKListiteratorProvides a VDKList iterator
 CVDKMapEventThis event is emitted whenever the widget toggels it's state from being hidden or unhidden or partial hidden
 CVDKMenuProvides a menu items container
 CVDKMenubarProvides a gtkmenubar wrapper
 CVDKMenuItemProvides a menu item
 CVDKMouseEventThis provides you the baseinformation about the mousepointer
 CVDKMouseFocusEventThis event tells you if an VDKObject has lost or got the mousefocus
 CVDKNotCopyAbleHierarchy root class
 CVDKNotebookProvides a notebook widget
 CVDKObject
 CVDKObjectContainerContainers base class
 CVDKObjectEventUnit
 CVDKObjectSignal
 CVDKObjectSignalUnit
 CVDKOptionMenu
 CVDKPaintEventThis event telles you which area of an object has to be redrawn
 CVDKPanedProvides a paned widget
 CVDKPanelbarProvides a status bar with one or more panel, each panel is a VDKLabel
 CVDKPenThis class provides a Pen to customize drawing
 CVDKPixbufProvides a raw image wrapping GdkPixbuf This class should in time substitute VDKRawPixmap that from now should be considered deprecated ven if will continue to be supported in earler versions of vdk 2.x series
 CVDKPixmapProvides a pixmap widget
 CVDKPointProvides a simple point object
 CVDKProgressBarProvides a progress bar widget
 CVDKRadioButtonProvides a radio button
 CVDKRadioButtonGroupProvidesa radio button group
 CVDKRawObjectProvides a base class for derived raw objects
 CVDKRawPixmapProvides a raw pixmap
 CVDKRectProvides a simple rectangle object
 CVDKRgbProvides a simple RGB color structure
 CVDKScatteredChart
 CVDKScrolledThis calls provides a scrolled container widget
 CVDKSeparatorProvides a separator widget
 CVDKSliderProvides a slider or "scale" widget
 CVDKSpinButtonProvides a spin button widget
 CVDKStatusbarProvides a statubar widget. Differently from gtkstatusbar VDKStatusbar does not handle context, each statusbar has is own context
 CVDKStringImplements famous cont referenced string objects
 CVDKTableProvides a table widget
 CVDKTabpageThis class represents a single page of a notebook widget
 CVDKTextBufferProvides a gtk+ gtktextbuffer wrapper
 CVDKTextViewProvides a gtk+ gtktextview wrapper. This widget works under a buffer-view model, text buffer take care of changes and text view of displaying. Any change to text buffer will reflect automagically into text view.
This widget substitutes old VDKText used on vdkbuilder version <= 1.2.5 and now deprecated even if will remain in use on earlier versions of VDK 2.0 series
 CVDKThreadThis class provides a simple thread implementation Actually is supported only POSIX THREAD
 CVDKTimerProvides a timer
 CVDKToolbarProvides a GtkToobar wrapper
 CVDKTooltipProvides a tooltip
 CVDKTreeViewProvides a wrapper for GtkTreeView widget
 CVDKTreeViewColumnProvides a wrapper for GtkTreeColumn
 CVDKTreeViewIterProvides a wrapper for GtkTreeIter
 CVDKTreeViewModelProvides a wrapper for GtkTreeModel basically it stores data to be viewed with a VDKTreeView
 CVDKTreeViewModelTuple
 CVDKValueItemAll properties private
 CVDKValueListTemplatized double-linked list
 CVDKValueListIteratorVDKValueList iterator