Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 743) sorted by relevance

12345678910>>...30

/GUIX-v6.2.1/
D.gitattributes4 # Custom attribute to mark sources as using our C code style.
5 [attr]our-c-style whitespace=tab-in-indent eol=lf format.clang-format-6.0
27 *.c our-c-style
28 *.cc our-c-style
29 *.cpp our-c-style
30 *.cu our-c-style
31 *.cxx our-c-style
32 *.h our-c-style
33 *.hh our-c-style
34 *.hpp our-c-style
[all …]
/GUIX-v6.2.1/guix_studio/
Dproperties_win.cpp1150 int style = WS_CHILD | WS_TABSTOP | SS_LEFT | ES_AUTOHSCROLL; in AddRichEditControl() local
1153 style |= ES_MULTILINE | ES_AUTOVSCROLL; in AddRichEditControl()
1155 pEdit->Create(style, size, this, id); in AddRichEditControl()
1241 mpInfo->style & GX_STYLE_BORDER_MASK); in AddWidgetProps()
1243 AddCheckBox("Transparent", mpInfo->style & GX_STYLE_TRANSPARENT, ID_TRANSPARENT); in AddWidgetProps()
1244 AddCheckBox("Draw Selected", mpInfo->style & GX_STYLE_DRAW_SELECTED, ID_SELECTED); in AddWidgetProps()
1246 AddCheckBox("Enabled", mpInfo->style & GX_STYLE_ENABLED, ID_ENABLED); in AddWidgetProps()
1304 …AddComboBox("Text Align", text_align_styles, ID_TEXT_ALIGN, info->style & GX_STYLE_TEXT_ALIGNMENT_… in AddTextWidgetProperties()
1313 AddCheckBox("Private Text Copy", info->style & GX_STYLE_TEXT_COPY, ID_TEXT_COPY); in AddTextCopyProperty()
1327 AddCheckBox("Read Only", info->style & GX_STYLE_TEXT_INPUT_READONLY, ID_TEXT_INPUT_READONLY); in AddTextInputProperties()
[all …]
Dmenu_service_provider.cpp146 info->style, 0, &info->size); in GenerateFromInfo()
200 void menu_service_provider::AssignStyle(widget_info *info, int style) in AssignStyle() argument
208 int old_style = info->style; in AssignStyle()
212 gx_widget_style_set(info->widget, style); in AssignStyle()
213 info->style = style; in AssignStyle()
224 (style & GX_STYLE_MENU_EXPANDED)) in AssignStyle()
228 if (style & GX_STYLE_MENU_EXPANDED) in AssignStyle()
240 child_info->style = child->gx_widget_style; in AssignStyle()
260 if ((style & GX_STYLE_MENU_EXPANDED) && in AssignStyle()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_all_widgets_widget_style_set.c65 ULONG style; in control_thread_entry() local
67 style = pButtonScreen->gx_widget_style; in control_thread_entry()
68 style |= GX_STATUS_TRANSPARENT | GX_STYLE_ENABLED; in control_thread_entry()
69 gx_widget_style_set((GX_WIDGET *)pButtonScreen, style); in control_thread_entry()
74 style = pButtonScreen->gx_widget_style; in control_thread_entry()
75 style &= ~(GX_STATUS_TRANSPARENT | GX_STYLE_ENABLED); in control_thread_entry()
76 gx_widget_style_set((GX_WIDGET *)pButtonScreen, style); in control_thread_entry()
/GUIX-v6.2.1/common/inc/
Dgx_context.h55 UINT _gx_brush_define(GX_BRUSH *brush, GX_COLOR line_color, GX_COLOR fill_color, UINT style);
60 …T _gx_context_brush_define(GX_RESOURCE_ID line_color_id, GX_RESOURCE_ID fill_color_id, UINT style);
62 UINT _gx_context_brush_style_set(UINT style);
75 UINT _gx_context_raw_brush_define(GX_COLOR line_color, GX_COLOR fill_color, UINT style);
87 UINT _gxe_brush_define(GX_BRUSH *brush, GX_COLOR line_color, GX_COLOR fill_color, UINT style);
91 … _gxe_context_brush_define(GX_RESOURCE_ID line_color_id, GX_RESOURCE_ID fill_color_id, UINT style);
95 UINT _gxe_context_brush_style_set(UINT style);
104 UINT _gxe_context_raw_brush_define(GX_COLOR line_color, GX_COLOR fill_color, UINT style);
Dgx_button.h57 ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size);
66 GX_RESOURCE_ID text_id, ULONG style, USHORT checkbox_id,
76 ULONG style, USHORT icon_button_id, GX_CONST GX_RECTANGLE *size);
82 … GX_WIDGET *parent, GX_RESOURCE_ID text_id, ULONG style, USHORT Id,
98 ULONG style, USHORT pixelmap_button_id,
108 GX_RESOURCE_ID text_id, ULONG style, USHORT radio_button_id,
115 GX_RESOURCE_ID text_id, ULONG style, USHORT Id,
138 UINT _gxe_button_create(GX_BUTTON *button, GX_CONST GX_CHAR *name, GX_WIDGET *parent, ULONG style,
145 GX_RESOURCE_ID text_id, ULONG style,
156 … ULONG style, USHORT icon_button_id, GX_CONST GX_RECTANGLE *size, UINT button_control_block_size);
[all …]
Dgx_scrollbar.h56 GX_SCROLLBAR_APPEARANCE *appearance, ULONG style);
59 GX_SCROLLBAR_APPEARANCE *appearance, ULONG style);
73 UINT _gx_scroll_thumb_create(GX_SCROLL_THUMB *scroll_thumb, GX_SCROLLBAR *parent, ULONG style);
83 GX_SCROLLBAR_APPEARANCE *appearance, ULONG style,
88 ULONG style, UINT scrollbar_control_block_size);
90 UINT _gxe_scroll_thumb_create(GX_SCROLL_THUMB *scroll_thumb, GX_SCROLLBAR *parent, ULONG style, UIN…
Dgx_scroll_wheel.h72 ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size);
77 ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size);
95 ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size);
99 ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size);
126 ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size);
141 ULONG style,
159 … ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size, UINT control_block_size);
163 … ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size, UINT control_block_size);
178 … ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size, UINT control_block_size);
182 … ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size, UINT control_block_size);
[all …]
Dgx_single_line_text_input.h67 … GX_CHAR *input_buffer, UINT buffer_size, UINT style, USHORT Id,
90 UINT _gx_single_line_text_input_style_add(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, ULONG style);
91 UINT _gx_single_line_text_input_style_remove(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, ULONG style
92 UINT _gx_single_line_text_input_style_set(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, ULONG style);
114 … GX_CHAR *input_buffer, UINT buffer_size, UINT style, USHORT Id,
123 UINT _gxe_single_line_text_input_style_add(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, ULONG style);
124 …T _gxe_single_line_text_input_style_remove(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, ULONG style);
125 UINT _gxe_single_line_text_input_style_set(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, ULONG style);
Dgx_window.h62 … ULONG style, USHORT horizontal_list_id, GX_CONST GX_RECTANGLE *size);
73 VOID _gx_horizontal_list_scroll_info_get(GX_WINDOW *win, ULONG style, GX_SCROLL_INFO *info);
83 ULONG style, USHORT vertical_list_id, GX_CONST GX_RECTANGLE *size);
93 VOID _gx_vertical_list_scroll_info_get(GX_VERTICAL_LIST *list, ULONG style, GX_SCROLL_INFO *info);
107 ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size);
113 ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size);
133 … ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size, UINT window_control_block_size);
149 ULONG style, USHORT horizontal_list_id,
163 ULONG style, USHORT vertical_list_id, GX_CONST GX_RECTANGLE *size,
173 …GX_CANVAS *canvas, ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size, UINT root_window_control_b…
/GUIX-v6.2.1/common/src/
Dgx_system_scroll_appearance_set.c75 UINT _gx_system_scroll_appearance_set(ULONG style, GX_SCROLLBAR_APPEARANCE *appearance) in _gx_system_scroll_appearance_set() argument
77 if (style & GX_SCROLLBAR_HORIZONTAL) in _gx_system_scroll_appearance_set()
79 _gx_system_horizontal_scrollbar_style = style; in _gx_system_scroll_appearance_set()
84 _gx_system_vertical_scrollbar_style = style; in _gx_system_scroll_appearance_set()
Dgx_single_line_text_input_style_remove.c72 UINT _gx_single_line_text_input_style_remove(GX_SINGLE_LINE_TEXT_INPUT *text_input, ULONG style) in _gx_single_line_text_input_style_remove() argument
76 status = _gx_widget_style_remove((GX_WIDGET *)text_input, style); in _gx_single_line_text_input_style_remove()
79 (style & GX_STYLE_CURSOR_BLINK)) in _gx_single_line_text_input_style_remove()
87 if ((style & GX_STYLE_CURSOR_ALWAYS) && in _gx_single_line_text_input_style_remove()
Dgx_multi_line_text_input_style_remove.c73 UINT _gx_multi_line_text_input_style_remove(GX_MULTI_LINE_TEXT_INPUT *text_input, ULONG style) in _gx_multi_line_text_input_style_remove() argument
77 status = _gx_widget_style_remove((GX_WIDGET *)text_input, style); in _gx_multi_line_text_input_style_remove()
80 (style & GX_STYLE_CURSOR_BLINK)) in _gx_multi_line_text_input_style_remove()
88 if ((style & GX_STYLE_CURSOR_ALWAYS) && in _gx_multi_line_text_input_style_remove()
Dgx_widget_style_remove.c72 UINT _gx_widget_style_remove(GX_WIDGET *widget, ULONG style) in _gx_widget_style_remove() argument
78 widget -> gx_widget_style &= ~style; in _gx_widget_style_remove()
80 if (style & GX_STYLE_TRANSPARENT) in _gx_widget_style_remove()
85 if (style & GX_STYLE_ENABLED) in _gx_widget_style_remove()
Dgx_widget_style_add.c72 UINT _gx_widget_style_add(GX_WIDGET *widget, ULONG style) in _gx_widget_style_add() argument
78 widget -> gx_widget_style |= style; in _gx_widget_style_add()
80 if (style & GX_STYLE_TRANSPARENT) in _gx_widget_style_add()
85 if (style & GX_STYLE_ENABLED) in _gx_widget_style_add()
Dgx_scrollbar_thumb_position_calculate.c86 ULONG style; in _gx_scrollbar_thumb_position_calculate() local
90 style = scroll -> gx_widget_style; in _gx_scrollbar_thumb_position_calculate()
102 if (style & GX_SCROLLBAR_VERTICAL) in _gx_scrollbar_thumb_position_calculate()
122 if (style & GX_SCROLLBAR_RELATIVE_THUMB) in _gx_scrollbar_thumb_position_calculate()
142 if (style & GX_SCROLLBAR_VERTICAL) in _gx_scrollbar_thumb_position_calculate()
184 if (style & GX_SCROLLBAR_VERTICAL) in _gx_scrollbar_thumb_position_calculate()
Dgx_vertical_scrollbar_create.c90 … GX_WINDOW *parent, GX_SCROLLBAR_APPEARANCE *appearance, ULONG style) in _gx_vertical_scrollbar_create() argument
109 style &= (ULONG)(~GX_SCROLLBAR_HORIZONTAL); in _gx_vertical_scrollbar_create()
110 style |= GX_SCROLLBAR_VERTICAL; in _gx_vertical_scrollbar_create()
113 _gx_widget_create((GX_WIDGET *)scrollbar, name, GX_NULL, style, id, &size); in _gx_vertical_scrollbar_create()
119 if (style & GX_SCROLLBAR_END_BUTTONS) in _gx_vertical_scrollbar_create()
Dgx_horizontal_scrollbar_create.c86 GX_SCROLLBAR_APPEARANCE *appearance, ULONG style) in _gx_horizontal_scrollbar_create() argument
106 style &= (ULONG)(~GX_SCROLLBAR_VERTICAL); in _gx_horizontal_scrollbar_create()
107 style |= GX_SCROLLBAR_HORIZONTAL; in _gx_horizontal_scrollbar_create()
110 _gx_widget_create((GX_WIDGET *)scrollbar, name, GX_NULL, style, (USHORT)id, &size); in _gx_horizontal_scrollbar_create()
117 if (style & GX_SCROLLBAR_END_BUTTONS) in _gx_horizontal_scrollbar_create()
Dgx_slider_create.c86 GX_SLIDER_INFO *slider_info, ULONG style, in _gx_slider_create() argument
91 _gx_widget_create((GX_WIDGET *)slider, name, GX_NULL, style, slider_id, size); in _gx_slider_create()
99 if (style & GX_STYLE_SLIDER_VERTICAL) in _gx_slider_create()
111 if (style & GX_STYLE_SLIDER_VERTICAL) in _gx_slider_create()
Dgx_drop_list_create.c90 ULONG style, USHORT drop_list_id, in _gx_drop_list_create() argument
96 style &= ~GX_STYLE_ENABLED; in _gx_drop_list_create()
99 _gx_widget_create((GX_WIDGET *)drop_list, name, GX_NULL, style, drop_list_id, size); in _gx_drop_list_create()
113 _gx_vertical_list_create(list, name, GX_NULL, total_rows, callback, style, drop_list_id, size); in _gx_drop_list_create()
Dgx_string_scroll_wheel_create.c85 ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size) in _gx_string_scroll_wheel_create() argument
89 …status = _gx_string_scroll_wheel_create_ext(wheel, name, parent, total_rows, GX_NULL, style, Id, s… in _gx_string_scroll_wheel_create()
154 ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size) in _gx_string_scroll_wheel_create_ext() argument
158 …_gx_text_scroll_wheel_create((GX_TEXT_SCROLL_WHEEL *)wheel, name, GX_NULL, total_rows, style, Id, … in _gx_string_scroll_wheel_create_ext()
Dgx_widget_create.c81 ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size) in _gx_widget_create() argument
90 widget -> gx_widget_style = style; in _gx_widget_create()
104 if (style & GX_STYLE_DYNAMICALLY_ALLOCATED) in _gx_widget_create()
118 if (style & GX_STYLE_TRANSPARENT) in _gx_widget_create()
Dgx_scrollbar_value_calculate.c84 UINT style; in _gx_scrollbar_value_calculate() local
92 style = scroll -> gx_widget_style; in _gx_scrollbar_value_calculate()
94 if (style & GX_SCROLLBAR_VERTICAL) in _gx_scrollbar_value_calculate()
139 if (style & GX_SCROLLBAR_VERTICAL) in _gx_scrollbar_value_calculate()
/GUIX-v6.2.1/test/guix_studio_test/test_view/golden_files/
Dgeneric_16bpp_specifications.c54 …status = gx_button_create(button, info->widget_name, parent, info->style, info->widget_id, &info->… in gx_studio_button_create()
63 …status = gx_text_button_create(button, info->widget_name, parent, props->string_id, info->style, i… in gx_studio_text_button_create()
77 …_button_create(button, info->widget_name, parent, props->string_id, info->style, info->widget_id, … in gx_studio_multi_line_text_button_create()
92 …status = gx_checkbox_create(button, info->widget_name, parent, props->string_id, info->style, info… in gx_studio_checkbox_create()
119 …_button_create(button, info->widget_name, parent, props->string_id, info->style, info->widget_id, … in gx_studio_radio_button_create()
145 …utton_create(button, info->widget_name, parent, props->pixelmap_id, info->style, info->widget_id, … in gx_studio_icon_button_create()
158 info->style, info->widget_id, &info->size); in gx_studio_pixelmap_button_create()
167 …status = gx_icon_create(icon, info->widget_name, parent, props->normal_pixelmap_id, info->style, i… in gx_studio_icon_create()
200 info->style, in gx_studio_slider_create()
231 info->style, in gx_studio_pixelmap_slider_create()
[all …]
/GUIX-v6.2.1/test/example_internal/runtime_allocate_16bpp/
Druntime_allocate_16bpp_specifications.c54 …status = gx_button_create(button, info->widget_name, parent, info->style, info->widget_id, &info->… in gx_studio_button_create()
63 …status = gx_text_button_create(button, info->widget_name, parent, props->string_id, info->style, i… in gx_studio_text_button_create()
81 …_button_create(button, info->widget_name, parent, props->string_id, info->style, info->widget_id, … in gx_studio_multi_line_text_button_create()
100 …status = gx_checkbox_create(button, info->widget_name, parent, props->string_id, info->style, info… in gx_studio_checkbox_create()
131 …_button_create(button, info->widget_name, parent, props->string_id, info->style, info->widget_id, … in gx_studio_radio_button_create()
161 …utton_create(button, info->widget_name, parent, props->pixelmap_id, info->style, info->widget_id, … in gx_studio_icon_button_create()
174 info->style, info->widget_id, &info->size); in gx_studio_pixelmap_button_create()
183 …status = gx_icon_create(icon, info->widget_name, parent, props->normal_pixelmap_id, info->style, i… in gx_studio_icon_create()
216 info->style, in gx_studio_slider_create()
247 info->style, in gx_studio_pixelmap_slider_create()
[all …]

12345678910>>...30