Home
last modified time | relevance | path

Searched refs:fg_stipple (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktexttag.c1079 if (text_tag->values->appearance.fg_stipple) in gtk_text_tag_set_property()
1350 text_tag->values->appearance.fg_stipple) in gtk_text_tag_set_property()
2037 if (src->appearance.fg_stipple) in gtk_text_attributes_copy_values()
2038 g_object_ref (src->appearance.fg_stipple); in gtk_text_attributes_copy_values()
2045 if (dest->appearance.fg_stipple) in gtk_text_attributes_copy_values()
2046 g_object_unref (dest->appearance.fg_stipple); in gtk_text_attributes_copy_values()
2111 if (values->appearance.fg_stipple) in gtk_text_attributes_unref()
2112 g_object_unref (values->appearance.fg_stipple); in gtk_text_attributes_unref()
2229 g_object_ref (vals->appearance.fg_stipple); in _gtk_text_attributes_fill_from_tags()
2230 if (dest->appearance.fg_stipple) in _gtk_text_attributes_fill_from_tags()
[all …]
H A Dgtktextdisplay.c190 GdkPixmap *fg_stipple, *bg_stipple; in gtk_text_renderer_prepare_run() local
227 fg_stipple = appearance->fg_stipple; in gtk_text_renderer_prepare_run()
228 if (fg_stipple && text_renderer->screen != gdk_drawable_get_screen (fg_stipple)) in gtk_text_renderer_prepare_run()
233 fg_stipple = NULL; in gtk_text_renderer_prepare_run()
236 gdk_pango_renderer_set_stipple (gdk_renderer, PANGO_RENDER_PART_FOREGROUND, fg_stipple); in gtk_text_renderer_prepare_run()
237 gdk_pango_renderer_set_stipple (gdk_renderer, PANGO_RENDER_PART_STRIKETHROUGH, fg_stipple); in gtk_text_renderer_prepare_run()
238 gdk_pango_renderer_set_stipple (gdk_renderer, PANGO_RENDER_PART_UNDERLINE, fg_stipple); in gtk_text_renderer_prepare_run()
H A Dgtktexttag.h178 GdkBitmap *fg_stipple; member
H A Dgtktextlayout.c1430 if (appearance_attr->appearance.fg_stipple) in gtk_text_attr_appearance_destroy()
1431 g_object_unref (appearance_attr->appearance.fg_stipple); in gtk_text_attr_appearance_destroy()
1445 appearance1->fg_stipple == appearance2->fg_stipple && in gtk_text_attr_appearance_compare()
1485 if (appearance->fg_stipple) in gtk_text_attr_appearance_new()
1486 g_object_ref (appearance->fg_stipple); in gtk_text_attr_appearance_new()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/
H A DTextAppearance.custom34 public Gdk.Pixmap fg_stipple {
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/other/gail/libgail-util/
H A Dgailmisc.c647 value = g_strdup (atk_text_attribute_get_value (attr, attrs->appearance.fg_stipple ? 1 : 0)); in gail_misc_add_to_attr_set()
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgtktextview.override1070 override-attr GtkTextAttributes.fg_stipple
1076 ret = pyg_boxed_get(self, GtkTextAttributes)->appearance.fg_stipple;
H A Dgtk-base-types.defs76 '("GdkBitmap" "fg_stipple")
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dmisc.c2718 return app->fg_stipple; in ada_text_appearance_get_fg_stipple()
2722 app->fg_stipple = bitmap; in ada_text_appearance_set_fg_stipple()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtktexttag.inc78 fg_stipple : PGdkBitmap;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtktexttag.inc78 fg_stipple : PGdkBitmap;
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A Dtext.c3477 GdkBitmap *fg_stipple = tag_appearance->fg_stipple; in gnoclGetTagProperties() local
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgtk+-2.0.vapi6425 public weak Gdk.Bitmap fg_stipple;