C-KIT-GUI-GTK 0.62
|
treeview with icon + text More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <gtk/gtk.h>
#include "../ut/ut_cast.h"
#include "../ut/ut_umem.h"
#include "../gui/gui_types.h"
#include "../gui/gui_base.h"
#include "../gui_gtk2/gtk_tree_it.h"
Variables | |
int | UI_fontsizX |
int | UI_fontsizY |
GdkPixbuf ** | IcoTab |
static GtkWidget * | GUI_tree1_tree |
static GtkTreeView * | GUI_tree1_view |
static GtkTreeModel * | GUI_tree1_model |
static GtkTreeStore * | GUI_tree1_store |
static int | GUI_tree1_msbt |
static Obj_gui2 * | GUI_tree1_ActObj |
treeview with icon + text
int GUI_tree1_decode | ( | MemObj * | mo | ) |
int GUI_tree1_row_add | ( | TreeNode * | nodeChd, |
MemObj * | mo, | ||
TreeNode * | nodePar, | ||
int | icoNr, | ||
char * | txt, | ||
int | mode | ||
) |
int GUI_tree1_clear | ( | MemObj * | mo | ) |
clear whole tree
int GUI_tree1_unselect_all | ( | MemObj * | mo | ) |
unselect all objects of tree
int GUI_tree1_set_selMode | ( | MemObj * | mo, |
int | mode | ||
) |
int GUI_tree1_cbSel | ( | void * | selection, |
MemObj | mo | ||
) |
INTERNAL
int GUI_tree1_cbMouse | ( | void * | parent, |
void * | ev, | ||
MemObj | mo | ||
) |
INTERNAL
int GUI_tree1_analyz1 | ( | char * | sOut, |
int | mode, | ||
int | iCol, | ||
MemObj * | mo | ||
) |
int UI_fontsizX |
int UI_fontsizY |
GdkPixbuf** IcoTab |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |