summaryrefslogtreecommitdiff
path: root/lib/lib/innerwindow.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib/innerwindow.tcl')
-rw-r--r--lib/lib/innerwindow.tcl13
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/lib/innerwindow.tcl b/lib/lib/innerwindow.tcl
index 4195e2d..41ad6a0 100644
--- a/lib/lib/innerwindow.tcl
+++ b/lib/lib/innerwindow.tcl
@@ -1,10 +1,13 @@
#!/usr/bin/tclsh
-# Part of MCU 8051 IDE ( http://mcu8051ide.sf.net )
+# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
############################################################################
# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
# martin.osmera@gmail.com #
# #
+# Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+# martin.osmera@moravia-microsystems.com #
+# #
# This program is free software; you can redistribute it and#or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
@@ -41,12 +44,12 @@ set _INNERWINDOW_TCL _
class InnerWindow {
## COMMON
- common active_titclr {#AAAAFF} ;# Color: Active background color
- common inactive_titclr {#DDDDDD} ;# Color: Inactive background color
- common title_bar_height 10 ;# Int: Height of the titlebar in pixels
+ public common active_titclr {#AAAAFF} ;# Color: Active background color
+ public common inactive_titclr {#DDDDDD} ;# Color: Inactive background color
+ public common title_bar_height 10 ;# Int: Height of the titlebar in pixels
# List: Title bar popup menu
- common MENU {
+ public common MENU {
{command "Shade/Unshade" "" 0 {collapse_expand}
{}}
{command "Close" "" 0 {close_window}