Sponsored Content
Full Discussion: Access libraries in C++
Top Forums Programming Access libraries in C++ Post 302253917 by pedrosacosta on Monday 3rd of November 2008 05:12:36 AM
Old 11-03-2008
I don't know if I was explicit. What I want is to access cairo library without have to install it. In the java world, jars are used. In C++, how is it?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Need help to access/mount so to access folder/files on a Remote System using Linux OS

Hi I need to access files from a specific folder of a Linux system from an another Linux System Remotely. I know how to, Export a folder on One SCO System & can access the same by using Import via., NFS in the Sco Unix SVR4 System using the scoadmin utility. Also, I know to use mount -t ... (2 Replies)
Discussion started by: S.Vishwanath
2 Replies

2. Programming

C Libraries??

I can not locate package sys/mkdev.h on HP-UX or Linux. Is it a special package or something? (9 Replies)
Discussion started by: laila63
9 Replies

3. IP Networking

Libraries

How is Libnet and libpcap are useful in sending a packet through DLL layer and sniff network layer? and how sinffers are used to track ip adresses provided Mac adresses? (1 Reply)
Discussion started by: netsavy
1 Replies

4. UNIX for Dummies Questions & Answers

libraries

I am slowly ploughing my way through the list of links to on-line tutorials you provided to newbies. I for one am grateful for such a comprehensive list, so first of all thank you for that. What i cannot seem to find, is information on C++ libraries: The two links on libraries in your list... (0 Replies)
Discussion started by: pil888
0 Replies

5. Shell Programming and Scripting

How to use two different libraries?

Hello, I need to use two different libraries like /usr/local/bin/expect and /usr/bin/ksh at the same script. Is it possible? (4 Replies)
Discussion started by: fozay
4 Replies

6. Programming

I want to know some c libraries

I'm a rookie to C and i'm looking for some libraries to learn,something likes the C++ STL or Boost ,does any1 can tell me some of them?Thanks a lot:) Eric (3 Replies)
Discussion started by: homeboy
3 Replies

7. UNIX for Dummies Questions & Answers

kernel giving access for multiple users to access files

hi all, i want to know y kernel is giving access for multiple users to access a file when one user may be the owner is executing that file. Because other user can manipulate that file when the other user is executing that file, it will give the unexpected result to owner . plz help me... (1 Reply)
Discussion started by: jimmyuk
1 Replies

8. IP Networking

Does my provider limit my internet access or somesites access?

Hi Good Day, i would like to ask for further info about my problems experiencing this evening. Im a PPP0 connection in the internet using 3G located in asia pacific region.i had this problem this evening in my INTERNET connections that there are some sites i can't open example ( Gizmodo.com,... (2 Replies)
Discussion started by: jao_madn
2 Replies

9. Solaris

samba read write access to owner and no access to other users

Hi All, I want to configure samba share permission so that only directory creator/owner has a read and write permission and other users should not have any read/write access to that folder.Will that be possible and how can this be achieved within samba configuration. Regards, Sahil (1 Reply)
Discussion started by: sahil_shine
1 Replies

10. Proxy Server

How to use Squid on Linux to control certain IP to access Web Server and certain IP cannot access?

Dear all experts here, :) I would like to install a proxy server on Linux server to perform solely to control the access of Web server. In this case, some of my vendor asked me to try Squid and I have installed it onto my Linux server. I would like know how can I set the configuration to... (1 Reply)
Discussion started by: kwliew999
1 Replies
CAIRO-CLOCK(1)						 some dope-shit-funky time display					    CAIRO-CLOCK(1)

NAME
cairo-clock - an analog clock drawn with vector-graphics SYNOPSIS
cairo-clock [--x X] [--y Y] [--width WIDTH] [--height HEIGHT] [--seconds] [--date] [--theme name] [--ontop] [--pager] [--taskbar] [--sticky] [--twelve] [--twentyfour] [--refresh] cairo-clock -h, --help cairo-clock -v, --version cairo-clock -l, --list DESCRIPTION
This manual page documents briefly the usage of the cairo-clock program. You can move the clock around with your mouse by pressing and holding the left mouse-button and dragging your mouse around. The clock will follow your movements. To resize the clock you have to press and hold the middle mouse-button down and drag your mouse around. The upper-left corner of the clock will follow your movements. Just clicking the right mouse-button on the clock will bring up the popup-menu. You find three menu-items. Properties, Info and Quit. Selecting the Properties item will bring up a dialog where you can change all available features of the clock (e.g. size, theme, display of optional elements, pager- and taskbar-behaviour). The next menu-item, Info, will bring up an informational dialog stating the name of program, cur- rent version, author and license information. The third and last menu-item, Quit, really exits the program if you select it. Surprised?! ;-) You can also hit the ESC-key if you want to exit the program. If you want to install additional themes for the clock you downloaded from the internet you can best place them in you home-directory under ~/.cairo-clock/themes. You proably have to create that directory-structure the first time you install new themes. A theme there goes in a directory like e.g. ~/.cairo-clock/theme/new_theme. Once you copied the new themes directory there you will be able to select it via the Properties dialog in the theme-selection widget after a restart of the program. The theme-directories are only scanned during program- start. The newly added 24h-mode for cairo-clock will need you to select any of the supplied 24h-themes. While the clock will run without any problems if you switch to 24h-mode and still use a 12h-based theme, you are going to want to select a 24h-based theme in order to make any sense of the displayed hand-positions in 24h-mode. OPTIONS
cairo-clock now uses common GNU-convention for commandline-options. Take note that using commandline-options overrules everything which maybe stored in your local settings-file. Using the commandline-options will completely ignore any settings you may have stored in your local settings-file. Every option will default to program-internal settings. A summary of options is included below. There is no Info file on this. -x, --xposition X The initial x-position of the top-left window-corner of the clock will be X. -y, --yposition Y The initial y-position of the top-left window-corner of the clock will be Y. -w, --width WIDTH Initially open the window of the clock with a width of WIDTH. -g, --height HEIGHT Initially open the window of the clock with a height of HEIGHT. -s, --seconds Passing this means to render the seconds-hand. If you leave this out no seconds-hand will be drawn. -d, --date Passing this means to render the date-display. If you leave this out no date will be drawn. -l, --list List all themes installed system-wide and locally for the current user and exit. -t, --theme NAME Use theme NAME for rendering. Use the any of the names returned by the options -l or --list. -o, --ontop Passing this means the clock-window will stay above all other windows. If you leave this out other windows can overlap the clock- window. -p, --pager Passing this means the clock-window will appear in the pager. If you leave this out the pager will ignore the clock-window and not display it. -b, --taskbar Passing this means the clock-window will show up in the taskbar. If you leave this out the clock-window will not show up in the taskbar. -i, --sticky Passing this means to have the clock-window appear all your workspaces. If you leave this out the clock will only be visible on the current workspace from where you initially started cairo-clock. -e, --twelve Passing this will force the hour hand to use commonly known 12h per full circle. -f, --twentyfour Passing this will cause the hour hand to spread 24h across a full circle. -r, --refresh RATE Use an animation-refreshrate of RATE for rendering. Use this with caution! Possible values are 1..60 Hz. -h, --help Print a usage-description and exit. -v, --version Print the programs version-number and exit. BUGS
If redraws don't happen every second (the second-hand is drawn) the needed refresh after a window-size change via the preferences-dialog only happens on a minute-interval. AUTHOR
cairo-clock is written and maintained by Mirco Mueller <macslow@bangang.de>. This manual page was written by Mirco Mueller <macslow@bangang.de>, for the Debian/Ubuntu project (but may be used by others). 0.3.4 November 23, 2007 CAIRO-CLOCK(1)
All times are GMT -4. The time now is 02:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy