Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

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 Methods


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 , either  v_box (vertical box) or h_box
shadow 


Member Function Documentation

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

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   ,
char *   
 

Sets/gets frame label

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:
Generated on Wed Apr 17 13:24:58 2002 for vdk 2.0.1 by doxygen1.2.15