[Gimp-developer] compiling gtk programs on cygwin

2005-12-23 Thread Hari
Hi, I am trying to compile GTK applications on cygwin to produce a windows exxecutable. However, I am unable to free the executable produced from some sygwin dlls which doesn't allow me to open this on windows.. plz help -Hari ___ Gimp-deve

[Gimp-developer] very basic question on gtk buttons

2005-12-29 Thread Hari
Hi all, I have a very basic query.. I want to capture the button clicked event and add text to some entry widget. I am unable to connect the two widgets. The code is as follows: button = gtk_button_new_with_label ("copy"); g_signal_connect(G_OBJECT (button), "event",G_CALLBACK (callb

[Gimp-developer] very basic question on gtk buttons

2005-12-29 Thread Hari
ent",G_CALLBACK (callback), gpoiinter(text1)); static void callback( GtkWidget *widget, gpointer data) { gtk_entry_set_text(GTK_ENTRY(data),"hello IDC"); } regards -Hari ___ Gimp-developer mailing list Gimp-develope

[Gimp-developer] adding Vertical scrollbar to a text widget

2006-01-07 Thread Hari
This is what I am doing: text = gtk_text_new (NULL, NULL); /* uses the newly-created adjustment for the scrollbar as well */ vscrollbar = gtk_vscrollbar_new (GTK_TEXT(text)->vadj); The error which I see is: invalid type argument of `->' invalid type argument of `-&g

[Gimp-developer] directing STD OUT to a text widget in gtk..

2006-01-23 Thread Hari
Hi all, I want to redirect the STDOUT to a text widget in gtk. Actually I am invoking some APIs which spit some messages on console. I want to retarget these messages to some text area.. any suggestions? Thanks in advance -Hari ___ Gimp-developer

[Gimp-developer] Adding new list to a Combo in a call back function

2006-03-13 Thread Hari
Hi All, I am trying o change the list associated with a combo in one of the call back functions. I am succeful getting the right number of entries but all the items are set to the last element. any ideas? Thanks in advance -hari ___ Gimp

[Gimp-developer] (no subject)

2006-07-25 Thread Hari
___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

[Gimp-developer] (no subject)

2006-08-22 Thread Hari
___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer