summaryrefslogtreecommitdiff
path: root/shiftos_next/shiftos_next.vbproj
diff options
context:
space:
mode:
authorTheUltimateHacker <[email protected]>2015-05-27 20:39:48 -0400
committerTheUltimateHacker <[email protected]>2015-05-27 20:39:48 -0400
commit6c5f8c6381166edf0824aed78a1c3f05b0c562d1 (patch)
tree360c016b59560bd9da72144fdd605897a8f11374 /shiftos_next/shiftos_next.vbproj
parentaf7679661260c7c9b02e8e746a10f2db42afe70b (diff)
downloadshiftos-next-6c5f8c6381166edf0824aed78a1c3f05b0c562d1.tar.gz
shiftos-next-6c5f8c6381166edf0824aed78a1c3f05b0c562d1.tar.bz2
shiftos-next-6c5f8c6381166edf0824aed78a1c3f05b0c562d1.zip
Draggable Windows in the BWM
We're one step closer to the full Basic Window Manager implementation. I've created a UserControl called "TitleBar" for the BWM. This UserControl contains the window handling code for draggable windows, as well as a design-time settable AppName property that allows you to change the application display name (what text is shown on the titlebar). Shiftorium upgrades to unlock Draggable Windows will be added soon, but I have to clean the beast.
Diffstat (limited to 'shiftos_next/shiftos_next.vbproj')
-rw-r--r--shiftos_next/shiftos_next.vbproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/shiftos_next/shiftos_next.vbproj b/shiftos_next/shiftos_next.vbproj
index ce0ebfb..35221e0 100644
--- a/shiftos_next/shiftos_next.vbproj
+++ b/shiftos_next/shiftos_next.vbproj
@@ -79,6 +79,12 @@
<SubType>Form</SubType>
</Compile>
<Compile Include="basicwm_renderer.vb" />
+ <Compile Include="BWM User Controls\Titlebar.Designer.vb">
+ <DependentUpon>Titlebar.vb</DependentUpon>
+ </Compile>
+ <Compile Include="BWM User Controls\Titlebar.vb">
+ <SubType>UserControl</SubType>
+ </Compile>
<Compile Include="BWMDesktop.Designer.vb">
<DependentUpon>BWMDesktop.vb</DependentUpon>
</Compile>
@@ -145,6 +151,9 @@
<EmbeddedResource Include="basicwm_infobox.resx">
<DependentUpon>basicwm_infobox.vb</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="BWM User Controls\Titlebar.resx">
+ <DependentUpon>Titlebar.vb</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="BWMDesktop.resx">
<DependentUpon>BWMDesktop.vb</DependentUpon>
</EmbeddedResource>