mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 17:12:33 +02:00
clean ups
git-svn-id: trunk@1995 -
This commit is contained in:
parent
0b6577c626
commit
c4f54e8a8c
@ -4539,8 +4539,8 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
csPanel:
|
csPanel:
|
||||||
with (TPanel(Sender)) do
|
|
||||||
begin
|
begin
|
||||||
|
// create a fixed widget in a horizontal box
|
||||||
p := gtk_hbox_new(false,0);
|
p := gtk_hbox_new(false,0);
|
||||||
TempWidget := gtk_fixed_new();
|
TempWidget := gtk_fixed_new();
|
||||||
gtk_container_add(GTK_CONTAINER(P), TempWidget);
|
gtk_container_add(GTK_CONTAINER(P), TempWidget);
|
||||||
@ -6827,6 +6827,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.317 2003/01/01 12:38:53 mattias
|
||||||
|
clean ups
|
||||||
|
|
||||||
Revision 1.316 2003/01/01 10:46:59 mattias
|
Revision 1.316 2003/01/01 10:46:59 mattias
|
||||||
fixes for win32 listbox/combobox from Karl Brandt
|
fixes for win32 listbox/combobox from Karl Brandt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user