gtk-d v3.0.0 (2015-03-15T18:41:33Z)
Home
Dub
Repo
ComboBoxText.remove
gtk
ComboBoxText
ComboBoxText
Removes the string at @position from @combo_box.
class
ComboBoxText
void
remove
(
int
position
)
Parameters
position
int
Index of the item to remove
Meta
Since
2.24
Source
See Implementation
gtk
ComboBoxText
ComboBoxText
constructors
this
functions
addOnChanged
addOnFormatEntryText
addOnMoveActive
addOnPopdown
addOnPopup
append
appendText
getActiveText
getComboBoxTextStruct
getIndex
getStruct
insert
insertText
prepend
prependOrReplaceText
prependText
remove
removeAll
setActiveText
setStruct
static functions
callBackChanged
callBackFormatEntryText
callBackMoveActive
callBackPopdown
callBackPopup
getType
variables
connectedSignals
gtkComboBoxText
onChangedListeners
onFormatEntryTextListeners
onMoveActiveListeners
onPopdownListeners
onPopupListeners
Removes the string at @position from @combo_box.