font create_named

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4997 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jun FURUSE / 古瀬 淳 2002-07-17 12:20:18 +00:00
parent 9617cdedcd
commit c0d86a2c1e
1 changed files with 4 additions and 1 deletions

View File

@ -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]]