Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

vcf/ApplicationKit/Frame.h File Reference


Namespaces

namespace  VCF

Classes

class  VCF::Frame
 A frame is a component that houses other components, plus has special adornments used for interacting with it. More...
class  VCF::Frame::State

Defines

#define FRAME_CLASSID   "ED88C0A2-26AB-11d4-B539-00C04F0196DA"

Enumerations

enum  VCF::FrameStyleType {
  VCF::fstSizeable = 0, VCF::fstNoBorder, VCF::fstFixed, VCF::fstNoBorderFixed,
  VCF::fstToolbarBorder, VCF::fstToolbarBorderFixed
}
 These are enumerations for the possible frame styles that can be set on Frame instance. More...
enum  VCF::FrameCenterDirection {
  VCF::fcdOnFrame = 0x0000, VCF::fcdOnShell = 0x0002, VCF::fcdHorizontal = 0x0004, VCF::fcdVertical = 0x0008,
  VCF::fcdBoth = fcdHorizontal | fcdVertical
}
 These are the enumeration of the center directions. More...

Variables

static String VCF::FrameStyleTypeNames []

Define Documentation

#define FRAME_CLASSID   "ED88C0A2-26AB-11d4-B539-00C04F0196DA"
 

   Comments or Suggestions?    License Information