#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 |
| 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] |
Fill list store.
References XAP_App::getApp(), XAP_App::getStringSet(), XAP_StringSet::getValueUTF8(), and s.
Referenced by XAP_UnixDialog_ClipArt::runModal().
| static void item_activated | ( | GtkIconView * | , | |
| GtkTreePath * | , | |||
| XAP_UnixDialog_ClipArt * | self | |||
| ) | [static] |
Clipart clicked handler.
Referenced by XAP_UnixDialog_ClipArt::runModal().
gint clipartCount = 0 [static] |
Referenced by XAP_UnixDialog_ClipArt::fillStore().
1.7.1