creating a semitransparent widget

2007-01-23 Thread Pritesh Kumar
Is it possible to create a semitransparent widget in gtk. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

semitransparent widgtets

2007-01-23 Thread Pritesh Kumar
what is needed on a linux box running gtk , to create a semitransparent widget. i mean what compositing manager is required to render semitransparent widgets. i want to create a semitransparent osd for a media player application. ___ gtk-app-devel-list m

semitransparent overlay

2007-01-23 Thread Pritesh Kumar
can anybody help me in creating a semitransparent osd for a media player application. what are the software requirements for this. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: semitransparent widgtets

2007-01-23 Thread Arx Henrique
check libgtksu or gnome-session.c i think that shade is what you need :) On 1/23/07, Pritesh Kumar <[EMAIL PROTECTED]> wrote: > what is needed on a linux box running gtk , to create a semitransparent > widget. i mean what compositing manager is required to render > semitransparent widgets. > i wan

Re: semitransparent overlay

2007-01-23 Thread Attilio Fiandrotti
gtk/dfb has that function, look at the readme file in directfb backend directory. Attilio Pritesh Kumar wrote: > can anybody help me in creating a semitransparent osd for a media player > application. what are the software requirements for this. > > _

getting gdkpixmap from pixbuf

2007-01-23 Thread Pritesh Kumar
how to get a gdkpixmap and corresponding mask from a gdkpixbuf. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

widget appearance getting corrupted

2007-01-23 Thread Pritesh Kumar
here is my code snippet for displaying a shaped widget . void create_playerbar() { GtkWidget *image ,*window, *pixwid; GdkPixbuf *pixbuf ; GdkPixmap *pixmap; GdkBitmap *bitmap; int alpha; alpha = 32; window = gtk_window_new(GTK_WINDOW_POPUP); image

RE: getting gdkpixmap from pixbuf

2007-01-23 Thread Kumar Siddharth
Can you be a little more descriptive..?? You may try "gdk_pixbuf_render_pixmap_and_mask ()". This will create pixmap and mask, render pixbuf to it and then return you the pixmap and mask. Regards, Siddharth TEL -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

GtkButton does not respond to mouse click

2007-01-23 Thread Johannes Hausensteiner
Hi all, I wonder how to post to this mailing list. I sent a question two times now, but neither I received my original question nor any answer... So here is, for the third time, my question: I have the following problem within my GTK program: I click a button - this triggers the generation of a n

capture window for printing

2007-01-23 Thread Fabian Förg
Hello, as the topic suggests, I am trying to capture a window which should be printed afterwards. This is my code: /* appl_t is a struct created by me which contains "GtkWidget *print_win", * the window I want to print. Moreover, appl_t contains gints for the * width and height of the window

combobox question

2007-01-23 Thread Clint Barlow
Hi everyone, I have a combobox that I am creating with gtk_combo_box_new_text(). Is there a way to change the background color to something other than gray? Thanks- Clint ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome

gtk_print_operation_run warnings

2007-01-23 Thread Micah Carrick
Can anybody help me with the following errors? ** (printing:10547): WARNING **: Error getting printer list: Too many failed attempts ** (printing:10547): WARNING **: Error result: Too many failed attempts These 2 warning are output whenever the print dialog recieves a mouse click on any widget