Joined: Sun Nov 27, 2011 8:29 am Posts: 3
|
|
Right now i use a global so that i can force a configure event on a drawable via gtk_widget_queue_resize()
I don't believe this is an optimal implementation and would like to eliminate the global widget. Does anyone have a suggestion as to how i might pass the widget of interest to the menu function handler?
What would be ideal is that the menu function would simply fetch the widget of interest from widget->parent or the like, but i'm having a difficult time finding a way to do this.
Any ideas?
|
|