#include <stdlib.h>#include <stdio.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 "xap_UnixWidget.h"#include "ap_Strings.h"#include "ap_Dialog_Id.h"#include "ap_UnixDialog_Latex.h"#include "xap_Dlg_MessageBox.h"#include <goffice/goffice.h>Functions | |
| static gboolean | s_delete_clicked (GtkWidget *, GdkEvent *, AP_UnixDialog_Latex *dlg) |
| static void | s_close_clicked (GtkWidget *, AP_UnixDialog_Latex *dlg) |
| static void | s_destroy_clicked (GtkWidget *, AP_UnixDialog_Latex *dlg) |
| static void | s_insert_clicked (GtkWidget *, AP_UnixDialog_Latex *dlg) |
| static void s_close_clicked | ( | GtkWidget * | , | |
| AP_UnixDialog_Latex * | dlg | |||
| ) | [static] |
References AP_UnixDialog_Latex::event_Close(), and UT_ASSERT.
Referenced by AP_UnixDialog_Latex::constructDialog().
| static gboolean s_delete_clicked | ( | GtkWidget * | , | |
| GdkEvent * | , | |||
| AP_UnixDialog_Latex * | dlg | |||
| ) | [static] |
References AP_UnixDialog_Latex::event_WindowDelete(), and UT_ASSERT.
Referenced by AP_UnixDialog_Latex::constructDialog().
| static void s_destroy_clicked | ( | GtkWidget * | , | |
| AP_UnixDialog_Latex * | dlg | |||
| ) | [static] |
References AP_UnixDialog_Latex::event_Close(), and UT_ASSERT.
Referenced by AP_UnixDialog_Latex::constructDialog().
| static void s_insert_clicked | ( | GtkWidget * | , | |
| AP_UnixDialog_Latex * | dlg | |||
| ) | [static] |
References AP_UnixDialog_Latex::event_Insert(), and UT_ASSERT.
Referenced by AP_UnixDialog_Latex::constructDialog().
1.7.1