mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 02:28:04 +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
|
||||
function RegisterCustomBitBtn: Boolean;
|
||||
function RegisterCustomSpeedButton: Boolean;
|
||||
// Arrow
|
||||
function RegisterArrow: Boolean;
|
||||
// CheckLst
|
||||
function RegisterCustomCheckListBox: Boolean;
|
||||
// Forms
|
||||
@ -526,13 +524,6 @@ begin
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
// Arrow
|
||||
function RegisterArrow: Boolean; alias : 'WSRegisterArrow';
|
||||
begin
|
||||
// RegisterWSComponent(TArrow, TGtk2WSArrow); { GTK2 }
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
// CheckLst
|
||||
function RegisterCustomCheckListBox: Boolean; alias : 'WSRegisterCustomCheckListBox';
|
||||
begin
|
||||
|
@ -100,8 +100,6 @@ function WSRegisterCalendarDialog: Boolean; external name 'WSRegisterCalendar
|
||||
// Buttons
|
||||
function WSRegisterCustomBitBtn: Boolean; external name 'WSRegisterCustomBitBtn';
|
||||
function WSRegisterCustomSpeedButton: Boolean; external name 'WSRegisterCustomSpeedButton';
|
||||
// Arrow
|
||||
function WSRegisterArrow: Boolean; external name 'WSRegisterArrow';
|
||||
// CheckLst
|
||||
function WSRegisterCustomCheckListBox: Boolean; external name 'WSRegisterCustomCheckListBox';
|
||||
// Forms
|
||||
|
Loading…
Reference in New Issue
Block a user