ARPDAS_QNX6 1.0
tablelib.h
Go to the documentation of this file.
00001 /* tablelib.h */
00002 #ifndef TABLELIB_H
00003 #define TABLELIB_H
00004 
00005 #include <Pt.h>
00006 
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 
00011 extern char *tbl_labelfont;
00012 extern char *tbl_fieldfont;
00013 void tbl_vert_sep( PtWidget_t *parent, int x, int y, int h, int dbl );
00014 void tbl_horiz_sep( PtWidget_t *parent, int x, int y, int w, int dbl );
00015 PtWidget_t *tbl_label_widget( PtWidget_t *window, const char *text,
00016                 int x, int y, const char *font, PgColor_t color, int align );
00017 PtWidget_t *tbl_label( PtWidget_t *window, const char *text, int x, int y );
00018 PtWidget_t *tbl_field( PtWidget_t *window, const char *text, int x, int y, int w, int h );
00019 PtWidget_t *tbl_window( const char *title, int w, int h );
00020 void tbl_dispfield( PtWidget_t *field, const char *text );
00021 int tbl_ExtentText( const char *font, const char *str, PhRect_t *extent );
00022 
00023 #ifdef __cplusplus
00024 };
00025 #endif
00026 
00027 #endif
00028 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines