Home
last modified time | relevance | path

Searched refs:GX_SCROLLBAR_APPEARANCE (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/GUIX-v6.4.1/common/inc/
Dgx_scrollbar.h56 GX_SCROLLBAR_APPEARANCE *appearance, ULONG style);
59 GX_SCROLLBAR_APPEARANCE *appearance, ULONG style);
83 GX_SCROLLBAR_APPEARANCE *appearance, ULONG style,
87 GX_SCROLLBAR_APPEARANCE *appearance,
Dgx_system.h139 UINT _gx_system_scroll_appearance_get(ULONG type, GX_SCROLLBAR_APPEARANCE *save);
140 UINT _gx_system_scroll_appearance_set(ULONG style, GX_SCROLLBAR_APPEARANCE *appearance);
200 UINT _gxe_system_scroll_appearance_get(ULONG style, GX_SCROLLBAR_APPEARANCE *return_appearance);
201 UINT _gxe_system_scroll_appearance_set(ULONG style, GX_SCROLLBAR_APPEARANCE *appearance);
323 SYSTEM_DECLARE GX_SCROLLBAR_APPEARANCE _gx_system_vertical_scrollbar_appearance;
327 SYSTEM_DECLARE GX_SCROLLBAR_APPEARANCE _gx_system_horizontal_scrollbar_appearance;
/GUIX-v6.4.1/tutorials/demo_guix_scrollbar/
Ddemo_guix_scrollbar_specifications.c105 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_horizontal_scrollbar_create()
114 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
143 GX_SCROLLBAR_APPEARANCE main_screen_hscroll_transparent_properties =
158 GX_SCROLLBAR_APPEARANCE main_screen_vscroll_transparent_properties =
181 GX_SCROLLBAR_APPEARANCE main_screen_hscroll_button_properties =
196 GX_SCROLLBAR_APPEARANCE main_screen_vscroll_button_properties =
219 GX_SCROLLBAR_APPEARANCE main_screen_hscroll_pixelmap_properties =
234 GX_SCROLLBAR_APPEARANCE main_screen_vscroll_pixelmap_properties =
869 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
870 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/test/example_internal/ml_text_view_vcenter/
Dml_text_view_vcenter_specifications.c90 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
118 GX_SCROLLBAR_APPEARANCE main_screen_vertical_scroll_properties =
153 GX_SCROLLBAR_APPEARANCE main_screen_vertical_scroll_3_properties =
500 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
501 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/tutorials/demo_guix_binres/
Ddemo_guix_binres_specifications.c145 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_horizontal_scrollbar_create()
154 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
184 GX_SCROLLBAR_APPEARANCE simple_window_vertical_scroll_properties =
199 GX_SCROLLBAR_APPEARANCE simple_window_hscroll_properties =
839 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
840 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/test/example_internal/binres_theme_static_language/
Dbinres_theme_static_language_specifications.c148 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_horizontal_scrollbar_create()
157 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
187 GX_SCROLLBAR_APPEARANCE simple_window_vertical_scroll_properties =
202 GX_SCROLLBAR_APPEARANCE simple_window_hscroll_properties =
842 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
843 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/common/src/
Dgx_display_theme_install.c88 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *)&theme_… in _gx_display_theme_install()
89 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *)&theme_… in _gx_display_theme_install()
/GUIX-v6.4.1/test/example_internal/bidi_text_line_break_static/
Dbidi_text_line_break_static_specifications.c109 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
177 GX_SCROLLBAR_APPEARANCE ml_view_base_vertical_scroll_1_properties =
254 GX_SCROLLBAR_APPEARANCE second_screen_vertical_scroll_1_properties =
403 GX_SCROLLBAR_APPEARANCE main_screen_vertical_scroll_properties =
769 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
770 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/guix_studio/
Dvscroll_service_provider.h30 …arance(xml_reader &reader, studiox_project *project, int display, GX_SCROLLBAR_APPEARANCE &appear);
31 …arance(xml_writer &writer, studiox_project *project, int display, GX_SCROLLBAR_APPEARANCE &appear);
Dvscroll_service_provider.cpp185 GX_SCROLLBAR_APPEARANCE appearance = info->ewi.scroll; in AssignPixelmap()
217 …earance(xml_reader &reader, studiox_project *project, int display, GX_SCROLLBAR_APPEARANCE &appear) in ReadScrollbarAppearance()
268 …earance(xml_writer &writer, studiox_project *project, int display, GX_SCROLLBAR_APPEARANCE &appear) in WriteScrollbarAppearance()
/GUIX-v6.4.1/test/example_internal/bidi_text_line_break_runtime/
Dbidi_text_line_break_runtime_specifications.c110 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
146 GX_SCROLLBAR_APPEARANCE main_screen_vertical_scroll_properties =
479 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
480 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/test/example_internal/multi_themes_32bpp/
Dmulti_themes_32bpp_specifications.c149 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_horizontal_scrollbar_create()
158 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
188 GX_SCROLLBAR_APPEARANCE simple_window_vertical_scroll_properties =
203 GX_SCROLLBAR_APPEARANCE simple_window_hscroll_properties =
1270 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
1271 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/test/example_internal/multi_themes_332rgb/
Dmulti_themes_332rgb_specifications.c149 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_horizontal_scrollbar_create()
158 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
188 GX_SCROLLBAR_APPEARANCE simple_window_vertical_scroll_properties =
203 GX_SCROLLBAR_APPEARANCE simple_window_hscroll_properties =
1270 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
1271 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/test/example_internal/multi_themes_8bpp_palette/
Dmulti_themes_8bpp_palette_specifications.c149 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_horizontal_scrollbar_create()
158 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
188 GX_SCROLLBAR_APPEARANCE simple_window_vertical_scroll_properties =
203 GX_SCROLLBAR_APPEARANCE simple_window_hscroll_properties =
1270 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
1271 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/test/example_internal/multi_themes_16bpp/
Dmulti_themes_16bpp_specifications.c149 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_horizontal_scrollbar_create()
158 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
188 GX_SCROLLBAR_APPEARANCE simple_window_vertical_scroll_properties =
203 GX_SCROLLBAR_APPEARANCE simple_window_hscroll_properties =
1270 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
1271 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/test/example_internal/multi_themes_16bpp_5_5_1/
Dmulti_themes_16bpp_5_5_1_specifications.c148 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_horizontal_scrollbar_create()
157 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
187 GX_SCROLLBAR_APPEARANCE simple_window_vertical_scroll_properties =
202 GX_SCROLLBAR_APPEARANCE simple_window_hscroll_properties =
1269 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
1270 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/test/example_internal/display_resolution/
Ddemo_display_resolution_specifications.c197 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_horizontal_scrollbar_create()
206 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
234 GX_SCROLLBAR_APPEARANCE MAIN_DISPLAY_main_window_hscroll_1_properties =
249 GX_SCROLLBAR_APPEARANCE MAIN_DISPLAY_main_window_vertical_scroll_1_properties =
1060 GX_SCROLLBAR_APPEARANCE SECONDARY_window_hscroll_1_properties =
1075 GX_SCROLLBAR_APPEARANCE SECONDARY_window_vertical_scroll_1_properties =
2027 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
2028 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/test/example_internal/multi_themes_16bpp_synergy/
Dmulti_themes_16bpp_synergy_specifications.c149 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_horizontal_scrollbar_create()
158 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
188 GX_SCROLLBAR_APPEARANCE simple_window_vertical_scroll_properties =
203 GX_SCROLLBAR_APPEARANCE simple_window_hscroll_properties =
1302 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
1303 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/test/example_internal/vertical_list_32bpp/
Dvertical_list_32bpp_specifications.c257 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_horizontal_scrollbar_create()
266 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
312 GX_SCROLLBAR_APPEARANCE list_child_height_test_screen_vertical_scroll_1_properties =
373 GX_SCROLLBAR_APPEARANCE list_child_height_test_screen_hscroll_properties =
710 GX_SCROLLBAR_APPEARANCE window_vertical_scroll_properties =
1685 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
1686 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/test/example_internal/rich_text_view_16bpp/
Drich_text_view_16bpp_specifications.c172 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
277 GX_SCROLLBAR_APPEARANCE main_screen_vertical_scroll_properties =
740 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
741 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/test/example_internal/arabic_glyph_shaping/
Darabic_glyph_shaping_specifications.c139 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
237 GX_SCROLLBAR_APPEARANCE main_screen_vertical_scroll_properties =
828 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
829 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_scrollbar_24xrgb.c75 GX_SCROLLBAR_APPEARANCE *v_info; in control_thread_entry()
76 GX_SCROLLBAR_APPEARANCE *h_info; in control_thread_entry()
/GUIX-v6.4.1/tutorials/demo_guix_horizontal_list/
Ddemo_guix_horizontal_list_specifications.c168 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_horizontal_scrollbar_create()
224 GX_SCROLLBAR_APPEARANCE main_screen_hscroll_1_properties =
857 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
858 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/tutorials/demo_guix_vertical_list/
Ddemo_guix_vertical_list_specifications.c168 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
182 GX_SCROLLBAR_APPEARANCE main_screen_vertical_scroll_properties =
889 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
890 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
/GUIX-v6.4.1/test/example_internal/ml_text_view_32bpp/
Dml_text_view_32bpp_specifications.c170 GX_SCROLLBAR_APPEARANCE *appearance = (GX_SCROLLBAR_APPEARANCE *) info->properties; in gx_studio_vertical_scrollbar_create()
292 GX_SCROLLBAR_APPEARANCE window_vertical_scroll_1_properties =
939 …m_scroll_appearance_set(theme_ptr->theme_vertical_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()
940 …scroll_appearance_set(theme_ptr->theme_horizontal_scroll_style, (GX_SCROLLBAR_APPEARANCE *) &theme… in gx_studio_display_configure()

12345678910>>...12