[Gtk-sharp-list] Notebook
Ahmed Bouagja
ahmed.bouagja@eurecom.fr
Wed, 23 Apr 2003 17:28:35 +0200
Steinar Herland wrote:
>(Sorry, sent the previous one using wrong mail-account.)
>Steinar
>
>-----Opprinnelig melding-----
>Fra: Steinar Herland
>Sendt: 23. april 2003 16:59
>Til: 'gtk-sharp-list@lists.ximian.com'
>Emne: SV: [Gtk-sharp-list] Notebook
>
>How about a .custom file to define Pages on the notebook object?
>Like:
>
>public int Pages
>{
> get{
> //TODO: Call something to prevent drawing to display?
> int currentPage = CurrentPage;
> CurrentPage = -1;
> int numPages = CurrentPage;
> CurrentPage = currentPage;
> //TODO: Call something to restore drawing to display?
> return numPages;
> }
>}
>
>Steinar
>
>
>
Sorry, but I dont know how to use a .custome file, is it explained some
where ?
--
Ahmed