Home
last modified time | relevance | path

Searched refs:SetUserDrawHdl (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/control/
H A Dlstbox.cxx152 mpImplWin->SetUserDrawHdl( LINK( this, ListBox, ImplUserDrawHdl ) ); in ImplInit()
172 mpImplLB->SetUserDrawHdl( LINK( this, ListBox, ImplUserDrawHdl ) ); in ImplInit()
H A Dcombobox.cxx216 mpImplLB->SetUserDrawHdl( LINK( this, ComboBox, ImplUserDrawHdl ) ); in ImplInit()
/trunk/main/vcl/inc/
H A Dilstbox.hxx362 void SetUserDrawHdl( const Link& rLink ) { maUserDrawHdl = rLink; } in SetUserDrawHdl() function in ImplListBoxWindow
504 void SetUserDrawHdl( const Link& rLink ) { maLBWindow.SetUserDrawHdl( rLink ); } in SetUserDrawHdl() function in ImplListBox
630 void SetUserDrawHdl( const Link& rLink ) { maUserDrawHdl = rLink; } in SetUserDrawHdl() function in ImplWin

Completed in 28 milliseconds