#include <gtk/gtk.h>
#include "config.h"
#include "gxsm/plugin.h"
#include "stdio.h"
#include "mathilbl.h"
Go to the source code of this file.
Functions | |
static void | islandlbl_init (void) |
static void | islandlbl_about (void) |
static void | islandlbl_query (void) |
static void | islandlbl_configure (void) |
static void | islandlbl_cleanup (void) |
void | toggle_button_callback1 (GtkWidget *widget, gpointer data) |
void | toggle_button_callback2 (GtkWidget *widget, gpointer data) |
void | enter_callback (GtkWidget *widget, GtkWidget *entry) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
Variables | |
GxsmPlugin | islandlbl_pi |
static const char * | about_text |
|
Definition at line 156 of file islandlbl.C. References filename. Referenced by islandlbl_configure(). |
|
Definition at line 72 of file islandlbl.C. References GxsmPlugin::description, islandlbl_pi, N_, and VERSION. |
|
Definition at line 118 of file islandlbl.C. References about_text, islandlbl_pi, N_, GxsmPlugin::name, and VERSION. |
|
Definition at line 266 of file islandlbl.C. References GxsmPlugin::app, DBG_L2, filename, GnomeAppService::getApp(), islandlbl_pi, GxsmPlugin::menupath, N_, and PI_DEBUG. |
|
Definition at line 167 of file islandlbl.C. References _, GxsmPlugin::app, d_lbn, d_pr, d_sa, enter_callback(), FALSE, filename, GNOME_PAD, inter, islandlbl_pi, MyGnomeTools::mygtk_create_input(), N_, save, toggle_button_callback1(), toggle_button_callback2(), TRUE, Xsm::Unity, and App::xsm. |
|
Definition at line 112 of file islandlbl.C. |
|
Definition at line 77 of file islandlbl.C. References GxsmPlugin::app, GnomeAppService::getApp(), IslandLabl(), islandlbl_pi, KillStepIslands(), App::math_onearg_callback(), GxsmPlugin::menupath, N_, GxsmPlugin::name, GxsmPlugin::status, and StepFlaten(). |
|
Definition at line 132 of file islandlbl.C. References inter. Referenced by islandlbl_configure(). |
|
Definition at line 144 of file islandlbl.C. References save. Referenced by islandlbl_configure(). |
|
Initial value: N_("Gxsm Islandlbl Plugin:\n" "Perform some Statistics: Island Labeling, counting, ...\n" "Mathroutines by Markus Bierkandt 2000,\n" "Pluginsupport by Percy Zahl 2000.") Definition at line 67 of file islandlbl.C. |
|
Initial value: { NULL, NULL, 0, NULL, "Islandlbl-M1S-ST", "+STM +AFM", NULL, "Markus Bierkandt and Percy Zahl", N_("_Math/_Statistics/"), "...", NULL, "no more info", NULL, NULL, islandlbl_init, islandlbl_query, islandlbl_about, islandlbl_configure, NULL, islandlbl_cleanup } Definition at line 44 of file islandlbl.C. Referenced by get_gxsm_plugin_info(), islandlbl_about(), islandlbl_cleanup(), islandlbl_configure(), and islandlbl_query(). |