Method

GntBoxset_toplevel

Declaration [src]

void
gnt_box_set_toplevel (
  GntBox* box,
  gboolean set
)

Description [src]

Set whether it’s a toplevel box (ie, a window) or not. If a box is toplevel, then it will show borders, the title (if set) and shadow (if enabled in .gntrc)

Parameters

set

Type: gboolean

TRUE if it’s a toplevel box, FALSE otherwise.