otro ajuste para el Browse

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

otro ajuste para el Browse

Post by mastintin »

Para Quitar las cabeceras

Code: Select all | Expand


HB_FUNC( BRWSETNOTHEAD ) // hTableView
{
    NSTableView * browse = ( NSTableView * ) hb_parnl( 1 );
        [ browse setHeaderView : NULL ] ;    
}
 
User avatar
Antonio Linares
Site Admin
Posts: 42403
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 12 times
Been thanked: 47 times
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