Hello,
when I'm generating c-source from a glades project file, its
seperated into main.c, calbacks.c, interface.c and support.c .

when I have now a button, which on pressing it, should bring up the
fioleselection window, i need to set up a handler reacting on the
'clicked' signa. But how, when in this handler function, can I access
the fileselection widget which is only, and ONLY knonw main.c ?

        The only workaround i found was to move the variable from main()
to the outside scope, making it global and refering to it in
callback.c with 'extern' directives. But this looks rather dirty to me.
Or is this the way it work ?

thanks in advice,
        Markus

+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to