Home
last modified time | relevance | path

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

/AOO41X/main/toolkit/inc/layout/
H A Dlayout.hxx95 #define DECL_CONSTRUCTORS(t,par,defaultWinBit) \ macro
194 DECL_CONSTRUCTORS( Control, Window, 0 );
208 DECL_CONSTRUCTORS( FixedLine, Control, WB_HORZ );
218 DECL_CONSTRUCTORS( FixedText, Control, 0 );
229 DECL_CONSTRUCTORS( FixedImage, Control, 0 );
238 DECL_CONSTRUCTORS( FixedInfo, FixedText, 0 );
255 DECL_CONSTRUCTORS( Button, Control, 0 );
275 DECL_CONSTRUCTORS( PushButton, Button, 0 );
289 DECL_CONSTRUCTORS( OKButton, PushButton, WB_DEFBUTTON );
293 DECL_CONSTRUCTORS( CancelButton, PushButton, 0 );
[all …]