Home
last modified time | relevance | path

Searched defs:insertTool (Results 1 – 8 of 8) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/src/gen/
H A DwxToolBar.erl512 insertTool(#wx_ref{type=ThisT,ref=ThisRef},Pos,#wx_ref{type=ToolT,ref=ToolRef}) function
523 insertTool(This,Pos,Toolid,Bitmap) function
548 insertTool(This,Pos,Toolid,Label,Bitmap) function
551 insertTool(#wx_ref{type=ThisT,ref=ThisRef},Pos,Toolid,#wx_ref{type=BitmapT,ref=BitmapRef}, Options) function
574 insertTool(#wx_ref{type=ThisT,ref=ThisRef},Pos,Toolid,Label,#wx_ref{type=BitmapT,ref=BitmapRef}, Op… function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/src/gen/
H A DwxToolBar.erl512 insertTool(#wx_ref{type=ThisT,ref=ThisRef},Pos,#wx_ref{type=ToolT,ref=ToolRef}) function
523 insertTool(This,Pos,Toolid,Bitmap) function
548 insertTool(This,Pos,Toolid,Label,Bitmap) function
551 insertTool(#wx_ref{type=ThisT,ref=ThisRef},Pos,Toolid,#wx_ref{type=BitmapT,ref=BitmapRef}, Options) function
574 insertTool(#wx_ref{type=ThisT,ref=ThisRef},Pos,Toolid,Label,#wx_ref{type=BitmapT,ref=BitmapRef}, Op… function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/src/gen/
H A DwxToolBar.erl511 insertTool(#wx_ref{type=ThisT,ref=ThisRef},Pos,#wx_ref{type=ToolT,ref=ToolRef}) function
522 insertTool(This,Pos,Toolid,Bitmap) function
547 insertTool(This,Pos,Toolid,Label,Bitmap) function
550 insertTool(#wx_ref{type=ThisT,ref=ThisRef},Pos,Toolid,#wx_ref{type=BitmapT,ref=BitmapRef}, Options) function
573 insertTool(#wx_ref{type=ThisT,ref=ThisRef},Pos,Toolid,Label,#wx_ref{type=BitmapT,ref=BitmapRef}, Op… function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxToolBar.erl429 insertTool(#wx_ref{type=ThisT}=This,Pos,#wx_ref{type=ToolT}=Tool) function
440 insertTool(This,Pos,ToolId,Label,Bitmap) function
453 insertTool(#wx_ref{type=ThisT}=This,Pos,ToolId,Label,#wx_ref{type=BitmapT}=Bitmap, Options) function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxToolBar.erl429 insertTool(#wx_ref{type=ThisT}=This,Pos,#wx_ref{type=ToolT}=Tool) function
440 insertTool(This,Pos,ToolId,Label,Bitmap) function
453 insertTool(#wx_ref{type=ThisT}=This,Pos,ToolId,Label,#wx_ref{type=BitmapT}=Bitmap, Options) function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxToolBar.erl429 insertTool(#wx_ref{type=ThisT}=This,Pos,#wx_ref{type=ToolT}=Tool) function
440 insertTool(This,Pos,ToolId,Label,Bitmap) function
453 insertTool(#wx_ref{type=ThisT}=This,Pos,ToolId,Label,#wx_ref{type=BitmapT}=Bitmap, Options) function
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxToolBar.erl429 insertTool(#wx_ref{type=ThisT}=This,Pos,#wx_ref{type=ToolT}=Tool) function
440 insertTool(This,Pos,ToolId,Label,Bitmap) function
453 insertTool(#wx_ref{type=ThisT}=This,Pos,ToolId,Label,#wx_ref{type=BitmapT}=Bitmap, Options) function
/dports/graphics/digikam/digikam-7.4.0/core/utilities/queuemanager/views/
H A Dassignedlist.cpp249 AssignedListViewItem* AssignedListView::insertTool(AssignedListViewItem* const preceding, const Bat… in insertTool() function in Digikam::AssignedListView