sig
val cast : 'a Gobject.obj -> Gtk.font_selection_dialog Gtk.obj
val create :
Gtk.font_selection_dialog Gobject.param list ->
Gtk.font_selection_dialog Gtk.obj
external font_selection :
[> `fontselectiondialog ] Gtk.obj -> Gtk.font_selection Gtk.obj
= "ml_gtk_font_selection_dialog_fontsel"
external ok_button :
[> `fontselectiondialog ] Gtk.obj -> Gtk.button Gtk.obj
= "ml_gtk_font_selection_dialog_ok_button"
external apply_button :
[> `fontselectiondialog ] Gtk.obj -> Gtk.button Gtk.obj
= "ml_gtk_font_selection_dialog_apply_button"
external cancel_button :
[> `fontselectiondialog ] Gtk.obj -> Gtk.button Gtk.obj
= "ml_gtk_font_selection_dialog_cancel_button"
end