20 lines
476 B
C
20 lines
476 B
C
// Filename: config_gui.h
|
|
// Created by: cary (26Oct00)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef __CONFIG_GUI_H__
|
|
#define __CONFIG_GUI_H__
|
|
|
|
#include <pandabase.h>
|
|
#include <notifyCategoryProxy.h>
|
|
|
|
NotifyCategoryDecl(gui, EXPCL_PANDA, EXPTP_PANDA);
|
|
|
|
extern float simple_text_margin_top;
|
|
extern float simple_text_margin_bottom;
|
|
extern float simple_text_margin_left;
|
|
extern float simple_text_margin_right;
|
|
|
|
#endif /* __CONFIG_GUI_H__ */
|