Home
last modified time | relevance | path

Searched refs:follow_font_style (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/xpad3/xpad-3.1/src/
H A Dxpad-text-view.c28 gboolean follow_font_style; member
100 view->priv->follow_font_style = TRUE; in xpad_text_view_init()
255 if (follow != view->priv->follow_font_style) in xpad_text_view_set_follow_font_style()
268 view->priv->follow_font_style = follow; in xpad_text_view_set_follow_font_style()
276 return view->priv->follow_font_style; in xpad_text_view_get_follow_font_style()
/dports/deskutils/xpad/xpad-5.4.0/src/
H A Dxpad-text-view.c34 gboolean follow_font_style; member
183 view->priv->follow_font_style = g_value_get_boolean (value); in xpad_text_view_set_property()
184 if (view->priv->follow_font_style) { in xpad_text_view_set_property()
221 g_value_set_boolean (value, view->priv->follow_font_style); in xpad_text_view_get_property()
H A Dxpad-pad.c962 gboolean follow_font_style; in prop_notify_font() local
963 g_object_get (prop, "follow-font-style", &follow_font_style, NULL); in prop_notify_font()
964 g_object_set (XPAD_TEXT_VIEW (pad->priv->textview), "follow-font-style", follow_font_style, NULL); in prop_notify_font()
966 if (!follow_font_style) in prop_notify_font()
1008 gboolean follow_font_style, follow_color_style; in xpad_pad_open_properties() local
1033 …g_object_get (XPAD_TEXT_VIEW (pad->priv->textview), "follow-font-style", &follow_font_style, "foll… in xpad_pad_open_properties()
1035 "follow-font-style", follow_font_style, in xpad_pad_open_properties()
1354 gboolean follow_font_style, follow_color_style; in xpad_pad_save_info() local
1391 …g_object_get (XPAD_TEXT_VIEW (pad->priv->textview), "follow-font-style", &follow_font_style, "foll… in xpad_pad_save_info()
1398 "b|follow_font", follow_font_style, in xpad_pad_save_info()