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
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
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
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
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
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
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
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
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 *
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
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
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
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
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
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
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
16 matches
Mail list logo