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

NDK_XX::NDKFramedMenuBar Class Reference

#include <ndk++.h>

Inheritance diagram for NDK_XX::NDKFramedMenuBar:

NDK_XX::NDKMenuBar NDK_XX::NDKMenu List of all members.

Public Methods

 NDKFramedMenuBar (int rows, int cols, int y, int x,ListOfItems &items,const char *ttitle="", const char *btitle="",const char *title_pos="cc",char orient='h')

Constructor & Destructor Documentation

NDK_XX::NDKFramedMenuBar::NDKFramedMenuBar int    rows,
int    cols,
int    y,
int    x,
ListOfItems   items,
const char *    ttitle = "",
const char *    btitle = "",
const char *    title_pos = "cc",
char    orient = 'h'
[inline]
 

Definition at line 198 of file ndk++.h.

References NDK_XX::ListOfItems.

00203         :  NDKMenuBar (rows+2,cols,y,x,items,ttitle,btitle,title_pos
00204                         ,orient,true)
00205     {
00206     }


The documentation for this class was generated from the following file:
Generated on Tue Aug 27 10:49:47 2002 by doxygen1.2.17