Re: trying to launch a dialog from outside the main gui thread by emiting a signal to the thread.

2007-03-06 Thread James Scott Jr
On Tue, 2007-03-06 at 12:45 -0500, Kevin Lambert wrote: > I am currently working on a multithreaded application which has a primary > GUI that is always running and I need to be able to get that GUI to show a > popup to put images in. The problem I am having is how do I tell the GUI to > show the

Re: trying to launch a dialog from outside the main gui thread by emiting a signal to the thread.

2007-03-06 Thread Chris Vine
On Tuesday 06 March 2007 17:45, Kevin Lambert wrote: > I am currently working on a multithreaded application which has a primary > GUI that is always running and I need to be able to get that GUI to show a > popup to put images in. The problem I am having is how do I tell the GUI > to show the pop

Re: HTML Rendering Widget

2007-03-06 Thread Michael L Torrie
On Tue, 2007-03-06 at 23:28 +0200, Alan Lake wrote: > I'm new to the use of GTK+, Glade & libGlade. I need a widget that will > render book texts formatted with HTML. Is there a source that lists > non-standard widgets that might be downloaded and incorporated into Glade? I think there once wa

Re: HTML Rendering Widget

2007-03-06 Thread Tristan Van Berkom
On Tue, 2007-03-06 at 23:28 +0200, Alan Lake wrote: > I'm new to the use of GTK+, Glade & libGlade. I need a widget that will > render book texts formatted with HTML. Is there a source that lists > non-standard widgets that might be downloaded and incorporated into Glade? Currently there is no

HTML Rendering Widget

2007-03-06 Thread Alan Lake
I'm new to the use of GTK+, Glade & libGlade. I need a widget that will render book texts formatted with HTML. Is there a source that lists non-standard widgets that might be downloaded and incorporated into Glade? ___ gtk-app-devel-list mailing list

Re: Problem to open a new window using libglade

2007-03-06 Thread Karl H. Beckers
Am Montag, den 05.03.2007, 17:03 +0100 schrieb patrick: > Great! Thank you very much, this works. > But how can I make something during gtk_dialog_run? > I'd like to do somthing like this. > > g_timeout_add(1000, update_pbar, dialog); > result = gtk_dialog_run(GTK_DIALOG(dialog)); > ...my process

trying to launch a dialog from outside the main gui thread by emiting a signal to the thread.

2007-03-06 Thread Karl H. Beckers
Am Dienstag, den 06.03.2007, 15:27 -0500 schrieb [EMAIL PROTECTED]: > Xlib: unexpected async reply (sequence 0x995)! > Xlib: sequence lost (0x108c7 > 0xfd) in reply type 0x8! > Xlib: sequence lost (0x1 > 0xfd) in reply type 0x0! > > I do know that only the primary GUI thread is allowed to hand

Re: gtk_widget_show() and the 'size-allocate' signal

2007-03-06 Thread Yeti
On Tue, Mar 06, 2007 at 11:41:24AM -0800, v4r4n wrote: > Since my latest efforts to minimize the number of "size-allocate"s being > thrown around by holding off on key gtk_widget_show() calls, I'll attempt to > subclass a widget, but I've never made my own custom widget before. > > There is a http

Re: Manipulating a simple list

2007-03-06 Thread Yeti
On Tue, Mar 06, 2007 at 11:36:19AM -0800, lucks wrote: > > hi...am new to gtk+ and am trying to build an application..i managed to > display some text in a list but now i want to add a button(delete) which > will delete a selected row from the list... GtkTreeSelection *sel; GtkTreeModel *

Re: gtk_widget_show() and the 'size-allocate' signal

2007-03-06 Thread v4r4n
Since my latest efforts to minimize the number of "size-allocate"s being thrown around by holding off on key gtk_widget_show() calls, I'll attempt to subclass a widget, but I've never made my own custom widget before. There is a http://www.gtk.org/tutorial/x2312.html tutorial on making your own wi

Manipulating a simple list

2007-03-06 Thread lucks
hi...am new to gtk+ and am trying to build an application..i managed to display some text in a list but now i want to add a button(delete) which will delete a selected row from the list..am working in C..please help me. here is the code for my list: void//add item to list list_modify on_bt_a

Re: GTK && OS X

2007-03-06 Thread Arx Cruz
may this help you http://developer.imendio.com/projects/gtk-macosx On 3/6/07, Tomaz Canabrava <[EMAIL PROTECTED]> wrote: > Hy'all. > > i'm donating myself as a developer-aprendice to help porting GTK to OSX. > i *really* need some help understanding how GTK works before i can try to > start helpi

GTK && OS X

2007-03-06 Thread Tomaz Canabrava
Hy'all. i'm donating myself as a developer-aprendice to help porting GTK to OSX. i *really* need some help understanding how GTK works before i can try to start helping, so, I do know how to program, and I do wanna run GIMP and Inkscape without X. therefore, i'm here waiting for a tutor (one of yo

trying to launch a dialog from outside the main gui thread by emiting a signal to the thread.

2007-03-06 Thread Kevin Lambert
I am currently working on a multithreaded application which has a primary GUI that is always running and I need to be able to get that GUI to show a popup to put images in. The problem I am having is how do I tell the GUI to show the popup from outside of its own code? As a test I connected the

Re: Libraries and Mingw

2007-03-06 Thread Olivier Delhomme
2007/3/6, Olivier Delhomme <[EMAIL PROTECTED]>: > > > > 2007/3/6, Chris Sparks <[EMAIL PROTECTED]>: > > > > Are you sure it isn't a path problem? > > > > I thought It was such a problem. But in such a case It would give me an > error saying that a library is missing or something wouldn't it ? Anywa

window icon (again)

2007-03-06 Thread Marcelo Armengot
Hi Some days ago, sombody told me (thank you) here gtk_set_icon_window for change ICON in the window. Well, i maked some icons with Gimp and my windows show them. But, I dont want process look for the icon file in running time, I want to build the program whith his icon. I've seen another way