#include <gtk/gtk.h>#include <glib.h>#include "chunklst.h"#include "vgafile.h"#include "ibuf8.h"#include "Flex.h"#include "u7drag.h"#include "exult_constants.h"#include "studio.h"#include "utils.h"#include "shapegroup.h"#include <iosfwd>Include dependency graph for chunklst.cc:

Go to the source code of this file.
Functions | |
| static gint | Mouse_release (GtkWidget *widget, GdkEventButton *event, gpointer data) |
| static void | on_insert_empty (GtkMenuItem *item, gpointer udata) |
| static void | on_insert_dup (GtkMenuItem *item, gpointer udata) |
| static void | on_delete (GtkMenuItem *item, gpointer udata) |
Variables | |
| const int | border = 2 |
| static gint Mouse_release | ( | GtkWidget * | widget, | |
| GdkEventButton * | event, | |||
| gpointer | data | |||
| ) | [static] |
Definition at line 482 of file chunklst.cc.
References Shape_draw::mouse_up().
Referenced by Chunk_chooser::Chunk_chooser(), Combo_chooser::Combo_chooser(), and Shape_chooser::Shape_chooser().
Here is the call graph for this function:

| static void on_delete | ( | GtkMenuItem * | item, | |
| gpointer | udata | |||
| ) | [static] |
Definition at line 763 of file chunklst.cc.
References Chunk_chooser::del().
Referenced by Chunk_chooser::create_popup().
Here is the call graph for this function:

| static void on_insert_dup | ( | GtkMenuItem * | item, | |
| gpointer | udata | |||
| ) | [static] |
Definition at line 754 of file chunklst.cc.
References Chunk_chooser::insert().
Referenced by Chunk_chooser::create_popup().
Here is the call graph for this function:

| static void on_insert_empty | ( | GtkMenuItem * | item, | |
| gpointer | udata | |||
| ) | [static] |
Definition at line 744 of file chunklst.cc.
References Chunk_chooser::insert().
Referenced by Chunk_chooser::create_popup().
Here is the call graph for this function:

| const int border = 2 |
Definition at line 56 of file chunklst.cc.
1.5.1