vdk 2.4.0
Public Member Functions
VDKFrame Class Reference

This class wraps a gtkframe widget. More...

#include <frame.h>

Inheritance diagram for VDKFrame:
VDKObjectContainer VDKObject VDKNotCopyAble VDKPanelbar

List of all members.

Public Member Functions


Detailed Description

This class wraps a gtkframe widget.

EXAMPLES
In ./testvdk/rbuttonwin.cc

Constructor & Destructor Documentation

VDKFrame::VDKFrame ( VDKForm owner,
char *  label = (char*) NULL,
int  mode = v_box,
int  shadow = shadow_in 
)

Constructor

Parameters:
owner
label
mode,eitherv_box (vertical box) or h_box
shadow

Member Function Documentation

VDKFrame::__rwproperty ( VDKFrame  ,
char *   
)

Sets/gets frame label

VDKFrame::__rwproperty ( VDKFrame  ,
int   
)

Sets/gets frame shadow Can be on of the following:

  • shadow_none
  • shadow_in
  • shadow_out
  • shadow_etched_in
  • shadow_etched_out
VDKFrame::__rwproperty ( VDKFrame  ,
int   
)

Sets/gets label alignement Can be on of the following:

  • l_justify align to left
  • c_justify align to center
  • r_justify align to right
void VDKFrame::Add ( VDKObject obj,
int  justify = l_justify,
int  expand = TRUE,
int  fill = TRUE,
int  padding = 0 
) [virtual]

Add an widget to frame

Parameters:
obj
justify
expand
fill
padding

Reimplemented from VDKObjectContainer.


The documentation for this class was generated from the following files: