some things about glib 2.4.13 and gtk+ 2.4.13



Hi everybody,

I read some code about glib and gtk+ version 2.4.13.
I have some questions or some things to point out.

in glib 2.4.13

in gatomic.c :
line 59 :
__asm __volatile.

It should be : __asm __volatile__ 
Same lines
77,90,104,118,128,243,257,277,293,332,351,370,390.

I told Sebastian Wilhelmi about this months ago.
He might change it in next development step version ?

GTK+ 2.4.13 :

in gtkcellview.c :
line 1 : /* gtkellview.c
Please change it to : gtkcellview.c

in gtkcellrenderertext.c :
gtk_cell_renderer_text_init (GtkCellRendererText
*celltext)
line 165 :

  GTK_CELL_RENDERER (celltext)->xalign = 0.0;
  GTK_CELL_RENDERER (celltext)->yalign = 0.5;
  GTK_CELL_RENDERER (celltext)->xpad = 2;
  GTK_CELL_RENDERER (celltext)->ypad = 2;

is normal not to have xalign = 0.5; here (instead of
0.0) ?

Regards,

Benoît Carpentier, GTKool




	

	
		
Vous manquez d?espace pour stocker vos mails ? 
Yahoo! Mail vous offre GRATUITEMENT 100 Mo !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour dialoguer instantanément avec vos amis. A télécharger gratuitement sur http://fr.messenger.yahoo.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]