mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 15:56:10 +02:00
AJ: Moved form contents creation to gtkproc for code
reuse between GNOME and GTK, and to make GNOME MDI programming easier later on. git-svn-id: trunk@2151 -
This commit is contained in:
parent
ec849a14a0
commit
eff265aa39
@ -375,6 +375,8 @@ function RequestSelectionData(ClipboardWidget: PGtkWidget;
|
||||
ClipboardType: TClipboardType; FormatID: cardinal): TGtkSelectionData;
|
||||
procedure FreeClipboardTargetEntries(ClipboardType: TClipboardType);
|
||||
|
||||
Function CreateFormContents(var FormWidget : Pointer) : Pointer;
|
||||
|
||||
function IndexOfStyle(const WName : String): integer;
|
||||
Procedure ReleaseStyle(const WName : String);
|
||||
function GetStyle(const WName : String) : PGTKStyle;
|
||||
|
Loading…
Reference in New Issue
Block a user