Lines Matching refs:button
27 /** defines constants for the possible message box button
33 /** specifies a message with "OK" button.
37 /** specifies a message box with "OK" and "CANCEL" button.
41 /** specifies a message box with "YES" and "NO" button.
45 /** specifies a message box with "YES", "NO" and "CANCEL" button.
49 /** specifies a message box with "RETRY" and "CANCEL" button.
53 /** specifies a message box with "ABORT", "IGNORE" and "RETRY" button.
57 /** specifies that OK is the default button.
61 /** specifies that CANCEL is the default button.
65 /** specifies that RETRY is the default button.
69 /** specifies that YES is the default button.
73 /** specifies that NO is the default button.
77 /** specifies that IGNORE is the default button.