Searched refs:pCPath (Results 1 – 2 of 2) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/ |
H A D | salnativewidgets-gtk.cxx | 2367 GtkWidgetPath *pCPath = gtk_widget_path_new(); in updateSettings() local 2368 guint pos = gtk_widget_path_append_type(pCPath, GTK_TYPE_WINDOW); in updateSettings() 2369 gtk_widget_path_iter_add_class(pCPath, pos, GTK_STYLE_CLASS_TOOLTIP); in updateSettings() 2370 pos = gtk_widget_path_append_type (pCPath, GTK_TYPE_LABEL); in updateSettings() 2371 gtk_widget_path_iter_add_class(pCPath, pos, GTK_STYLE_CLASS_LABEL); in updateSettings() 2372 GtkStyleContext *pCStyle = makeContext (pCPath, nullptr); in updateSettings() 2392 GtkWidgetPath *pCPath = gtk_widget_path_new(); in updateSettings() local 2393 gtk_widget_path_append_type( pCPath, GTK_TYPE_TEXT_VIEW ); in updateSettings() 2394 gtk_widget_path_iter_add_class( pCPath, -1, GTK_STYLE_CLASS_VIEW ); in updateSettings() 2395 GtkStyleContext *pCStyle = makeContext( pCPath, nullptr ); in updateSettings()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/ |
H A D | gtk3salnativewidgets-gtk.cxx | 3054 GtkWidgetPath *pCPath = gtk_widget_path_new(); in updateSettings() local 3055 guint pos = gtk_widget_path_append_type(pCPath, GTK_TYPE_WINDOW); in updateSettings() 3056 gtk_widget_path_iter_add_class(pCPath, pos, GTK_STYLE_CLASS_TOOLTIP); in updateSettings() 3057 pos = gtk_widget_path_append_type (pCPath, GTK_TYPE_LABEL); in updateSettings() 3058 gtk_widget_path_iter_add_class(pCPath, pos, GTK_STYLE_CLASS_LABEL); in updateSettings() 3059 GtkStyleContext *pCStyle = makeContext (pCPath, nullptr); in updateSettings() 3076 GtkWidgetPath *pCPath = gtk_widget_path_new(); in updateSettings() local 3077 gtk_widget_path_append_type( pCPath, GTK_TYPE_TEXT_VIEW ); in updateSettings() 3078 gtk_widget_path_iter_add_class( pCPath, -1, GTK_STYLE_CLASS_VIEW ); in updateSettings() 3079 GtkStyleContext *pCStyle = makeContext( pCPath, nullptr ); in updateSettings()
|