Functions

ap_UnixDialog_Stylist.cpp File Reference

#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)

Function Documentation

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]
static void s_destroy_clicked ( GtkWidget *  ,
AP_UnixDialog_Stylist me 
) [static]
static void s_response_triggered ( GtkWidget *  widget,
gint  resp,
AP_UnixDialog_Stylist dlg 
) [static]
static void s_types_clicked ( GtkTreeView *  treeview,
AP_UnixDialog_Stylist dlg 
) [static]
static void s_types_dblclicked ( GtkTreeView *  treeview,
GtkTreePath *  ,
GtkTreeViewColumn *  ,
AP_UnixDialog_Stylist me 
) [static]
static gboolean tree_select_filter ( GtkTreeSelection *  ,
GtkTreeModel *  ,
GtkTreePath *  path,
gboolean  ,
gpointer   
) [static]