search for: border_width

Displaying 6 results from an estimated 6 matches for "border_width".

2006 Oct 13
1
[PATCH] Extra Notifications
...art -------------- diff --git a/src/window.c b/src/window.c index 3346d89..23f9419 100644 --- a/src/window.c +++ b/src/window.c @@ -1786,6 +1786,8 @@ addWindow (CompScreen *screen, w->attrib.x, w->attrib.y, w->attrib.width, ++w->attrib.height - 1, w->attrib.border_width); + + (*w->screen->windowCreateNotify) (w); } void @@ -1819,6 +1821,8 @@ removeWindow (CompWindow *w) void destroyWindow (CompWindow *w) { + (*w->screen->windowDestroyNotify) (w); + w->id = 1; w->mapNum = 0; @@ -1943,6 +1947,8 @@ mapWindow (CompWindow *w)...
2001 Jan 22
0
vorbiscomment gui ideas
...idget> <class>GtkHBox</class> <name>toplevel_hbox</name> <homogeneous>False</homogeneous> <spacing>0</spacing> <widget> <class>GtkFrame</class> <name>file_listing_frame</name> <border_width>3</border_width> <label>File Listing:</label> <label_xalign>0</label_xalign> <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type> <child> <padding>0</padding> <expand>True</expand> <fill>True</...
2010 Dec 01
1
Prawn : undefined method `make_table'
...mn_widths => [ 50, 50 ]) { column(0).background_color = "808080" cells.borders = [] } table = pdf.make_table([[ "foo", "bar" ], [ "baz", subtable ]], :column_widths => [ 100, 100 ]) { cells.border_width = 5 } table.draw end When i execute the above code i am getting below mentioned error: e:/ruby/lib/ruby/gems/1.8/gems/prawn-core-0.8.4/lib/prawn/graphics/color.rb:72:i n `method_missing'': undefined method `make_table'' for #<Prawn::Document:0x2e4b95 0> (NoMethodErr...
2007 May 19
2
Crash in blur.c (SIGSEGV)
...minor_code = 0}, xvisibility = {type = 16, serial = 10885, send_event = 0, display = 0x6481b0, window = 421, state = 20989986}, xcreatewindow = { type = 16, serial = 10885, send_event = 0, display = 0x6481b0, parent = 421, window = 20989986, x = 320, y = 307, width = 640, height = 409, border_width = 0, override_redirect = 0}, xdestroywindow = { type = 16, serial = 10885, send_event = 0, display = 0x6481b0, event = 421, window = 20989986}, xunmap = {type = 16, serial = 10885, send_event = 0, display = 0x6481b0, event = 421, window = 20989986, from_configure = 320}, xmap = {type = 16...
2006 Oct 17
0
[682] trunk/wxruby2/doc/textile/htmlwindow.txtl: Fix some little formatting errors that were causing the page to be unreadable
...pan class="cx"> </span><span class="cx"> h3(#HtmlWindow_setborders). HtmlWindow#set_borders </span><span class="cx"> </span><del>- *set_borders*(%(arg-type)Integer% b) </del><ins>+ *set_borders*(%(arg-type)Integer% border_width) </ins><span class="cx"> </span><del>-This function sets the space between border of window and HTML contents. See image: </del><ins>+This function sets the space between border of window and HTML +contents. </ins><span class="cx"&g...
2014 Feb 12
61
P2V: Headless support
This introduces support to run P2V without X server. Runtime parameters are specified via kernel command line making it hopefully suitable for automated migration with a little help of PXE boot. Patchset is not squashed and represents dev. history.