Method | Description | |
---|---|---|
BinaryDrawer ( Gtk.Widget wid, Information inf ) |
Method | Description | |
---|---|---|
Create ( Gdk.Color fg, Gdk.Color bg ) : Gdk.Pixmap | ||
Draw ( Gdk.GC gc, Gdk.Drawable dest, int x, int y, byte b, Gdk.Pixmap pix ) : void |
public BinaryDrawer ( Gtk.Widget wid, Information inf ) | ||
wid | Gtk.Widget | |
inf | Information |
protected Create ( Gdk.Color fg, Gdk.Color bg ) : Gdk.Pixmap | ||
fg | Gdk.Color | |
bg | Gdk.Color | |
return | Gdk.Pixmap |
protected Draw ( Gdk.GC gc, Gdk.Drawable dest, int x, int y, byte b, Gdk.Pixmap pix ) : void | ||
gc | Gdk.GC | |
dest | Gdk.Drawable | |
x | int | |
y | int | |
b | byte | |
pix | Gdk.Pixmap | |
return | void |