Thread: PyGTK send signals

  1. #1

    PyGTK send signals

    Is there any way I can send a GTK signal to one of my windows? Like to send a window the "delete_event" signal?

  2. #2
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    be more specific please. You mean you have two windows in the same program. You want the signal from a button on the other window? If so I should be able to help you. If not could you be more specific

  3. #3
    When a button is clicked it gets the clicked signal, when a window is closed it gets the deleted signal, etc. I want to send signals by hand.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. tuncated uint8_t
    By Coens in forum C Programming
    Replies: 14
    Last Post: 11-24-2008, 07:57 AM
  2. nonblocking send need help
    By sleith in forum Networking/Device Communication
    Replies: 2
    Last Post: 03-27-2008, 10:51 PM
  3. sending n no of char data uning send() function,
    By thebrighter in forum Windows Programming
    Replies: 1
    Last Post: 08-22-2007, 12:26 PM
  4. pointers
    By InvariantLoop in forum C Programming
    Replies: 13
    Last Post: 02-04-2005, 09:32 AM
  5. LISP (DrScheme) any one?
    By Jeremy G in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 03-31-2004, 12:52 PM