Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Status Bar with SWT
Status Bar with SWT [message #453276] Sun, 03 April 2005 19:27 Go to next message
Jens Rossbach is currently offline Jens RossbachFriend
Messages: 14
Registered: July 2009
Junior Member
I am creating an application using SWT (not using jface). As SWT does not
provide a widget that represents a status bar at the window's bottom I have to
create it on my own. My question: Is there a special control for the resize
button in the lower right edge? At the moment I use a label with an image that
looks like the windows resize edge. Is there a better way to implement this?
Normally the resize edge is not only a label, it also makes the mouse resizing
the window.


Jens
Re: Status Bar with SWT [message #453285 is a reply to message #453276] Mon, 04 April 2005 16:59 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Not right now. Window has a native status bar control but SWT doesn't
expose it.

"Jens Rossbach" <web001@jrossbach.de> wrote in message
news:d2pg7m$sab$1@news.eclipse.org...
> I am creating an application using SWT (not using jface). As SWT does not
> provide a widget that represents a status bar at the window's bottom I
have to
> create it on my own. My question: Is there a special control for the
resize
> button in the lower right edge? At the moment I use a label with an image
that
> looks like the windows resize edge. Is there a better way to implement
this?
> Normally the resize edge is not only a label, it also makes the mouse
resizing
> the window.
>
>
> Jens
Previous Topic:How do I change the size of a view component
Next Topic:VT_SAFEARRAY support in SWT
Goto Forum:
  


Current Time: Fri Apr 26 20:16:22 GMT 2024

Powered by FUDForum. Page generated in 0.02576 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top