aboutsummaryrefslogtreecommitdiffstats
path: root/rfbplayer/ToolBar.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed old files ToolBar.cxx and ToolBar.h from the rfblayer project.george822006-04-051-110/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@510 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added ToolBar::getButtonsWidth(), ToolBar::getButtonsHeight().george822005-04-171-0/+10
| | | | | | | | | Modifed ToolBar::autoSize(). If toolbar has CCS_NORESIZE style, then autoSize() resizes toolbar itself else it resizes by TB_AUTOSIZE message. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@291 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added ToolBar::autoSize, ToolBar::getButtonRect().george822005-01-181-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@103 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added button operations to the ToolBar class.george822005-01-111-0/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@93 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added button images operations to the ToolBar class:george822005-01-111-0/+18
| | | | | | | addBitmap(), addSysBitmap(), setBitmapSize(). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@92 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added ToolBar:create() function. It creats a windows toolbar.george822005-01-101-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@90 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new methods to ToolBar class:george822005-01-101-1/+15
| | | | | | | | | ToolBar(); ~ToolBar(); getHandle(); git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@89 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added implementation of ToolBar control class.george822005-01-101-0/+22
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@88 3789f03b-4d11-0410-bbf8-ca57d06f2519