mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-07 11:18:23 +02:00
custom controls now support child wincontrols
git-svn-id: trunk@2165 -
This commit is contained in:
parent
e36197ff51
commit
18773f3584
@ -429,7 +429,7 @@ var
|
|||||||
gdk_gc_set_fill(GC, fill);
|
gdk_gc_set_fill(GC, fill);
|
||||||
AllocFG := Foreground.Pixel = 0;
|
AllocFG := Foreground.Pixel = 0;
|
||||||
If AllocFG then
|
If AllocFG then
|
||||||
gdk_colormap_alloc_color(GDK_Colormap_get_system, @Foreground,True,True);
|
gdk_colormap_alloc_color(GDK_Colormap_get_system,@Foreground,True,True);
|
||||||
gdk_gc_set_foreground(GC, @foreground);
|
gdk_gc_set_foreground(GC, @foreground);
|
||||||
Case Fill of
|
Case Fill of
|
||||||
GDK_TILED :
|
GDK_TILED :
|
||||||
@ -3948,6 +3948,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.153 2002/12/22 22:42:55 mattias
|
||||||
|
custom controls now support child wincontrols
|
||||||
|
|
||||||
Revision 1.152 2002/02/09 01:48:23 mattias
|
Revision 1.152 2002/02/09 01:48:23 mattias
|
||||||
renamed TinterfaceObject.Init to AppInit and TWinControls can now contain childs in gtk
|
renamed TinterfaceObject.Init to AppInit and TWinControls can now contain childs in gtk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user