summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/objdlg.src
diff options
context:
space:
mode:
authorTomcsik Bence <tomcsikbence@gmail.com>2012-03-11 21:40:02 +0100
committerAndras Timar <atimar@suse.com>2012-03-11 21:49:13 +0100
commit0e8eb19a53338c83dab7fe19e2f23bcaecd52077 (patch)
treed316dfd8f51a5368375139fc6a478c9ea6cdb86a /basctl/source/basicide/objdlg.src
parentf32fe9f5012e3ee184e1a1fca6814bee9105d8fb (diff)
Object Catalog pane in Basic IDE
Object Catalog was a floating window. It has been converted to a fixed pane on the right hand side of the editor window. While it is a BasicDockingWindow, at the moment it is not possible to undock, move, or resize it. Also, the Object Catalog toolbar button does not show the visibility status of the pane, ideally it should look pressed, when the Object Catalog pane is visible. Another missing feature is that the Object Catalog pane cannot be switched on together with the dialog editor.
Diffstat (limited to 'basctl/source/basicide/objdlg.src')
-rw-r--r--basctl/source/basicide/objdlg.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/basctl/source/basicide/objdlg.src b/basctl/source/basicide/objdlg.src
index 845f49126257..03f740770b10 100644
--- a/basctl/source/basicide/objdlg.src
+++ b/basctl/source/basicide/objdlg.src
@@ -30,7 +30,7 @@
#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
-FloatingWindow RID_BASICIDE_OBJCAT
+DockingWindow RID_BASICIDE_OBJCAT
{
HelpID = "basctl:FloatingWindow:RID_BASICIDE_OBJCAT";
OutputSize = TRUE ;
@@ -43,6 +43,7 @@ FloatingWindow RID_BASICIDE_OBJCAT
Zoomable = TRUE ;
Hide = TRUE ;
ClipChildren = TRUE ;
+ Border = TRUE ;
Control RID_TLB_MACROS
{
HelpId = HID_BASICIDE_OBJECTCAT ;