Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3547,6 +3547,9 @@ void setBackground () {
* <p>
* Note: This operation is a hint and may be overridden by the platform.
* </p>
* <p>
* Note: The background color can be overridden by setting a background image.
* </p>
* @param color the new color (or null)
*
* @exception IllegalArgumentException <ul>
Expand Down Expand Up @@ -3587,6 +3590,9 @@ private void _setBackground (Color color) {
* Note: This operation is a hint and may be overridden by the platform.
* For example, on Windows the background of a Button cannot be changed.
* </p>
* <p>
* Note: Setting a background image overrides a set background color.
* </p>
* @param image the new image (or null)
*
* @exception IllegalArgumentException <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5176,6 +5176,9 @@ void setBackground () {
* <p>
* Note: This operation is a hint and may be overridden by the platform.
* </p>
* <p>
* Note: The background color can be overridden by setting a background image.
* </p>
* @param color the new color (or null)
*
* @exception IllegalArgumentException <ul>
Expand Down Expand Up @@ -5281,6 +5284,9 @@ void setBackgroundGdkRGBA (long handle, GdkRGBA rgba) {
* Note: This operation is a hint and may be overridden by the platform.
* For example, on Windows the background of a Button cannot be changed.
* </p>
* <p>
* Note: Setting a background image overrides a set background color.
* </p>
* @param image the new image (or null)
*
* @exception IllegalArgumentException <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3072,6 +3072,9 @@ void setBackground () {
* <p>
* Note: This operation is a hint and may be overridden by the platform.
* </p>
* <p>
* Note: The background color can be overridden by setting a background image.
* </p>
* @param color the new color (or null)
*
* @exception IllegalArgumentException <ul>
Expand Down Expand Up @@ -3114,6 +3117,9 @@ private void _setBackground (Color color) {
* Note: This operation is a hint and may be overridden by the platform.
* For example, on Windows the background of a Button cannot be changed.
* </p>
* <p>
* Note: Setting a background image overrides a set background color.
* </p>
* @param image the new image (or null)
*
* @exception IllegalArgumentException <ul>
Expand Down
Loading