Enlightenment CVS committal
Author : leviathan
Project : e17
Module : apps/exhibit
Dir : e17/apps/exhibit/src/bin
Modified Files:
exhibit_main.c
Log Message:
make tabs homogeneous (this fixes names being truncated when changed)
===================================================================
RCS file: /cvs/e/e17/apps/exhibit/src/bin/exhibit_main.c,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -3 -r1.135 -r1.136
--- exhibit_main.c 2 Nov 2007 08:03:45 -0000 1.135
+++ exhibit_main.c 20 Feb 2008 08:52:15 -0000 1.136
@@ -890,7 +890,8 @@
dnd_types_num = 1;
dnd_types = calloc(dnd_types_num, sizeof(char*));
dnd_types[0] = strdup("text/uri-list");
- etk_signal_connect("drag-drop", ETK_OBJECT(e->win),
ETK_CALLBACK(_etk_main_drag_drop_cb), e);
+ // DND disabled for now
+ //etk_signal_connect("drag-drop", ETK_OBJECT(e->win),
ETK_CALLBACK(_etk_main_drag_drop_cb), e);
etk_widget_dnd_types_set(e->win, dnd_types, dnd_types_num);
etk_window_title_set(ETK_WINDOW(e->win), WINDOW_TITLE " - Image Viewing the
Kewl Way!");
etk_window_wmclass_set(ETK_WINDOW(e->win), "exhibit", "Exhibit");
@@ -1125,6 +1126,7 @@
etk_paned_child2_set(ETK_PANED(e->hpaned), e->hpaned_shadow, ETK_TRUE);
e->notebook = etk_notebook_new();
+ etk_notebook_tabs_homogeneous_set(ETK_NOTEBOOK(e->notebook), ETK_TRUE);
etk_notebook_tabs_visible_set(ETK_NOTEBOOK(e->notebook), ETK_FALSE);
etk_container_add(ETK_CONTAINER(e->hpaned_shadow), e->notebook);
etk_signal_connect("current-page-changed", ETK_OBJECT(e->notebook),
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs