remove tree-expanded.xpm and tree-unexpanded.xpm.
2000-08-22 Chris Toshok <toshok@helixcode.com> * Makefile.am (icons): remove tree-expanded.xpm and tree-unexpanded.xpm. * e-tree-example-1.c: use art/tree-expanded.xpm and art/tree-unexpanded.xpm. (remove_node): commit the change listed below (08-21). * tree-expanded.xpm: removed. * tree-unexpanded.xpm: removed. svn path=/trunk/; revision=4975
This commit is contained in:
committed by
Chris Toshok
parent
1e5ae349da
commit
049c61546b
@ -1,3 +1,16 @@
|
||||
2000-08-22 Chris Toshok <toshok@helixcode.com>
|
||||
|
||||
* Makefile.am (icons): remove tree-expanded.xpm and
|
||||
tree-unexpanded.xpm.
|
||||
|
||||
* e-tree-example-1.c: use art/tree-expanded.xpm and
|
||||
art/tree-unexpanded.xpm.
|
||||
(remove_node): commit the change listed below (08-21).
|
||||
|
||||
* tree-expanded.xpm: removed.
|
||||
|
||||
* tree-unexpanded.xpm: removed.
|
||||
|
||||
2000-08-21 Lauris Kaplinski <lauris@helixcode.com>
|
||||
|
||||
* e-cell-text.c (ect_event): Use e_utf8_from_gtk_event_key to translate
|
||||
|
||||
@ -169,9 +169,7 @@ icons = \
|
||||
add-col.xpm \
|
||||
check-empty.xpm \
|
||||
check-filled.xpm \
|
||||
remove-col.xpm \
|
||||
tree-expanded.xpm \
|
||||
tree-unexpanded.xpm
|
||||
remove-col.xpm
|
||||
|
||||
EXTRA_DIST = \
|
||||
sample.table \
|
||||
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
|
||||
#include "tree-expanded.xpm"
|
||||
#include "tree-unexpanded.xpm"
|
||||
#include "art/tree-expanded.xpm"
|
||||
#include "art/tree-unexpanded.xpm"
|
||||
|
||||
GdkPixbuf *tree_expanded_pixbuf;
|
||||
GdkPixbuf *tree_unexpanded_pixbuf;
|
||||
@ -177,9 +177,6 @@ remove_node (GtkButton *button, gpointer data)
|
||||
selected_node = e_tree_model_node_at_row (e_tree_model, selected_row);
|
||||
g_assert (selected_node);
|
||||
|
||||
if (e_tree_model_node_get_children (e_tree_model, selected_node, NULL) > 0)
|
||||
return;
|
||||
|
||||
str = (char*)e_tree_model_node_remove (e_tree_model, selected_node);
|
||||
printf ("removed node %s\n", str);
|
||||
g_free (str);
|
||||
|
||||
@ -1,22 +0,0 @@
|
||||
/* XPM */
|
||||
static char * tree_expanded_xpm[] = {
|
||||
"16 16 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ......... ",
|
||||
" .+++++++. ",
|
||||
" .+++++++. ",
|
||||
" .+++++++. ",
|
||||
" .+.....+. ",
|
||||
" .+++++++. ",
|
||||
" .+++++++. ",
|
||||
" .+++++++. ",
|
||||
" ......... ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
@ -1,22 +0,0 @@
|
||||
/* XPM */
|
||||
static char * tree_unexpanded_xpm[] = {
|
||||
"16 16 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ......... ",
|
||||
" .+++++++. ",
|
||||
" .+++.+++. ",
|
||||
" .+++.+++. ",
|
||||
" .+.....+. ",
|
||||
" .+++.+++. ",
|
||||
" .+++.+++. ",
|
||||
" .+++++++. ",
|
||||
" ......... ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
|
||||
#include "tree-expanded.xpm"
|
||||
#include "tree-unexpanded.xpm"
|
||||
#include "art/tree-expanded.xpm"
|
||||
#include "art/tree-unexpanded.xpm"
|
||||
|
||||
GdkPixbuf *tree_expanded_pixbuf;
|
||||
GdkPixbuf *tree_unexpanded_pixbuf;
|
||||
@ -177,9 +177,6 @@ remove_node (GtkButton *button, gpointer data)
|
||||
selected_node = e_tree_model_node_at_row (e_tree_model, selected_row);
|
||||
g_assert (selected_node);
|
||||
|
||||
if (e_tree_model_node_get_children (e_tree_model, selected_node, NULL) > 0)
|
||||
return;
|
||||
|
||||
str = (char*)e_tree_model_node_remove (e_tree_model, selected_node);
|
||||
printf ("removed node %s\n", str);
|
||||
g_free (str);
|
||||
|
||||
@ -1,22 +0,0 @@
|
||||
/* XPM */
|
||||
static char * tree_expanded_xpm[] = {
|
||||
"16 16 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ......... ",
|
||||
" .+++++++. ",
|
||||
" .+++++++. ",
|
||||
" .+++++++. ",
|
||||
" .+.....+. ",
|
||||
" .+++++++. ",
|
||||
" .+++++++. ",
|
||||
" .+++++++. ",
|
||||
" ......... ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
@ -1,22 +0,0 @@
|
||||
/* XPM */
|
||||
static char * tree_unexpanded_xpm[] = {
|
||||
"16 16 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ......... ",
|
||||
" .+++++++. ",
|
||||
" .+++.+++. ",
|
||||
" .+++.+++. ",
|
||||
" .+.....+. ",
|
||||
" .+++.+++. ",
|
||||
" .+++.+++. ",
|
||||
" .+++++++. ",
|
||||
" ......... ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
Reference in New Issue
Block a user