indent (Off Topic) ?
- From: Andreas Scherf <scherfa fh-trier de>
- To: gtk-list gnome org
- Subject: indent (Off Topic) ?
- Date: Fri, 15 Sep 2000 14:09:52 +0000
Hello,
this may be off Topic but i hope that someone could answer my question:
i would beatify my code with indent and the result looks often as the
folowing :
--
gtk_entry_set_text (GTK_ENTRY
(get_widget
(running_event_dialog, "starttime_entry")),
timestring);
--
It builds such "Stairs" in each row of the code.
But i want it to look like that :
--
gtk_entry_set_text(GTK_ENTRY(get_widget(running_event_dialog,starttime_entry")),timestring);
--
I want it that it takes only on or two rows and not 4 - 5 for one
function call ... Is there anyone how could help me ??
MfG
--
Andreas Scherf
scherfa fh-trier de
scherfa users sourceforge net
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]