otro ajuste para el Browse

Post Reply
User avatar
mastintin
Posts: 1502
Joined: Thu May 27, 2010 2:06 pm

otro ajuste para el Browse

Post by mastintin »

Para Quitar las cabeceras

Code: Select all

HB_FUNC( BRWSETNOTHEAD ) // hTableView
{
    NSTableView * browse = ( NSTableView * ) hb_parnl( 1 );
        [ browse setHeaderView : NULL ] ;    
} 
 
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: otro ajuste para el Browse

Post by Antonio Linares »

Manuel,

Añadido para el próximo build, gracias! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply