How to create a bitmap mask from a pixmap?

2003-09-30 Thread Jan-Marek Glogowski
Hi I want to create a shaped window from a pango rendered text line. How can I create a bitmap for this line from the pixmap, which I can pass to gdk_window_shape_combine_mask ? Thanks Jan-Marek ___ gtk-list mailing list [EMAIL PROTECTED]

gtk+ 2.2.4 install: configure can't find image libraries

2003-09-30 Thread Micah Abbott
Hi all- I'm trying to install gtk+ v2.2.4 on my Solaris 9 system, but the configure script is missing all of my image libraries: checking whether to build gmodulized gdk-pixbuf... yes checking whether dynamic modules work... yes checking for TIFFReadScanline in -ltiff... no checking for

Is there some reason to use two widgets rather than one?

2003-09-30 Thread Tom Liu
Hi, In Gtk, looks many widget can combine to one. For example GtkHBox and GtkVBox. GtkHScrollBar and GtkVScrollBar GtkHSepartor and GtkVSepartor .. Why not combine it with one widget and use one properties to change the style?

passing on signals

2003-09-30 Thread edscott wilson garcia
Hi, Does anybody know the correct way to pass on keypressed signals received by one widget to another? Either of the following two lines causes gtk to segfault when signal received by GtkCombo is passed to GtkEntry: gtk_signal_emit_by_name (GTK_OBJECT (entry),