#include <stdlib.h>
#include <string.h>
#include "ut_string.h"
#include "ut_assert.h"
#include "ut_debugmsg.h"
#include "pt_PieceTable.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_UnixDialog_Stylist.h"
Functions | |
static gint | s_compare (GtkTreeModel *model, GtkTreeIter *a, GtkTreeIter *b, gpointer) |
static void | s_types_clicked (GtkTreeView *treeview, AP_UnixDialog_Stylist *dlg) |
static gboolean | tree_select_filter (GtkTreeSelection *, GtkTreeModel *, GtkTreePath *path, gboolean, gpointer) |
static void | s_types_dblclicked (GtkTreeView *treeview, GtkTreePath *, GtkTreeViewColumn *, AP_UnixDialog_Stylist *me) |
static void | s_delete_clicked (GtkWidget *wid, AP_UnixDialog_Stylist *) |
static void | s_destroy_clicked (GtkWidget *, AP_UnixDialog_Stylist *me) |
static void | s_response_triggered (GtkWidget *widget, gint resp, AP_UnixDialog_Stylist *dlg) |
static gint s_compare | ( | GtkTreeModel * | model, | |
GtkTreeIter * | a, | |||
GtkTreeIter * | b, | |||
gpointer | ||||
) | [static] |
References gchar.
Referenced by AP_UnixDialog_Stylist::_fillTree().
static void s_delete_clicked | ( | GtkWidget * | wid, | |
AP_UnixDialog_Stylist * | ||||
) | [static] |
References abiDestroyWidget().
Referenced by AP_UnixDialog_Stylist::_connectSignals().
static void s_destroy_clicked | ( | GtkWidget * | , | |
AP_UnixDialog_Stylist * | me | |||
) | [static] |
References AP_UnixDialog_Stylist::event_Close().
Referenced by AP_UnixDialog_Stylist::_connectSignals().
static void s_response_triggered | ( | GtkWidget * | widget, | |
gint | resp, | |||
AP_UnixDialog_Stylist * | dlg | |||
) | [static] |
References abiDestroyWidget(), AP_UnixDialog_Stylist::event_Apply(), and UT_return_if_fail.
Referenced by AP_UnixDialog_Stylist::_connectSignals().
static void s_types_clicked | ( | GtkTreeView * | treeview, | |
AP_UnixDialog_Stylist * | dlg | |||
) | [static] |
References AP_UnixDialog_Stylist::styleClicked(), and UT_ASSERT.
Referenced by AP_UnixDialog_Stylist::_fillTree(), and s_types_dblclicked().
static void s_types_dblclicked | ( | GtkTreeView * | treeview, | |
GtkTreePath * | , | |||
GtkTreeViewColumn * | , | |||
AP_UnixDialog_Stylist * | me | |||
) | [static] |
References AP_UnixDialog_Stylist::event_Apply(), and s_types_clicked().
Referenced by AP_UnixDialog_Stylist::_fillTree().
static gboolean tree_select_filter | ( | GtkTreeSelection * | , | |
GtkTreeModel * | , | |||
GtkTreePath * | path, | |||
gboolean | , | |||
gpointer | ||||
) | [static] |
Referenced by AP_UnixDialog_Stylist::_fillTree().