![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/share/doc/renaissance-doc/examples/Examples/Applications/Finger/ |
Upload File : |
<?xml version="1.0"?> <!DOCTYPE gsmarkup> <gsmarkup> <objects> <window title="Finger.app" delegate="#NSOwner"> <vbox> <hbox> <form width="240" id="form"> <formItem title="User:" /> <formItem title="Host:" /> </form> <hbox type="proportional" halign="center"> <button imagePosition="above" font="small" image="whois32" title="whois" target="#NSOwner" action="startWhois:" halign="wexpand" /> <button imagePosition="above" font="small" image="finger32" title="finger" target="#NSOwner" action="startFinger:" halign="wexpand" /> <button imagePosition="above" font="small" image="ping32" title="ping" target="#NSOwner" action="startPing:" halign="wexpand" /> <button imagePosition="above" font="small" image="traceroute32" title="traceroute" target="#NSOwner" action="startTraceroute:" halign="wexpand" /> <button imagePosition="above" font="small" id="stopButton" image="stop32" title="stop" target="#NSOwner" action="stopTask:" halign="wexpand" /> </hbox> </hbox> <scrollView width="300" height="300"> <textView id="text" editable="no" /> </scrollView> </vbox> </window> </objects> <connectors> <outlet source="#NSOwner" target="#stopButton" key="stopButton" /> <outlet source="#NSOwner" target="#form" key="form" /> <outlet source="#NSOwner" target="#text" key="text" /> </connectors> </gsmarkup>