Search Results

Search found 2 results on 1 pages for 'h4rp0'.

Page 1/1 | 1 

  • Can't install Eclipse Valgrind plugin

    - by h4rp0
    I'm trying to install Valgrind (0.4.0) plugin in Eclipse from technology.linuxtools Update Site (http://download.eclipse.org/technology/linuxtools/update) but I get the following error: Cannot complete the request. See the details. Cannot find a solution satisfying the following requirements org.eclipse.swt [3.4.1.v3449c]. According to "About plugins", my Eclipse has version 3.4.2 installed. Any help would be much appreciated. Thanks

    Read the article

  • Gtk_entry mouse click signal

    - by h4rp0
    Hi, I want to do a g_signal_connect to capture a mouse click in a gtk_entry widget. Something like this: entry = gtk_entry_new ( ); gtk_box_pack_end ( GTK_BOX ( hBox ), entry, TRUE, TRUE, 1 ); gtk_widget_show ( entry ); // This is the one I'm not sure about g_signal_connect ( GTK_OBJECT ( entry ), "????????????", GTK_SIGNAL_FUNC ( EntryClicked ), entry ); I just can't seem to find it in the gtk documentation. I've tried using the "focus-in-event", but it is not working as I spect. Thanks for the assistance.

    Read the article

1