Alpha / transparency in a gtk_drawing_area

2006-03-06 Thread Daniel Haude
Hello fellow developers, currently I'm trying to design my first custom widget. The widget is supposed to graphically represent a rectangular area within a larger area (the widget boundaries). The user is supposed to be able to drag, resize, and rotate the rectangle with the mouse, but

Re: box around a GtkLabel

2006-03-06 Thread Wallace Owen
On Fri, 2006-03-03 at 17:27 -0500, Zvi Sebrow wrote: Wally, I thought about using a frame, but i couldnt find a way change the width of the lines (of the framei), or the color of the lines. Is there a way to do that? If you want your stuff to deviate from the default look and feel of

Re: Program to Record Multiple Sound Input

2006-03-06 Thread Wallace Owen
On Sat, 2006-03-04 at 15:09 -0500, Tony Freeman wrote: I wonder if you can help me find a program that may be suitable for what I need. I'm hoping that there is already a GTK/GNOME based program out there that does what I want. Search on freshmeat.net for what you want. There are expensive

Re: box around a GtkLabel

2006-03-06 Thread Tristan Van Berkom
Wallace Owen wrote: On Fri, 2006-03-03 at 17:27 -0500, Zvi Sebrow wrote: Wally, I thought about using a frame, but i couldnt find a way change the width of the lines (of the framei), or the color of the lines. Is there a way to do that? If you want your stuff to deviate from the default

Re: Save gtkliststore

2006-03-06 Thread Ignacio Martín
You should iterate through the list and get all the values you want to store and write them. In order to read them out, you should parse them (fscanf comes handy here). Think on the best file format for you. Try it, it is easy. If you don't get results, ask again ;) 2006/3/6, Bellicano Pascal

scrollable list widget

2006-03-06 Thread Steffen Wendzel
hi, I just started working with Gtk+2 using C-Code. I created a list with 3 columns inside of a gtk_scrolled_window. I can scroll the list but while scrolling, the header-line moves out of the shown window-part. I create the header lines with cell1 = gtk_cell_renderer_text_new(); columnA =

Tr: Re: Save gtkliststore

2006-03-06 Thread Pascal Bellicano
I don't see exactly what you mean.. Iterate with which pointer ? Which struct is concerned ?? How have I to start and when to stop ? Why will it be diffrent to write than to read ? You speak about fileformat ? I only know 2 : binary and text.. I thought about gnomedb too because my

Help Fill In Blank (glade-2 project)

2006-03-06 Thread Tony Freeman
Hello, I'm still pretty new to C programming and especially glib / gtk ... so I'm wondering if you could help me fill in the blank. Attached is a glade project with a blank area at the upper left hand side that needs a sound recorder/player put in it. it would be great if I could just drop some

zipping/unzipping library?

2006-03-06 Thread Allin Cottrell
Before I embark on this I'd like to find out if something of the sort already exists, or if someone else is already working in this area. Also, perhaps, how much interest there might be in this project. What I'm thinking would be useful is a library, with the portability level of glib,

Re: zipping/unzipping library?

2006-03-06 Thread Stefan Kost
Hi Allin, Allin Cottrell wrote: Before I embark on this I'd like to find out if something of the sort already exists, or if someone else is already working in this area. Also, perhaps, how much interest there might be in this project. What I'm thinking would be useful is a library, with the