Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » InsertButton for DropChoice
InsertButton for DropChoice [message #37908] Thu, 22 November 2012 14:35
Typhoor is currently offline  Typhoor
Messages: 14
Registered: October 2012
Location: Erlangen, Germany
Promising Member
Hello @ all,

can we add "InsertButton" to DropChoice ?

File "CtrlLib/DropChoice.h"

in public section of
template <class T>
class WithDropChoice : public T {
...
}

add near
MultiButton::SubButton& AddButton()

the following
MultiButton::SubButton& InsertButton(int i = 0)       { return select.InsertButton(i); }


So that it works like DropList/MultiButton...

Thank you
Ralph
Previous Topic: GridCtrl Search by column?
Next Topic: Get Value in GridCtrl when there are coloured cells
Goto Forum:
  


Current Time: Fri Apr 19 15:45:24 CEST 2024

Total time taken to generate the page: 0.03466 seconds