Classes | Defines | Functions | Variables

ap_UnixDialog_Columns.h File Reference

#include "ap_Dialog_Columns.h"
#include "ut_types.h"
#include "ut_string.h"
#include "xap_Toolbar_Icons.h"
#include "ap_Toolbar_Icons_All.h"

Go to the source code of this file.

Classes

struct  _it
class  AP_UnixDialog_Columns

Defines

#define DefineToolbarIcon(name)   { #name, (const char **) name, sizeof(name)/sizeof(name[0]) },
#define DefineToolbarIcon(name)   { #name, (const char **) name, sizeof(name)/sizeof(name[0]) },

Functions

static bool findIconDataByName (const char *szName, const char ***pIconData, UT_uint32 *pSizeofData)
static bool label_button_with_abi_pixmap (GtkWidget *button, const char *szIconName)

Variables

static struct _it s_itTable []

Define Documentation

#define DefineToolbarIcon (   name  )     { #name, (const char **) name, sizeof(name)/sizeof(name[0]) },
#define DefineToolbarIcon (   name  )     { #name, (const char **) name, sizeof(name)/sizeof(name[0]) },

Function Documentation

static bool findIconDataByName ( const char *  szName,
const char ***  pIconData,
UT_uint32 pSizeofData 
) [static]
static bool label_button_with_abi_pixmap ( GtkWidget *  button,
const char *  szIconName 
) [inline, static]

Variable Documentation

struct _it s_itTable[] [static]
Initial value:
{



}