Pass draw_background = FALSE
2000-12-25 Miguel de Icaza <miguel@helixcode.com> * e-icon-bar.c (e_icon_bar_add_item): Pass draw_background = FALSE svn path=/trunk/; revision=7162
This commit is contained in:
committed by
Miguel de Icaza
parent
bb0585fe60
commit
ccba11c01d
@ -1,3 +1,7 @@
|
||||
2000-12-25 Miguel de Icaza <miguel@helixcode.com>
|
||||
|
||||
* e-icon-bar.c (e_icon_bar_add_item): Pass draw_background = FALSE
|
||||
|
||||
2000-09-30 Damon Chaplin <damon@helixcode.com>
|
||||
|
||||
* test-shortcut-bar.c: updated to use new EShortcutBar signals for DnD.
|
||||
|
||||
@ -666,6 +666,7 @@ e_icon_bar_add_item (EIconBar *icon_bar,
|
||||
"clip_width", (gdouble) (icon_bar->text_w),
|
||||
"clip_height", clip_height,
|
||||
"text", text,
|
||||
"draw_background", FALSE,
|
||||
NULL);
|
||||
e_canvas_item_move_absolute(item.text,
|
||||
text_x, 0);
|
||||
|
||||
Reference in New Issue
Block a user