Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT Mac specific controls

Does this style supported in SWT for Mac 
Thanks

Control (API name)

Style

Example

Round textured button (NSButton)

NSTexturedRoundedBezelStyle

image: ../Art/window_frame_round_textured_2x.png

Textured rounded segmented control (NSSegmentedControl)

NSSegmentStyleTexturedRounded

image: ../Art/window_frame_segmented1_2x.png

Textured rounded segmented control (NSSegmentedControl)

NSSegmentStyleSeparated

image: ../Art/window_frame_segmented2.pdf

Round textured pop-up menu (NSPopUpButton with PopUpattribute *)

NSTexturedRoundedBezelStyle

image: ../Art/window_frame_popup_2x.png

Round textured pop-down menu (NSPopUpButton withPopDown attribute)

NSTexturedRoundedBezelStyle

image: ../Art/window_frame_pop_down_2x.png

Search bar (NSSearchField)

Not applicable (the correct style is used automatically)

image: ../Art/window_frame_search_2x.png


Does this style supported in SWT for Mac 
Thanks

Control (API name)

Style

Example

Round textured button (NSButton)

NSTexturedRoundedBezelStyle

image: ../Art/window_frame_round_textured_2x.png

Textured rounded segmented control (NSSegmentedControl)

NSSegmentStyleTexturedRounded

image: ../Art/window_frame_segmented1_2x.png

Textured rounded segmented control (NSSegmentedControl)

NSSegmentStyleSeparated

image: ../Art/window_frame_segmented2.pdf

Round textured pop-up menu (NSPopUpButton with PopUpattribute *)

NSTexturedRoundedBezelStyle

image: ../Art/window_frame_popup_2x.png

Round textured pop-down menu (NSPopUpButton withPopDown attribute)

NSTexturedRoundedBezelStyle

image: ../Art/window_frame_pop_down_2x.png

Search bar (NSSearchField)

Not applicable (the correct style is used automatically)

image: ../Art/window_frame_search_2x.png




Back to the top