high all,
is it possible to attach a png image as a style to hscale widget.
i want to change widget appearance according to the image.
is it possible to shape hscale widget according to a pixmap.
i urgently need help in this regard.
i want to do this for seek bar in a media player applic
how to create a semitransparent widget on linux box running gtk libraries.
i find that xcomposite extension and cairo libraries are required to do
this.
i want to create this for a media player application.
___
gtk-app-devel-list mailing list
gtk-app-dev
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
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
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
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
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
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