Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mp on February 09, 2009, 04:03:21 am

Title: toaster box
Post by: mp on February 09, 2009, 04:03:21 am
Hello,

In C::B I saw some thing like toaster box (window poped out in the right bottom corner of the screen, over system clock). Im curious where in C::B src code I could find implementation of this functionality becouse I want use it in my program (GPL of course :) ). AFAIK this is not an generic wxWidgets functionality and behaviour?

best regards
mp
Title: Re: toaster box
Post by: Jenna on February 09, 2009, 06:48:27 am
"src/include/infowindow.h" and "src/sdk/infowindow.cpp" should be what you are looking for.