Home
last modified time | relevance | path

Searched refs:apply_theme (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/core/
H A Dtest_has_props.py298 c.apply_theme(theme)
300 c.apply_theme(theme)
335 c.apply_theme(theme)
367 c.apply_theme(theme)
371 c.apply_theme(theme)
378 c.apply_theme(theme)
384 c.apply_theme(theme)
392 c.apply_theme(theme)
398 c.apply_theme(theme)
411 c.apply_theme(theme)
[all …]
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/embed/
H A Dutil.py63 def OutputDocumentFor(objs, apply_theme=None, always_new=False): argument
158 _set_temp_theme(doc, apply_theme)
350 def _set_temp_theme(doc, apply_theme): argument
352 if apply_theme is FromCurdoc:
355 elif apply_theme is not None:
356 doc.theme = apply_theme
H A Dstandalone.py216 with OutputDocumentFor(models, apply_theme=theme):
303 with OutputDocumentFor(models_seq, apply_theme=theme, always_new=_always_new) as doc:
368 with OutputDocumentFor([model], apply_theme=theme) as doc:
H A Dnotebook.py84 with OutputDocumentFor([model], apply_theme=theme, always_new=True) as new_doc:
/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/embed/
H A Dtest_util__embed.py277 with beu.OutputDocumentFor([p], apply_theme=Theme(json={})):
286 with beu.OutputDocumentFor([p], apply_theme=Theme(json={})):
298 with beu.OutputDocumentFor([p1, p2], apply_theme=Theme(json={})):
318 with beu.OutputDocumentFor([p1, p2], apply_theme=Theme(json={})):
351 with beu.OutputDocumentFor([p1], apply_theme=Theme(json={})):
369 with beu.OutputDocumentFor([p1, p2], apply_theme=Theme(json={})):
395 with beu.OutputDocumentFor([p], apply_theme=beu.FromCurdoc):
404 with beu.OutputDocumentFor([p], apply_theme=beu.FromCurdoc):
417 with beu.OutputDocumentFor([p1, p2], apply_theme=beu.FromCurdoc):
437 with beu.OutputDocumentFor([p1, p2], apply_theme=beu.FromCurdoc):
[all …]
/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Dgo-styled-object.c184 if (klass->apply_theme) in go_styled_object_apply_theme()
185 klass->apply_theme (gso, style); in go_styled_object_apply_theme()
H A Dgo-styled-object.h36 void (*apply_theme) (GOStyledObject *gso, GOStyle *style); member
/dports/textproc/py-hieroglyph/hieroglyph-2.1.0/src/hieroglyph/
H A Dbuilder.py53 self.apply_theme(themename, themeoptions)
55 def apply_theme(self, themename, themeoptions): member in AbstractSlideBuilder
H A Ddirectives.py221 builder.apply_theme(
/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.c199 widget_opts.apply_theme = 1; in widget_state_cb()
279 widget_opts.apply_theme = woat; in widget_state_cb()
7881 if (widget_opts.apply_theme) { in add_warn_image()
8249 if (widget_opts.apply_theme) { in lives_standard_button_new()
8391 if (widget_opts.apply_theme) { in lives_standard_hpaned_new()
8418 if (widget_opts.apply_theme) { in lives_standard_vpaned_new()
8583 if (widget_opts.apply_theme) { in lives_standard_notebook_new()
8609 if (widget_opts.apply_theme) { in lives_standard_label_new()
8711 if (widget_opts.apply_theme) { in lives_standard_drawing_area_new()
8748 if (widget_opts.apply_theme) { in lives_standard_frame_new()
[all …]
H A Dinterface.c934 widget_opts.apply_theme = 0; in create_processing()
939 widget_opts.apply_theme = woat; in create_processing()
1415 woat = widget_opts.apply_theme; in create_text_window()
1416 widget_opts.apply_theme = 0; in create_text_window()
1425 widget_opts.apply_theme = woat; in create_text_window()
1772 widget_opts.apply_theme = 2; in fill_filt_section()
2054 widget_opts.apply_theme = 0; in filter_cleanup()
2056 widget_opts.apply_theme = woat; in filter_cleanup()
2971 widget_opts.apply_theme = 0; in create_rename_dialog()
4501 widget_opts.apply_theme = 0; in create_cleardisk_advanced_dialog()
[all …]
H A Dgui.c565 if (!widget_opts.apply_theme) { in create_LiVES()
1714 woat = widget_opts.apply_theme; in create_LiVES()
1717 widget_opts.apply_theme = 0; in create_LiVES()
1758 widget_opts.apply_theme = 0; in create_LiVES()
2114 widget_opts.apply_theme = 0; in create_LiVES()
2117 widget_opts.apply_theme = 0; in create_LiVES()
2177 widget_opts.apply_theme = 0; in create_LiVES()
2180 widget_opts.apply_theme = 0; in create_LiVES()
2240 widget_opts.apply_theme = 1; in create_LiVES()
2264 widget_opts.apply_theme = 1; in create_LiVES()
[all …]
H A Ddialogs.c287 if (palette && widget_opts.apply_theme) in create_message_dialog()
300 if (palette && widget_opts.apply_theme) in create_message_dialog()
317 if (palette && widget_opts.apply_theme) in create_message_dialog()
331 if (palette && widget_opts.apply_theme) in create_message_dialog()
341 if (palette && widget_opts.apply_theme) in create_message_dialog()
357 if (palette && widget_opts.apply_theme) in create_message_dialog()
371 if (palette && widget_opts.apply_theme) in create_message_dialog()
405 if (palette && widget_opts.apply_theme) in create_message_dialog()
430 if (palette && widget_opts.apply_theme) in create_message_dialog()
452 if (widget_opts.apply_theme) { in create_message_dialog()
[all …]
/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-graph.c160 static void apply_theme (GogObject *object, GogTheme const *theme, gboolean force_auto);
284 apply_theme (GOG_OBJECT (graph), graph->theme, TRUE); in cb_force_theme()
691 apply_theme (GogObject *object, GogTheme const *theme, gboolean force_auto) in apply_theme() function
696 apply_theme (ptr->data, theme, force_auto); in apply_theme()
718 apply_theme (GOG_OBJECT (graph), graph->theme, FALSE); in theme_loaded_cb()
733 apply_theme (GOG_OBJECT (graph), graph->theme, FALSE); in gog_graph_set_theme()
H A Dgog-styled-object.c310 iface->apply_theme = gog_styled_object_apply_theme; in gog_styled_object_so_init()
/dports/science/pulseview/pulseview-0.4.2/pv/
H A Dglobalsettings.hpp99 void apply_theme();
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/themes/
H A Dtheme.py199 model.apply_theme(self._for_class(model.__class__))
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/core/
H A Dhas_props.py676 def apply_theme(self, property_values): member in HasProps
730 self.apply_theme(property_values=dict())
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/diff/
H A Dhighlight.py26 self.highlighter.apply_theme(get_theme(tprefs['editor_theme']))
/dports/science/pulseview/pulseview-0.4.2/
H A Dmain.cpp286 settings.apply_theme(); in main()
/dports/devel/goffice/goffice-0.10.50/goffice/canvas/
H A Dgoc-styled-item.c261 iface->apply_theme = goc_styled_item_apply_theme; in goc_styled_item_so_init()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/editor/
H A Dthemes.py649 self.preview.apply_theme(read_custom_theme(data))
658 self.preview.apply_theme(read_custom_theme(data))
H A Dtext.py227 self.apply_theme(theme)
235 def apply_theme(self, theme): member in TextEdit
261 self.highlighter.apply_theme(theme)
273 self.highlighter.apply_theme(self.theme)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/editor/syntax/
H A Dbase.py83 def apply_theme(self, theme): member in SyntaxHighlighter
/dports/science/pulseview/pulseview-0.4.2/pv/dialogs/
H A Dsettings.cpp626 settings.apply_theme(); in on_general_theme_changed()
657 settings.apply_theme(); in on_general_style_changed()

12