Home
last modified time | relevance | path

Searched refs:gdk_font_from_description (Results 1 – 24 of 24) sorted by relevance

/dports/x11-toolkits/vdk/vdk-2.5.1/src/
H A Dvdkfont.cc83 gdkfont = gdk_font_from_description (pangoDes); in Height()
110 gdkfont = gdk_font_from_description (pangoDes); in Width()
124 return gdk_font_from_description (pangoDes); in operator GdkFont*()
133 return gdk_font_from_description (pangoDes); in AsGdkFont()
H A Dvdkclist.cc166 gdk_font_from_description (rc_style->font_desc): NULL; in VDKCustomList()
169 gdk_font_from_description (rc_style->font_desc): NULL; in VDKCustomList()
H A Dvdkctree.cc150 gdk_font_from_description (rc_style->font_desc): NULL; in VDKCustomTree()
/dports/sysutils/gkfreq/gkrellm-gkfreq-2.2/
H A Dgkrellm-gkfreq.c257 x = gdk_string_width(gdk_font_from_description(ts_alt->font), "CPUXX") + SPACING_BETWEEN_COLS; in create_plugin()
259 x = gdk_string_width(gdk_font_from_description(ts_alt->font), "CPUX") + SPACING_BETWEEN_COLS; in create_plugin()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/
H A Dgdkfont.h76 GdkFont* gdk_font_from_description (PangoFontDescription *font_desc);
H A Dgdkfont.c336 gdk_font_from_description (PangoFontDescription *font_desc) in gdk_font_from_description() function
H A Dgdk.def143 gdk_font_from_description
H A Dgdk.symbols280 gdk_font_from_description
H A Dgdkaliasdef.c546 #undef gdk_font_from_description
547 extern __typeof (gdk_font_from_description) gdk_font_from_description __attribute((alias("IA__gdk_f…
H A Dgdkalias.h543 extern __typeof (gdk_font_from_description) IA__gdk_font_from_description __attribute((visibility("…
544 #define gdk_font_from_description IA__gdk_font_from_description macro
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkpsfont.c470 gdkfont = font_desc ? gdk_font_from_description(font_desc) : NULL; in gtk_psfont_get_gdkfont()
476 gdkfont = font_desc ? gdk_font_from_description(font_desc) : NULL; in gtk_psfont_get_gdkfont()
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkpsfont.c468 gdkfont = font_desc ? gdk_font_from_description(font_desc) : NULL; in gtk_psfont_get_gdkfont()
474 gdkfont = font_desc ? gdk_font_from_description(font_desc) : NULL; in gtk_psfont_get_gdkfont()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gdk/
H A Dgdkfont.inc38 function gdk_font_from_description(font_desc:PPangoFontDescription):PGdkFont; cdecl; external gdkli…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gdk/
H A Dgdkfont.inc38 function gdk_font_from_description(font_desc:PPangoFontDescription):PGdkFont; cdecl; external gdkli…
/dports/games/gnurobots/gnurobots-1.2.0/src/
H A Dui-arena.c95 arena->priv->font = gdk_font_from_description( in ui_arena_init()
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/gtk/
H A Dgtkmap.c301 map_font = gdk_font_from_description(desc); in nh_conf_map_font()
629 map_font = gdk_font_from_description(desc); in nh_set_map_font()
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/gtk/doc/gdk/
H A Ddefuns-fonts.xml.texi52 @samp{gdk_font_from_description} is deprecated and should not be used in
H A Dguile-gnome-gdk.info-14132 'gdk_font_from_description' is deprecated and should not be used in
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/defs/gnome/defs/
H A Dgdk.defs1729 (define-function gdk_font_from_description
1730 (c-name "gdk_font_from_description")
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/src/
H A Dgdk_methods.defs2637 (define-function gdk_font_from_description
2638 (c-name "gdk_font_from_description")
/dports/finance/gnucash/gnucash-4.9/
H A DChangeLog.20031894 gdk_font_from_description instead of the 2.2 compatability function
1918 Replace deprecated gdk_font_from_description by
2114 Change style->font to gdk_font_from_description(style->font_desc)
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgdk-base.defs2058 (c-name "gdk_font_from_description")
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DChangeLog.pre-2-05464 * gdk/win32/gdkfont-win32.c (gdk_font_from_description) :
5746 * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
11405 * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
16669 * linux-fb/gdkfont-fb.c (gdk_font_from_description):
18833 * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
23322 field with a GdkFont derived via gdk_font_from_description(),
23356 * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
/dports/x11/gnome-terminal/gnome-terminal-3.42.2/
H A DChangeLog75783 check for NULL return from gdk_font_from_description() (#80787), and unref
75788 for NULL return from gdk_font_from_description() (#80787),