a GList of g_object_add_weak_pointer()s

2007-03-01 Thread Rick Jones
I am in the midst of fitfully trying to convert netperf4 (http://www.netperf.org/svn/netperf4/trunk/ to use GObject. In netperf4 there are these things (soon to be objects) called "tests" and a test can be dependent upon another test. Several tests can depend on a given test. I figured that

Re: Problem to open a new window using libglade

2007-03-01 Thread Micah Carrick
A quick "cheap trick" you could do is: gtk_window_set_keep_above (GTK_WINDOW(window2), TRUE); gtk_window_show_now (GTK_WINDOW(window2)); - Micah Carrick Developer | http://www.micahcarrick.com | http://www.gtkforums.com patrick wrote: > Hi All, > > I'd like to open a new window, when a butto

Re: integrating Gtk with Artoolkit

2007-03-01 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Mar 01, 2007 at 10:02:04AM -0800, lucks wrote: > > hi.sorry i sent an incomplete message.it was an error.well, am trying to > build a gui that will interact with ARtoolkit which also uses C as language > and contain OpenGl libraries as well.i`

Re: integrating Gtk with Artoolkit

2007-03-01 Thread lucks
hi.sorry i sent an incomplete message.it was an error.well, am trying to build a gui that will interact with ARtoolkit which also uses C as language and contain OpenGl libraries as well.i`ve manage to copy some of the header files (e.g callback.h, interface.h,etc) "ARToolKit is a software library

Re: Gtk Focus chain

2007-03-01 Thread Tristan Van Berkom
On Thu, 2007-03-01 at 19:32 +0530, Madhusudan E wrote: > Hi; > > I want to know how the focus-chain gets created in GTK. Please telll > what APIs are called, and how the calculation is done to determine a logical > focus-chain. > Hi, you can use this api to setup a focus chain on a container

Gtk Focus chain

2007-03-01 Thread Madhusudan E
Hi; I want to know how the focus-chain gets created in GTK. Please telll what APIs are called, and how the calculation is done to determine a logical focus-chain. Also, please tell that if I want to create a focus-chain based on the physical locations of the widgets in GTK, then what kind

Re: Compile GtK and develop in Windows environment...

2007-03-01 Thread Tor Lillqvist
Ganesh Kumar writes: > I want to develop some GUI in Windows too.. I know that there are VB and > VC++ available.. but i want to do with GTK only.. VC++ (Visual C++, Visual Studio etc, i.e. the various product versions and bundles of Microsoft compilers) and GTK don't exclude each others. You c

Problem to open a new window using libglade

2007-03-01 Thread patrick
Hi All, I'd like to open a new window, when a button is clicked by using libglade. But the window appears always at the end of the function, but it should appear at the beginnig, so that I can show the progrwess to the user. I also tried to add "while (gtk_events_pending()) gtk_main_iteration();"

Re: combobox internal padding

2007-03-01 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Feb 28, 2007 at 10:56:28AM -0600, Medora Schauer wrote: > [...] The problem I'm having > is that the rendering is resulting in a widget that is much bigger than > the font it is required to display. Using a Sans 8 font the amount of > "dead"

Re: Compile GtK and develop in Windows environment...

2007-03-01 Thread Marcelo Armengot
Ganesh Kumar escribió: > Hi every body,, > > I am a linux user .. past 2 years i am working in Linux.. I have used > Gtk for GUI develop .. > > I want to develop some GUI in Windows too.. I know that there are VB > and > VC++ available.. but i want to do with GTK only.. > >

Compile GtK and develop in Windows environment...

2007-03-01 Thread Ganesh Kumar
Hi every body,, I am a linux user .. past 2 years i am working in Linux.. I have used Gtk for GUI develop .. I want to develop some GUI in Windows too.. I know that there are VB and VC++ available.. but i want to do with GTK only.. Any one could u tell me how to use our Gt