Problem with compiling on SUSE 10

2005-12-07 Thread Stoyan karanfilov
:(.eh_frame+0x11): undefined reference to `__gxx_personality_v0' I will appreciate any help. Sincerely: Stoyan Karanfilov __ Yahoo! DSL – Something to write home about. Just $16.99/mo. or less. dsl.yaho

Snapshot!!!

2004-01-31 Thread Stoyan karanfilov
Hi Friends! How can I take a screenshot from part of my own application? I have some examples, but they take screenshot from the upper left corner on the screen. void save_snap () { GdkDrawable *root; GdkWindow *parent; // gdk_draw_drawable (parent, NULL, , //

Re: problems with ItemFactory

2003-06-10 Thread Stoyan karanfilov
hi again, I've red the comments in header file. But there is nothing that I do not know allready. So, I've changed my code to appropriate way, so it does not mach deprecated code anymore. But the problem still exist. I use external call - the friend function. But it does not work it out anyway. I k

problems with Item Factory

2003-06-10 Thread Stoyan karanfilov
I have the following Item Factory: GtkItemFactoryEntry menu_items [] = { { "/_File", NULL, NULL, 0, "" }, { "/File/_Save Scene", "S", scene_save, 0, NULL }, { "/File/sep1", NULL, NULL, 0, "" }, { "/File/Quit", "Q",

problems with spin buttons

2003-06-07 Thread Stoyan karanfilov
Hi, I am writting an application, in which I have an objecht, with cordinates x, y, z. I want when I click on the arrow on the spin button to change this values, and to start a function that moves the object. I'made 3 spin buttons with appropriate adjustments for this purpose. But I don't know wha

widgets arange question

2003-04-03 Thread Stoyan karanfilov
10x a lot. I'll try it. __ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listi

widgets arange question

2003-04-03 Thread Stoyan karanfilov
Hi, I'm newie to GTK programming. I am writting a program in which I want to place 4 frames with same square sizes (fillinf a square area in the window) and 1 notebook on the right. I already have a menu and toolbar on top of the window. How can I do this with less widgets - vbox, hbox, etc.? Than

gtk problem with glarea

2003-03-05 Thread Stoyan karanfilov
I have following problem: I use glarea to draw some 3D scene. I use toolbar with buttons to draw the objects. But when I click the button there is no refreshing on the window. When there is some acton over my window the object is displayed ( when i resize, use menus etc.) How should I refresh windo

I still have problems with GTK 2.0

2002-11-04 Thread Stoyan karanfilov
I have Gnome 1.4 with GTK 1.2, but I'm using GTK 2.0 and I want to use standart Gnome Functins like gnome_dialog_run and gnome_about_new. When trying to compile these functins with GTK 2.0 an error message says that I need some header files included, but they present only in GTK 1.2. Such files are

Problems with Gnome functions

2002-11-01 Thread Stoyan karanfilov
I have Gnome 1.4 with GTK 1.2, but I'm using GTK 2.0 and I want to use standart Gnome Functins like gnome_dialog_run and gnome_about_new. When trying to compile these functins with GTK 2.0 an error message says that I need some header files included, but they present only in GTK 1.2. Such files are

Compilling Pango ...

2002-07-29 Thread Stoyan karanfilov
You have to cp freetype.h from your directory /usr/X11R6/include/freetype2/freetype/feetype.h => /usr/X11R6/include/freetype/ There is such file in the given destination directory. Don't forget to backup it ! You'll have to put it back after installing pango! I don't know if the path is tha same a

gtk + glx compiling under Linux

2002-07-25 Thread Stoyan karanfilov
Hi again. I did't receive any answers to my question about glx. Is there anybody who can help me to run my Makefile and my applications. I don't know how to compile a gtk program using glx. I try many things but none of them works. Please help me! Thanks in advance! Stoyan ___

GLX library problem

2002-07-24 Thread Stoyan karanfilov
Hi, Ihave a problem while compilin an application with gcc using glx. I don know what library to load in Makefile. I include apropriate header files in my source, but something is missing in my Makefile (i suppose :-) Here is the Makefile I use: NDN = `gnome-config --cflags gnome --libs gtk` NDNL