[Gtk-sharp-list] Window not work correctly on ExposeEvent

on3l power-dark at hotmail.it
Fri Feb 13 13:31:32 EST 2009




on3l wrote:
> 
> Hi,
> I'm trying to get transparency to my window.
> 
> The code -> http://paste.ubuntu.com/117673/
> 
> The problem is that transparency is applied to controls (for example
> buttons) and they are not visualized correctly.
> 
> Where is the problem?
> 


Solved adding:	[GLib.ConnectBefore] 

...

	[GLib.ConnectBefore]
	protected void OnExposeEvent (object sender, ExposeEventArgs args) {

...



-- 
View this message in context: http://www.nabble.com/Window-not-work-correctly-on-ExposeEvent-tp21998238p22002337.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.



More information about the Gtk-sharp-list mailing list