Graphviz
2.41.20171026.1811
|
#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <stdio.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
#include "callbacks.h"
#include "interface.h"
#include "support.h"
Go to the source code of this file.
Macros | |
#define | GLADE_HOOKUP_OBJECT(component, widget, name) |
#define | GLADE_HOOKUP_OBJECT_NO_REF(component, widget, name) g_object_set_data (G_OBJECT (component), name, widget) |
Functions | |
GtkWidget * | create_window1 (void) |
#define GLADE_HOOKUP_OBJECT | ( | component, | |
widget, | |||
name | |||
) |
Definition at line 22 of file interface.c.
Referenced by create_window1().
#define GLADE_HOOKUP_OBJECT_NO_REF | ( | component, | |
widget, | |||
name | |||
) | g_object_set_data (G_OBJECT (component), name, widget) |
Definition at line 26 of file interface.c.
Referenced by create_window1().
GtkWidget* create_window1 | ( | void | ) |
Definition at line 30 of file interface.c.
References _, FALSE, GLADE_HOOKUP_OBJECT, GLADE_HOOKUP_OBJECT_NO_REF, NULL, on_about1_activate(), on_button1_button_press_event(), on_copy1_activate(), on_cut1_activate(), on_delete1_activate(), on_drawingarea1_button_press_event(), on_drawingarea1_button_release_event(), on_drawingarea1_configure_event(), on_drawingarea1_expose_event(), on_drawingarea1_motion_notify_event(), on_drawingarea1_scroll_event(), on_drawingarea2_expose_event(), on_drawingarea2_motion_notify_event(), on_new1_activate(), on_open1_activate(), on_paste1_activate(), on_quit1_activate(), on_save1_activate(), on_save_as1_activate(), on_window1_delete_event(), and TRUE.