How do I disable automatic drag and drop between GtkEntry widgets?

View: New views
2 Messages — Rating Filter:   Alert me  

How do I disable automatic drag and drop between GtkEntry widgets?

by kmbruhnk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm using mwm and libglade if that makes a difference.  Is this automatic
drag and drop something that libglade sets up for me by chance?

Kurt M. Bruhnke
Rockwell-Collins Simulation & Training Solutions
Phone: 703-234-2163
Email: kmbruhnk@...
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@...
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: How do I disable automatic drag and drop between GtkEntry widgets?

by Brian J. Tarricone :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, 16 May 2008 16:12:50 -0400 kmbruhnk@... wrote:

> I'm using mwm and libglade if that makes a difference.  Is this
> automatic drag and drop something that libglade sets up for me by
> chance?

Why would you want to do this?  People accustomed to how entry widgets
behave will likely be confused that yours behave differently, and will
assume your application is broken.

If you really want to do this, I believe you can unset the widget's drag
source and drag destination.  See the API reference for how to do this.

        -brian
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@...
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list