U++ framework
Do not panic. Ask here before giving up.

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
 
Read Message
Previous Topic: GridCtrl Search by column?
Next Topic: Get Value in GridCtrl when there are coloured cells
Goto Forum:
  


Current Time: Fri Jul 17 03:46:50 GMT+2 2026

Total time taken to generate the page: 0.00489 seconds