search for: column_width

Displaying 2 results from an estimated 2 matches for "column_width".

Did you mean: columnwidth
2010 Dec 01
1
Prawn : undefined method `make_table'
require ''prawn'' require ''prawn/core'' require ''prawn/layout'' Prawn::Document.new do |pdf| subtable = pdf.make_table([[ "foo", "bar" ], [ "baz", "bax" ]], :column_widths => [ 50, 50 ]) { column(0).background_color = "808080" cells.borders = [] } table = pdf.make_table([[ "foo", "bar" ], [ "baz", subtable ]], :column_widths => [ 100, 100 ]) { cells.border_w...
2001 Jan 22
0
vorbiscomment gui ideas
...</padding> <expand>True</expand> <fill>True</fill> </child> <widget> <class>GtkCList</class> <name>artist_clist</name> <can_focus>True</can_focus> <columns>1</columns> <column_widths>80</column_widths> <selection_mode>GTK_SELECTION_SINGLE</selection_mode> <show_titles>True</show_titles> <shadow_type>GTK_SHADOW_IN</shadow_type> <widget> <class>GtkLabel</class> <child_name>CList:title<...