Home
last modified time | relevance | path

Searched refs:ButtonImpl (Results 1 – 3 of 3) sorted by relevance

/trunk/main/toolkit/source/layout/vcl/
H A Dwbutton.cxx77 class ButtonImpl : public ControlImpl class
84 ButtonImpl( Context *context, const PeerHandle &peer, Window *window ) in ButtonImpl() function in layout::ButtonImpl
92 ~ButtonImpl() in ~ButtonImpl()
183 class PushButtonImpl : public ButtonImpl
189 : ButtonImpl( context, peer, window ) in PushButtonImpl()
206 ButtonImpl::disposing (e); in disposing()
211 ButtonImpl::actionPerformed( e ); in actionPerformed()
259 class RadioButtonImpl : public ButtonImpl
266 : ButtonImpl( context, peer, window ) in RadioButtonImpl()
324 ButtonImpl::SetClickHdl (link); in SetClickHdl()
[all …]
/trunk/main/toolkit/doc/layout/
H A DChangeLog1198 * : Implement default callback to ButtonImpl using XButton.
1202 * : Revert "Set click handler in Button instead of ButtonImpl, add
1212 * : Revert "Pass a Button instead of ButtonImpl to default click
1226 * : Pass a Button instead of ButtonImpl to default click handler.
1234 * : Set click handler in Button instead of ButtonImpl, add debug
1254 * : if(0)'ed code that sets default handler for ButtonImpl.
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx251 class ButtonImpl;