Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: ipc.c Log Message: Update help for a number of IPC commands. =================================================================== RCS file: /cvs/e/e16/e/src/ipc.c,v retrieving revision 1.279 retrieving revision 1.280 diff -u -3 -r1.279 -r1.280 --- ipc.c 3 Nov 2006 23:44:32 -0000 1.279 +++ ipc.c 12 Nov 2006 20:46:39 -0000 1.280 @@ -1427,7 +1427,11 @@ IPC_Exit, "exit", "q", "Exit Enlightenment", - NULL}, + " exit Exit immediately\n" + " exit logout Show logout dialog\n" + " exit restart Restart\n" + " exit theme <theme> Restart with new theme\n" + " exit exec <program> Exit and start program\n"}, { IPC_ForceSave, "save_config", "s", @@ -1437,12 +1441,11 @@ IPC_WinOps, "win_op", "wop", "Change a property of a specific window", - "Use \"win_op <windowid> <property> <value>\" to change the " - "property of a window\nYou can use the \"window_list\" " - "command to retrieve a list of available windows\n" + "Use \"win_op <windowid> <property> <value>\" to change the property of a window\n" + "You can use the \"window_list\" command to retrieve a list of available windows\n" "You can use ? after most of these commands to receive the current\n" "status of that flag\n" - "available win_op commands are:\n" + "Available win_op commands are:\n" " win_op <windowid> border <BORDERNAME>\n" " win_op <windowid> title <title>\n" " win_op <windowid> <close/kill>\n" @@ -1459,8 +1462,10 @@ " win_op <windowid> <fullscreen/zoom>\n" " win_op <windowid> layer <0-100,4=normal>\n" " win_op <windowid> <raise/lower>\n" - " win_op <windowid> opacity <1-100(100=opaque)>\n" - " win_op <windowid> focused_opacity <0-100(0=follow opacity, 100=opaque)>\n" + " win_op <windowid> opacity [+|-]<1-100(100=opaque)> (+/-: incremental change)\n" +#if USE_COMPOSITE + " win_op <windowid> focused_opacity [+|-]<0-100(0=follow opacity, 100=opaque)>\n" +#endif " win_op <windowid> snap <what>\n" " <what>: all, none, border, command, desktop, dialog, group, icon,\n" " layer, location, opacity, shade, shadow, size, sticky\n" @@ -1472,12 +1477,12 @@ { IPC_WinList, "window_list", "wl", - "Get a list of currently open windows", - "the list will be returned in the following " - "format - \"window_id : title\"\n" - "you can get an extended list using \"window_list extended\"\n" - "returns the following format:\n\"window_id : title :: " - "desktop : area_x area_y : x_coordinate y_coordinate\"\n"}, + "Get a list of managed application windows", + "The window list can be shown in a number of different formats:\n" + " window_list \"windowid : title\"\n" + " window_list all \"windowid : x y w x h :: desk : area_x area_y : title\"\n" + " window_list ext \"windowid : title :: desk : area_x area_y : x y wxh\"\n" + " window_list prop \"windowid : x y w x h :: desk : name class Title\"\n"}, { IPC_MoveResize, "movres", "mr", @@ -1489,7 +1494,7 @@ IPC_DialogOK, "dialog_ok", "dok", "Pop up a dialog box with an OK button", - "use \"dialog_ok <message>\" to pop up a dialog box\n"}, + "Use \"dialog_ok <message>\" to pop up a dialog box\n"}, { IPC_Border, "border", NULL, "List available borders", NULL}, { ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs