Home
last modified time | relevance | path

Searched refs:XED_SETTINGS_PRINT_LINE_NUMBERS (Results 1 – 2 of 2) sorted by relevance

/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-settings.h112 #define XED_SETTINGS_PRINT_LINE_NUMBERS "print-line-numbers" macro
H A Dxed-print-job.c322 line_numbers = g_settings_get_uint (job->priv->print_settings, XED_SETTINGS_PRINT_LINE_NUMBERS); in create_custom_widget_cb()
412 g_settings_set_uint (job->priv->print_settings, XED_SETTINGS_PRINT_LINE_NUMBERS, in custom_widget_apply_cb()
417 g_settings_set_uint (job->priv->print_settings, XED_SETTINGS_PRINT_LINE_NUMBERS, 0); in custom_widget_apply_cb()
455 …nt_line_numbers = g_settings_get_uint (job->priv->print_settings, XED_SETTINGS_PRINT_LINE_NUMBERS); in create_compositor()