Enumerations | Functions | Variables

xap_UnixDlg_ClipArt.cpp File Reference

#include <stdlib.h>
#include <time.h>
#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 "xap_Strings.h"
#include "xap_Dialog_Id.h"
#include "xap_Dlg_ClipArt.h"
#include "xap_UnixDlg_ClipArt.h"

Enumerations

enum  { COL_PATH, COL_DISPLAY_NAME, COL_PIXBUF, NUM_COLS }

Functions

static GtkListStore * create_store ()
 Create list store for the icon view.
static gboolean fill_store (XAP_UnixDialog_ClipArt *self)
 Fill list store.
static void item_activated (GtkIconView *, GtkTreePath *, XAP_UnixDialog_ClipArt *self)
 Clipart clicked handler.

Variables

static gint clipartCount = 0

Enumeration Type Documentation

anonymous enum
Enumerator:
COL_PATH 
COL_DISPLAY_NAME 
COL_PIXBUF 
NUM_COLS 

Function Documentation

static GtkListStore* create_store (  )  [static]

Create list store for the icon view.

References NUM_COLS.

Referenced by XAP_UnixDialog_ClipArt::runModal().

static gboolean fill_store ( XAP_UnixDialog_ClipArt self  )  [static]
static void item_activated ( GtkIconView *  ,
GtkTreePath *  ,
XAP_UnixDialog_ClipArt self 
) [static]

Clipart clicked handler.

Referenced by XAP_UnixDialog_ClipArt::runModal().


Variable Documentation

gint clipartCount = 0 [static]