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

vdkgnomeform.h

00001 /*
00002  * ===========================
00003  * VDK Visual Develeopment Kit
00004  * Version 1.0.4
00005  * December 1999
00006  * ===========================
00007  *
00008  * Copyright (C) 1998, Mario Motta
00009  * Developed by Mario Motta <mmotta@guest.net>
00010  *
00011  * This library is free software; you can redistribute it and/or
00012  * modify it under the terms of the GNU Library General Public
00013  * License as published by the Free Software Foundation; either
00014  * version 2 of the License, or (at your option) any later version.
00015  *
00016  * This library is distributed in the hope that it will be useful,
00017  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00018  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00019  * Library General Public License for more details.
00020  *
00021  * You should have received a copy of the GNU Library General Public
00022  * License along with this library; if not, write to the Free Software
00023  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
00024  * 02111-1307, USA.
00025  */
00026 
00027 #ifndef GNOME_FORMS_H
00028 #define GNOME_FORMS_H
00029 
00030 #if HAVE_GNOME
00031 #include <vdk/forms.h>
00032 #include <vdk/vdkgnomeapp.h>
00033 #include <gnome.h>
00041 class VDKGnomeForm: public VDKForm
00042 {
00043  public:
00050     VDKGnomeForm(VDKGnomeApplication* app,
00051                  char* title = (char*) NULL,
00052                  int mode = v_box);
00053     virtual void Add(VDKObject* obj, 
00054                      int justify = l_justify,
00055                      int expand = TRUE,
00056                      int fill = TRUE ,
00057                      int padding = 1);
00058 
00059     virtual ~VDKGnomeForm();
00060 
00065     VDKGnomeForm(VDKForm* owner,
00066                  char* app_id,
00067                  char* title = NULL,
00068                  int mode = v_box);
00069 };
00070 #endif
00071 
00072 #endif

Generated on Sat May 4 21:58:26 2002 for vdk 2.0.1 by doxygen1.2.15