Variable Naming convetions...

2005-05-01 Thread email
Since I'm new to GTK+ programming, I would like to use conventional variable naming if at all possible. I've read that functions are in the format.. some_function_name() and objects are... ThisIsSomeWidget and regular variables are... this_variable_is_like_a_function Is this correct? Micah

how to get rid of mouse-over button color?

2005-05-01 Thread Ben Johnson
Hi. I'm working with a touch screen, which I'm learning makes mouse-over types of events sort of meaningless. Yet, they still occur. I have a page full of toggle buttons and it can be difficult to determine when one is down. The easiest way to tell is by looking at the button's color. The prob

Re: How to find your shell

2005-05-01 Thread Terje Eggestad
if you're looking for the login shell (or the users default shell) use getpwent(), don't check the /etc/passwd directly. TJ On Fri, 2005-04-22 at 06:45 -0700, Shiraz Baig wrote: There are two three methods. One is to check the environments. In that one item will be the shell. Second is t

how to move /etc/pango to /home/etc/pango

2005-05-01 Thread mohan kumar
hi, i am working in solaris2.8 sparc machine with gtk2.2.4. By default all the Pango font configuration files are keept in /etc/pango directory. But, i dont want to disturb the /etc directory. Is it possible to move the /etc/pango directory to my local Home directory, and make pango look in th