Since i have seen other ask question here, which do not has that much to
do with glade, i'm doing the same :)
I dont know about a gtk/gnome list anyway :)
Here is my problem, i made a GUI for a simple game in glade.
In it, there is a fixed, called fixed1.
I want to move a pixmap inside that fixed area and uses
'gtk_fixed_move' to do that.
The exact code is:
gtk_fixed_move(GTK_FIXED (fixed1), your_picture, 400, 0);
The thing is that nothing happen, and there is no errors, not when i
compile or when i run it :(
After it has moved the pixmap (which it don't) it continues as it should.
What am i doing wrong?
And is there a gtk/gnome list for these kind of question?
/Kent.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"It is easy to be blinded to the essential uselessness of computers
by the sense of accomplishment you get from getting them to work at
all." - Douglas Adams
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.