mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 13:19:30 +02:00
LCL: Remove arrow from widgetsets.
git-svn-id: trunk@49278 -
This commit is contained in:
parent
7027b12651
commit
8a2cbf2d8e
@ -93,8 +93,6 @@ function RegisterCalendarDialog: Boolean;
|
|||||||
// Buttons
|
// Buttons
|
||||||
function RegisterCustomBitBtn: Boolean;
|
function RegisterCustomBitBtn: Boolean;
|
||||||
function RegisterCustomSpeedButton: Boolean;
|
function RegisterCustomSpeedButton: Boolean;
|
||||||
// Arrow
|
|
||||||
function RegisterArrow: Boolean;
|
|
||||||
// CheckLst
|
// CheckLst
|
||||||
function RegisterCustomCheckListBox: Boolean;
|
function RegisterCustomCheckListBox: Boolean;
|
||||||
// Forms
|
// Forms
|
||||||
@ -526,13 +524,6 @@ begin
|
|||||||
Result := False;
|
Result := False;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// Arrow
|
|
||||||
function RegisterArrow: Boolean; alias : 'WSRegisterArrow';
|
|
||||||
begin
|
|
||||||
// RegisterWSComponent(TArrow, TGtk2WSArrow); { GTK2 }
|
|
||||||
Result := False;
|
|
||||||
end;
|
|
||||||
|
|
||||||
// CheckLst
|
// CheckLst
|
||||||
function RegisterCustomCheckListBox: Boolean; alias : 'WSRegisterCustomCheckListBox';
|
function RegisterCustomCheckListBox: Boolean; alias : 'WSRegisterCustomCheckListBox';
|
||||||
begin
|
begin
|
||||||
|
@ -100,8 +100,6 @@ function WSRegisterCalendarDialog: Boolean; external name 'WSRegisterCalendar
|
|||||||
// Buttons
|
// Buttons
|
||||||
function WSRegisterCustomBitBtn: Boolean; external name 'WSRegisterCustomBitBtn';
|
function WSRegisterCustomBitBtn: Boolean; external name 'WSRegisterCustomBitBtn';
|
||||||
function WSRegisterCustomSpeedButton: Boolean; external name 'WSRegisterCustomSpeedButton';
|
function WSRegisterCustomSpeedButton: Boolean; external name 'WSRegisterCustomSpeedButton';
|
||||||
// Arrow
|
|
||||||
function WSRegisterArrow: Boolean; external name 'WSRegisterArrow';
|
|
||||||
// CheckLst
|
// CheckLst
|
||||||
function WSRegisterCustomCheckListBox: Boolean; external name 'WSRegisterCustomCheckListBox';
|
function WSRegisterCustomCheckListBox: Boolean; external name 'WSRegisterCustomCheckListBox';
|
||||||
// Forms
|
// Forms
|
||||||
|
Loading…
Reference in New Issue
Block a user