Enlightenment CVS committal
Author : dj2
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/spinner
Modified Files:
ewl_spinner_test.c
Log Message:
- tabs are a tricky beast. looks like I missed some.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/spinner/ewl_spinner_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_spinner_test.c 6 May 2008 20:18:56 -0000 1.2
+++ ewl_spinner_test.c 7 May 2008 13:38:20 -0000 1.3
@@ -18,8 +18,8 @@
{
test->name = "Spinner";
test->tip = "Provides a field for entering numerical\n"
- "values, along with buttons to increment\n"
- "and decrement the value.";
+ "values, along with buttons to increment\n"
+ "and decrement the value.";
test->filename = __FILE__;
test->func = create_test;
test->type = EWL_TEST_TYPE_SIMPLE;
@@ -126,7 +126,7 @@
ewl_button_label_set(EWL_BUTTON(separator), "Get Values");
ewl_container_child_append(EWL_CONTAINER(box), separator);
ewl_callback_append(separator, EWL_CALLBACK_CLICKED,
- cb_value_show, NULL);
+ cb_value_show, NULL);
ewl_widget_show(separator);
return 1;
@@ -134,13 +134,13 @@
static void
cb_value_show(Ewl_Widget *w __UNUSED__, void *ev __UNUSED__,
- void *data __UNUSED__)
+ void *data __UNUSED__)
{
printf("X %d, Y %d, W %d, H %d\n",
- (int)ewl_range_value_get(EWL_RANGE(spinner[0])),
- (int)ewl_range_value_get(EWL_RANGE(spinner[1])),
- (int)ewl_range_value_get(EWL_RANGE(spinner[2])),
- (int)ewl_range_value_get(EWL_RANGE(spinner[3])));
+ (int)ewl_range_value_get(EWL_RANGE(spinner[0])),
+ (int)ewl_range_value_get(EWL_RANGE(spinner[1])),
+ (int)ewl_range_value_get(EWL_RANGE(spinner[2])),
+ (int)ewl_range_value_get(EWL_RANGE(spinner[3])));
}
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs