Re: How to dynamicly change one widget's size according to another widget's size

2006-09-27 Thread Yeti
On Thu, Sep 28, 2006 at 09:42:45AM +0800, Ye Chao wrote: >In my application,user can change the main window's size by mouse >If the main window's size changed,the widget in it may change too >There are many widgets in the main window > >I want one widget's width a

How to dynamicly change one widget's size according to another widget's size

2006-09-27 Thread Ye Chao
Hello everyone In my application,user can change the main window's size by mouse If the main window's size changed,the widget in it may change too There are many widgets in the main window I want one widget's width always equal to another widget's width but i

Re: gtk notebook

2006-09-27 Thread Wallace Owen
On Wed, 2006-09-27 at 16:33 -0400, [EMAIL PROTECTED] wrote: > Is it possible to put a list of non-modal gtk dialogs inside a gtk notebook? > I > get this error > > Gtk-ERROR **: file gtkcontainer.c: line 2450 (gtk_container_propagate_expose): > assertion failed: (child->parent == GTK_WIDGET (con

gtk notebook

2006-09-27 Thread epastoor
Is it possible to put a list of non-modal gtk dialogs inside a gtk notebook? I get this error Gtk-ERROR **: file gtkcontainer.c: line 2450 (gtk_container_propagate_expose): assertion failed: (child->parent == GTK_WIDGET (container)) which makes me belive that I can not have a dialog inside of a

Multithreading question

2006-09-27 Thread Thaorius
Hi! Well, I'm developping a program platform, like steam, basically is a manager for multiple programs I made. The problem is that when the program starts, a Bootstrapping sequence starts... This are the steps: 1)Init core objects 2)Load settings, language 3)Start gtk and load-up glade interface(

Re: I lose in threads + GTK+, looking for help

2006-09-27 Thread Reed Hedges
Tor Lillqvist wrote: > I wrote: > > > You can't use GTK+ from multiple threads on Win32. > > Reed Hedges writes: > > Can you give some more details Tor? I've done it, so then maybe my > > program is buggy and I don't know it yet :) > > Search the list archives, this has been discussed several

Re: I lose in threads + GTK+, looking for help

2006-09-27 Thread Tor Lillqvist
I wrote: > > You can't use GTK+ from multiple threads on Win32. Reed Hedges writes: > Can you give some more details Tor? I've done it, so then maybe my > program is buggy and I don't know it yet :) Search the list archives, this has been discussed several times ;) Or are you actually just sc

Re: implementing a collapsable/expandable widget

2006-09-27 Thread Jim George
On 9/27/06, Reed Hedges <[EMAIL PROTECTED]> wrote: > Neil Roberts wrote: > > On Tue, Sep 26, 2006 at 05:33:07PM +0200, Michael 'Mickey' Lauer wrote: > > > >> Hi, for one project I need to implement a widget container that can > >> be collapsed/expanded to show its containment. > > > > Have you look

Re: I lose in threads + GTK+, looking for help

2006-09-27 Thread Reed Hedges
Tomasz Jankowski wrote: > Welcome! > > So far I wrote a few small applications, which were a multithread programs > based on GTK+. However now I'm working on something "bigger" and after 10 > days of fighting with code and stupidity of win32 platform I fell now like > total noob... :| > > What I

Re: I lose in threads + GTK+, looking for help

2006-09-27 Thread Reed Hedges
Tor Lillqvist wrote: > Tomasz Jankowski writes: > > However now I'm working on something "bigger" and after 10 > > days of fighting with code and stupidity of win32 platform I fell now like > > total noob... :| > > You can't use GTK+ from multiple threads on Win32. > Can you give some more de

Re: implementing a collapsable/expandable widget

2006-09-27 Thread Reed Hedges
Neil Roberts wrote: > On Tue, Sep 26, 2006 at 05:33:07PM +0200, Michael 'Mickey' Lauer wrote: > >> Hi, for one project I need to implement a widget container that can >> be collapsed/expanded to show its containment. > > Have you looked at GtkExpander? That's what it basically does. You can > see

Re: I lose in threads + GTK+, looking for help

2006-09-27 Thread Tor Lillqvist
Tomasz Jankowski writes: > However now I'm working on something "bigger" and after 10 > days of fighting with code and stupidity of win32 platform I fell now like > total noob... :| You can't use GTK+ from multiple threads on Win32. --tml ___ gtk-ap

I lose in threads + GTK+, looking for help

2006-09-27 Thread Tomasz Jankowski
Welcome! So far I wrote a few small applications, which were a multithread programs based on GTK+. However now I'm working on something "bigger" and after 10 days of fighting with code and stupidity of win32 platform I fell now like total noob... :| What I should do, if I want execute function, w

Re: implementing a collapsable/expandable widget

2006-09-27 Thread Neil Roberts
On Tue, Sep 26, 2006 at 05:33:07PM +0200, Michael 'Mickey' Lauer wrote: > Hi, for one project I need to implement a widget container that can > be collapsed/expanded to show its containment. Have you looked at GtkExpander? That's what it basically does. You can see a demo of it in the gtk-demo pr