#include <stdlib.h>#include <time.h>#include <list>#include <string>#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_InsertXMLID.h"#include "ap_UnixDialog_InsertXMLID.h"#include "GTKCommon.h"#include <gdk/gdkkeysyms.h>Defines | |
| #define | BUTTON_INSERT 1 |
Functions | |
| static gboolean | __onKeyPressed (G_GNUC_UNUSED GtkWidget *widget, GdkEventKey *event, G_GNUC_UNUSED gpointer user_data) |
| #define BUTTON_INSERT 1 |
Referenced by AP_UnixDialog_InsertXMLID::_constructWindow(), and AP_UnixDialog_InsertXMLID::runModal().
| static gboolean __onKeyPressed | ( | G_GNUC_UNUSED GtkWidget * | widget, | |
| GdkEventKey * | event, | |||
| G_GNUC_UNUSED gpointer | user_data | |||
| ) | [static] |
References xxx_UT_DEBUGMSG.
Referenced by AP_UnixDialog_InsertXMLID::_constructWindowContents().
1.7.1