Home
last modified time | relevance | path

Searched refs:TERMINAL_PROFILE_FONT (Results 1 – 4 of 4) sorted by relevance

/dports/x11/mate-terminal/mate-terminal-1.26.0/src/
H A Dterminal-profile.h87 #define TERMINAL_PROFILE_FONT "font" macro
H A Dprofile-editor.c182 prop_name == I_(TERMINAL_PROFILE_FONT)) in profile_notify_sensitivity_cb()
186 !terminal_profile_property_locked (profile, TERMINAL_PROFILE_FONT)); in profile_notify_sensitivity_cb()
867 CONNECT ("font-selector", TERMINAL_PROFILE_FONT); in terminal_profile_edit()
H A Dterminal-screen.c1036 prop_name == I_(TERMINAL_PROFILE_FONT)))
1243 g_object_get (profile, TERMINAL_PROFILE_FONT, &desc, NULL);
H A Dterminal-profile.c945 …erty_internal (profile, g_object_class_find_property (object_class, TERMINAL_PROFILE_FONT), FALSE); in terminal_profile_init()