#include "ut_compiler.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <set>
#include <string>
#include <gtk/gtk.h>
#include "ut_assert.h"
#include "ut_debugmsg.h"
#include "ut_string.h"
#include "ut_misc.h"
#include "ut_units.h"
#include "xap_UnixDialogHelper.h"
#include "xap_UnixDlg_FontChooser.h"
#include "xap_UnixApp.h"
#include "xap_Frame.h"
#include "xap_UnixFrameImpl.h"
#include "xap_EncodingManager.h"
#include "xav_View.h"
#include "gr_UnixCairoGraphics.h"
#define PREVIEW_BOX_BORDER_WIDTH_PIXELS 8 |
Referenced by XAP_UnixDialog_FontChooser::constructWindowContents().
#define PREVIEW_BOX_HEIGHT_PIXELS 80 |
Referenced by XAP_UnixDialog_FontChooser::constructWindowContents().
#define PREVIEW_ENTRY_DEFAULT_STRING "Lorem ipsum dolor sit amet, consectetaur adipisicing..." |
GtkWidget* createFontTabTreeView | ( | ) |
References N_COLUMNS, and TEXT_COLUMN.
Referenced by XAP_UnixDialog_FontChooser::constructWindowContents().
static gint s_bgcolor_update | ( | GtkWidget * | , | |
XAP_UnixDialog_FontChooser * | dlg | |||
) | [static] |
References UT_return_val_if_fail.
Referenced by XAP_UnixDialog_FontChooser::constructWindowContents().
static gint s_color_update | ( | GtkWidget * | , | |
XAP_UnixDialog_FontChooser * | dlg | |||
) | [static] |
References UT_return_val_if_fail.
Referenced by XAP_UnixDialog_FontChooser::constructWindowContents().
static gboolean s_drawing_area_draw | ( | GtkWidget * | w, | |
cairo_t * | ||||
) | [static] |
References XAP_UnixDialog_FontChooser::updatePreview().
Referenced by XAP_UnixDialog_FontChooser::constructWindowContents().
static void s_hidden_toggled | ( | GtkWidget * | , | |
XAP_UnixDialog_FontChooser * | dlg | |||
) | [static] |
References XAP_UnixDialog_FontChooser::hiddenChanged().
Referenced by XAP_UnixDialog_FontChooser::constructWindowContents().
static void s_overline_toggled | ( | GtkWidget * | , | |
XAP_UnixDialog_FontChooser * | dlg | |||
) | [static] |
References XAP_UnixDialog_FontChooser::overlineChanged().
Referenced by XAP_UnixDialog_FontChooser::constructWindowContents().
static void s_select_row_font | ( | GtkTreeSelection * | , | |
XAP_UnixDialog_FontChooser * | dlg | |||
) | [static] |
References XAP_UnixDialog_FontChooser::fontRowChanged(), and UT_return_if_fail.
Referenced by XAP_UnixDialog_FontChooser::constructWindowContents().
static void s_select_row_size | ( | GtkTreeSelection * | , | |
XAP_UnixDialog_FontChooser * | dlg | |||
) | [static] |
References XAP_UnixDialog_FontChooser::sizeRowChanged(), and UT_return_if_fail.
Referenced by XAP_UnixDialog_FontChooser::constructWindowContents().
static void s_select_row_style | ( | GtkTreeSelection * | , | |
XAP_UnixDialog_FontChooser * | dlg | |||
) | [static] |
References XAP_UnixDialog_FontChooser::styleRowChanged(), and UT_return_if_fail.
Referenced by XAP_UnixDialog_FontChooser::constructWindowContents().
static void s_strikeout_toggled | ( | GtkWidget * | , | |
XAP_UnixDialog_FontChooser * | dlg | |||
) | [static] |
References XAP_UnixDialog_FontChooser::strikeoutChanged().
Referenced by XAP_UnixDialog_FontChooser::constructWindowContents().
static void s_subscript_toggled | ( | GtkWidget * | , | |
XAP_UnixDialog_FontChooser * | dlg | |||
) | [static] |
References XAP_UnixDialog_FontChooser::subscriptChanged().
Referenced by XAP_UnixDialog_FontChooser::constructWindowContents().
static void s_superscript_toggled | ( | GtkWidget * | , | |
XAP_UnixDialog_FontChooser * | dlg | |||
) | [static] |
References XAP_UnixDialog_FontChooser::superscriptChanged().
Referenced by XAP_UnixDialog_FontChooser::constructWindowContents().
static void s_transparency_toggled | ( | GtkWidget * | , | |
XAP_UnixDialog_FontChooser * | dlg | |||
) | [static] |
References XAP_UnixDialog_FontChooser::transparencyChanged().
Referenced by XAP_UnixDialog_FontChooser::constructWindowContents().
static void s_underline_toggled | ( | GtkWidget * | , | |
XAP_UnixDialog_FontChooser * | dlg | |||
) | [static] |
References XAP_UnixDialog_FontChooser::underlineChanged().
Referenced by XAP_UnixDialog_FontChooser::constructWindowContents().
static gint searchTreeView | ( | GtkTreeView * | tv, | |
const char * | compareText | |||
) | [static] |
References text, TEXT_COLUMN, and UT_ASSERT.
Referenced by XAP_UnixDialog_FontChooser::runModal().