Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

anjuta(1) [suse man page]

Anjuta(1)																 Anjuta(1)

NAME
anjuta - GNOME Integrated Development Environment SYNTAX
anjuta [option] [files ... ] DESCRIPTION
Anjuta is a GNOME IDE and can be used to create either GNOME/GTK+ applications with glade or glade-gnome, or can be used for creating generic applications. It is primarily designed for use with C/C++ and features an easy to use debugger and compilation environment. OPTIONS
-h, --help Output help Anjuta command-line options and exit. --help-gtk Output GTK+ command-line options and exit. --help-all Output all command-line options and exit. -v, --version Output version information and exit. -s, --no-splash Do not show the splashscreen at startup. -c, --no-client Start a new instance and do not open the file in an existing instance. -n, --no-session Do not open last session on startup. -f, --no-files Do not open last project and files on startup. -p, --proper-shutdown Shut down Anjuta properly, releasing all resources (for debugging). -g, --geometry string Specify the size and location of the main window, using the standard X window geometry syntax: WIDTHxHEIGHT+XOFF+YOFF. Anjuta supports all the generic GTK options, a full list is available on the Anjuta help screen using --help-gtk. AUTHORS
This man page was originally written by Rob Bradford <robster@debian.org>, extended by Jens Georg <mail@jensgeorg.de>. Anjuta was developed by Kh. Naba Kumar Singh <kh_naba@users.sourceforge.net> SEE ALSO
anjuta_launcher(1) Jens Georg 2.30.1.0 Anjuta(1)

Check Out this Related Man Page

GLADE(1)						      General Commands Manual							  GLADE(1)

NAME
glade - GUI Builder for GTK+ SYNOPSIS
glade [options] file DESCRIPTION
Glade allows a graphical interface to be designed from within a graphical interface, instead of written as a program using a function or class library. The creation of various GTK graphical "widgets" is supported, allowing a programmer to concentrate on implementation of an applications functionality, instead of the presentation. OPTIONS
-h, --help Show summary of options. -without-devhelp Disable Devhelp integration --display=DISPLAY X display to use -v, --version Show version of program. Glade also accepts the standard GNOME and GTK options. FILES
A single input XML file may be given as an argument. This file should have been previous created by an interactive session with Glade. AUTHOR
glade was written by Chema Celorio <chema@ximian.com>. This manual page was written by Justin Pryzby <justinpryzby@users.sf.net>, for the Debian project (but may be used by others). SEE ALSO
gtk-options(7), gnome-options(7) The online documentation available through the program's Help menu. 24 January 2005 GLADE(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

>/dev/null

Maybe it's an stupid question but remeber... I'm Junior.. I use command line to run programs, and some of them gives a lot of information when, for example, you open a window or other actions. That's really bad because my terminal gets full of unwanted messages, so I use "bin file & >/dev/null"... (1 Reply)
Discussion started by: piltrafa
1 Replies

2. UNIX for Dummies Questions & Answers

Output Problem

What do I have to do to get the startup and shutdown Info to display on my Graphical Monitor. As of right now, all i get is the log in screen for X windows on HP-UX. I want to see the boot process (3 Replies)
Discussion started by: Eric_Bakken
3 Replies

3. HP-UX

X window can not startup

When the system shutdown and startup, the login window can not start normally and often display as character mode, I have uncomment the last line in the /etc/dt/config/Xservers file as the following, but the problem still unfix: * Local local@console /usr/bin/X11/X :0 another problem is... (0 Replies)
Discussion started by: Frank2004
0 Replies

4. UNIX for Dummies Questions & Answers

Logging Command Line and Output in Unix

Hi, This might be a bit stupid question, but what command to use to create like a session which logs the command line, and output on to the screen? Basically, a log to a file, where I can review what I had install, uninstall, etc. Thank you (4 Replies)
Discussion started by: kittoinc
4 Replies

5. Programming

C++ ide

Hi, I'm using command line for editing(vi), building(make), debugging(gdb) applications written in C++ . To which IDE it is easyest/fastest to move such command-line project. Seems that SlickEdit requires to do mass of settings to create its own project. (6 Replies)
Discussion started by: mitan_shahverdy
6 Replies

6. Programming

undefined reference to `pthread_create'

Hi guys. H was learning posix threads in C with anjuta IDE. it gives me undefined reference to `pthread_create' I know i should compile it like: gcc -lpthread main.c how should i import this configuration in anjuta so i can compile inside it? (2 Replies)
Discussion started by: majid.merkava
2 Replies

7. UNIX for Dummies Questions & Answers

How to separate First,Middle and Last Name from Full name

How to separate First,Middle and Last Name from Full Name? For Example: I/O :- 1) Ashok Kumar Requied Output: First Name:Ashok Middle Name: Last Name:Kumar I/O :- 2) Ashok K Kumar Requied Output: First Name:Ashok Middle Name:K Last Name:Kumar I/O :- 3) Ashok K R Kumar Requied Output:... (1 Reply)
Discussion started by: AhmedLakadkutta
1 Replies