Hi,
>
> /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../libpangoxft-1.0.so:
> undefined reference to `pango_fc_font_get_raw_extents'
> collect2: ld returned 1 exit status
Make sure that libpangoxft-1.0.so points to correct binary and
also check that the target binary(target of the symbolic
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I am trying to learn how to program with GTK, so I was trying out the
first program in the tutorial:
#include
int main( int argc,
~ char *argv[] )
{
~GtkWidget *window;
~gtk_init (&argc, &argv);
~window = gtk_window_new (GTK_WIND
Hi, I'm working in a project and I need flush the
buffer keyboard. How can I do using GTK (or some
function of X) ??
Thanks!
__
Do you Yahoo!?
Yahoo! Personals - Better first dates. More second dates.
http://personals.yahoo.com
___
Hi,
I'm trying to draw a line to the screen with gtk+, but
it seems I'm doing something wrong :( Can someone
please help me? Thanks in advance,
Rayne
===
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include
#include
#define GLADE_HOOKUP_OBJECT(component,widget,
On Friday 01 April 2005 03:42 pm, Kevin DeKorte wrote:
> XReparentWindow(GDK_WINDOW_XDISPLAY(gtkwidget->window),
> GDK_WINDOW_XWINDOW(gtkwidget->window),
> x_window,
> 0,0);
Should be...
XReparentWindow(GDK_WINDOW_XDISPLAY(gtkwidget->window),
Â
On Friday 01 April 2005 03:19 pm, Marcel Ruff wrote:
> Hi Kevin,
>
> thank you for the feedback.
>
> But your code snippet fails in my case, see below:
>
> Kevin DeKorte wrote:
> > On Thursday 31 March 2005 12:21 pm, Marcel Ruff wrote:
> >>Hi,
> >>
> >>i'm running on Linux 2.6.8 with gtk-2 and gcc
Hi Kevin,
thank you for the feedback.
But your code snippet fails in my case, see below:
Kevin DeKorte wrote:
On Thursday 31 March 2005 12:21 pm, Marcel Ruff wrote:
Hi,
i'm running on Linux 2.6.8 with gtk-2 and gcc 3.3.4
I have an existing X-Window application (Motif)
to which i want to add a GtkWi
Hi Vallish!
try doing this.
$aclocal
$autoconf
$automake
and run
$./configure
$make && make install
instead of the ./autogen.sh
Also post the 'errors' youve got on the list
[Glade-list] rather.
then resume the build process.
--- vallish sharma <[EMAIL PROTECTED]> wrote:
> I get errors whil
[EMAIL PROTECTED] wrote:
> Hi,
>
> I have a TreeView widget I use to display data from two different
> TreeModels (or TreeStores). I switch the model connected to the TreeView
> depending on what the user wants to look at. The TreeView has the
> "row-activated" signal connected to it and what I'd l
Hi,
I have a TreeView widget I use to display data from two different TreeModels
(or TreeStores). I switch the model connected to the TreeView depending on what
the user wants to look at. The TreeView has the "row-activated" signal
connected to it and what I'd like to know is if there is a way
Hi all,
Does anyone know of a way to achieve fast jpeg coding via software?
Parhaps some obtimized library of some sort?
Thanks,
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Hi,
>
> how do I change the height of a combo widget?
>
Is it a special case? Why don't you try gtk_widget_set_size_request
(GTK_WIDGET (combo), -1, height)?
[Have I misinterpreted your question?]
--
Santhosh.
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Project - http://eccvs.sf.net
~-~-~-~-~-~-~-~-~-~-
I get errors while running ./autogen.sh. I have glade 0.6.3 version running on
red hat linux 9.0 with kernel 2.4.20-8. Also I get AC_LOCAL_FLAGS already
registered please help...also can you tell as to whom should i contact
regarding this...my project is done (a local area network chatting
13 matches
Mail list logo