font create_named
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4997 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
9617cdedcd
commit
c0d86a2c1e
|
@ -733,7 +733,10 @@ module Font {
|
|||
options(font) list]
|
||||
##endif
|
||||
function () configure ["font"; "configure"; font; options(font) list]
|
||||
function (font) create ["font"; "create"; options(font) list]
|
||||
function (font) create ["font"; "create"; ?name:[string]; options(font) list]
|
||||
##ifdef CAMLTK
|
||||
function (font) create_named ["font"; "create"; string; options(font) list]
|
||||
##endif
|
||||
function () delete ["font"; "delete"; font]
|
||||
function (string list) families ["font"; "families";
|
||||
?displayof:["-displayof"; widget]]
|
||||
|
|
Loading…
Reference in New Issue