File: dialogs.h

package info (click to toggle)
easychem 0.6-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 936 kB
  • ctags: 518
  • sloc: ansic: 8,993; sh: 2,348; xml: 83; makefile: 68
file content (11 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
extern gchar *edit_text (const gchar * text, unsigned int *type,
                         double *size, GdkColor *color, GtkWindow *parent);
extern void edit_bond (struct Bond *bond, GtkWindow * parent);
extern void edit_ornaments (struct Bond *list, struct Bond *bond,
	                    const unsigned int end, GtkWindow * parent);
extern void prop_dialog (void);

#ifdef MACOSX
extern void macosx_noxrunning (void);
extern void macosx_initializecarbon (void);
#endif