#include <stdlib.h>#include "ut_string.h"#include "ut_assert.h"#include "ut_debugmsg.h"#include "xap_UnixDialogHelper.h"#include "xap_App.h"#include "xap_UnixApp.h"#include "xap_Frame.h"#include "ap_Strings.h"#include "ap_Dialog_Id.h"#include "ap_Dialog_MergeCells.h"#include "ap_UnixDialog_MergeCells.h"#include "ap_UnixDialog_Columns.h"Defines | |
| #define | WIDGET_ID_TAG_KEY "id" |
Functions | |
| static void | s_merge_left (GtkWidget *widget, gpointer data) |
| static void | s_merge_right (GtkWidget *widget, gpointer data) |
| static void | s_response (GtkWidget *wid, gint, AP_UnixDialog_MergeCells *) |
| static void | s_merge_above (GtkWidget *widget, gpointer data) |
| static void | s_merge_below (GtkWidget *widget, gpointer data) |
| static void | s_destroy_clicked (GtkWidget *, AP_UnixDialog_MergeCells *dlg) |
| static void | s_delete_clicked (GtkWidget *widget, gpointer, gpointer *) |
| #define WIDGET_ID_TAG_KEY "id" |
References abiDestroyWidget().
Referenced by AP_UnixDialog_MergeCells::_connectSignals().
| static void s_destroy_clicked | ( | GtkWidget * | , | |
| AP_UnixDialog_MergeCells * | dlg | |||
| ) | [static] |
References AP_UnixDialog_MergeCells::event_Close(), and UT_ASSERT.
Referenced by AP_UnixDialog_MergeCells::_connectSignals().
| static void s_merge_above | ( | GtkWidget * | widget, | |
| gpointer | data | |||
| ) | [static] |
| static void s_merge_below | ( | GtkWidget * | widget, | |
| gpointer | data | |||
| ) | [static] |
| static void s_merge_left | ( | GtkWidget * | widget, | |
| gpointer | data | |||
| ) | [static] |
| static void s_merge_right | ( | GtkWidget * | widget, | |
| gpointer | data | |||
| ) | [static] |
| static void s_response | ( | GtkWidget * | wid, | |
| gint | , | |||
| AP_UnixDialog_MergeCells * | ||||
| ) | [static] |
References abiDestroyWidget().
Referenced by AP_UnixDialog_MergeCells::_connectSignals().
1.7.1