Sha256: 5ba7285b582339e6437236d10408c7b6f30fe6d4a9d3d2032aba1a1f27172901

Contents?: true

Size: 741 Bytes

Versions: 12

Compression:

Stored size: 741 Bytes

Contents

/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
/**********************************************************

  rbgtkfontselection.c -

  $Author: mutoh $
  $Date: 2003/02/22 18:01:09 $

  Copyright (C) 2002,2003 Ruby-GNOME2 Project Team
  Copyright (C) 2001 Neil Conway <neilconway@rogers.com>
**********************************************************/

#include "global.h"

static VALUE
fs_initialize(VALUE self)
{
    RBGTK_INITIALIZE(self, gtk_font_selection_new());
    return Qnil;
}

void 
Init_gtk_font_selection()
{
    VALUE gFontSelection = G_DEF_CLASS(GTK_TYPE_FONT_SELECTION, "FontSelection", mGtk);

    rb_define_method(gFontSelection, "initialize", fs_initialize, 0);
    rb_undef_method(gFontSelection, "font");
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
gtk2-1.0.3-x86-mingw32 ext/gtk2/rbgtkfontselection.c
gtk2-1.0.3 ext/gtk2/rbgtkfontselection.c
gtk2-1.0.2-x86-mingw32 ext/gtk2/rbgtkfontselection.c
gtk2-1.0.2 ext/gtk2/rbgtkfontselection.c
gtk2-1.0.1 ext/gtk2/rbgtkfontselection.c
gtk2-1.0.1-x86-mingw32 ext/gtk2/rbgtkfontselection.c
gtk2-1.0.0-x86-mingw32 ext/gtk2/rbgtkfontselection.c
gtk2-1.0.0 ext/gtk2/rbgtkfontselection.c
gtk2-0.90.9 ext/gtk2/rbgtkfontselection.c
gtk2-0.90.9-x86-mingw32 ext/gtk2/rbgtkfontselection.c
gtk2-0.90.8-x86-mingw32 ext/gtk2/rbgtkfontselection.c
gtk2-0.90.8 ext/gtk2/rbgtkfontselection.c